@20minutes/hela
Advanced tools
Comparing version 1.14.6 to 1.14.7
@@ -13,3 +13,6 @@ import { default as React } from 'react'; | ||
result: PercentageBarProps['percentage']; | ||
status?: 'elected' | 'qualif'; | ||
candidate?: { | ||
title: 'M.' | 'Mme'; | ||
status: 'elected' | 'qualif'; | ||
}; | ||
votes?: number; | ||
@@ -16,0 +19,0 @@ politicalPartyColor?: PoliticalPartiesColorsType; |
@@ -58,3 +58,6 @@ declare const _default: { | ||
result: number; | ||
status: string; | ||
candidate: { | ||
title: string; | ||
status: string; | ||
}; | ||
votes: number; | ||
@@ -61,0 +64,0 @@ politicalPartyColor: string; |
{ | ||
"name": "@20minutes/hela", | ||
"version": "1.14.6", | ||
"version": "1.14.7", | ||
"repository": "git@github.com:20minutes/hela.git", | ||
@@ -75,3 +75,3 @@ "license": "MIT", | ||
"@20minutes/eslint-config": "^1.2.6", | ||
"@aws-sdk/client-s3": "3.600.0", | ||
"@aws-sdk/client-s3": "3.609.0", | ||
"@csstools/postcss-sass": "^5.1.1", | ||
@@ -87,3 +87,3 @@ "@octokit/core": "5.1.0", | ||
"@svgr/cli": "^8.1.0", | ||
"@testing-library/dom": "^10.2.0", | ||
"@testing-library/dom": "^10.3.0", | ||
"@testing-library/react": "^16.0.0", | ||
@@ -94,4 +94,4 @@ "@types/merge-stream": "^1.1.5", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.14.1", | ||
"@typescript-eslint/parser": "^7.14.1", | ||
"@typescript-eslint/eslint-plugin": "^7.15.0", | ||
"@typescript-eslint/parser": "^7.15.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
@@ -109,3 +109,3 @@ "autoprefixer": "^10.4.19", | ||
"eslint-plugin-react": "^7.34.3", | ||
"eslint-plugin-simple-import-sort": "^12.1.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
@@ -115,3 +115,3 @@ "husky": "^9.0.11", | ||
"lint-staged": "^15.2.7", | ||
"postcss": "^8.4.37", | ||
"postcss": "^8.4.39", | ||
"postcss-inline-svg": "^6.0.0", | ||
@@ -118,0 +118,0 @@ "postcss-scss": "^4.0.9", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5015978
41855