|
@@ -175,12 +175,12 @@
|
|
|
"zxcvbn": "^4.4.2"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@biomejs/biome": "^1.9.1",
|
|
|
+ "@biomejs/biome": "^1.9.4",
|
|
|
"@codecov/webpack-plugin": "^1.8.0",
|
|
|
"@emotion/eslint-plugin": "^11.12.0",
|
|
|
- "@eslint/compat": "^1.2.4",
|
|
|
- "@eslint/eslintrc": "^3.2.0",
|
|
|
- "@eslint/js": "^9.17.0",
|
|
|
+ "@eslint/compat": "^1.2.7",
|
|
|
+ "@eslint/eslintrc": "^3.3.0",
|
|
|
+ "@eslint/js": "^9.22.0",
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
|
|
"@sentry/jest-environment": "6.0.0",
|
|
|
"@sentry/profiling-node": "9.6.0-alpha.0",
|
|
@@ -194,19 +194,19 @@
|
|
|
"babel-gettext-extractor": "^4.1.3",
|
|
|
"babel-jest": "29.7.0",
|
|
|
"benchmark": "^2.1.4",
|
|
|
- "eslint": "^9.17.0",
|
|
|
- "eslint-config-prettier": "^9.1.0",
|
|
|
- "eslint-import-resolver-typescript": "^3.7.0",
|
|
|
+ "eslint": "^9.22.0",
|
|
|
+ "eslint-config-prettier": "^10.1.1",
|
|
|
+ "eslint-import-resolver-typescript": "^3.8.3",
|
|
|
"eslint-plugin-import": "^2.31.0",
|
|
|
- "eslint-plugin-jest": "^28.10.0",
|
|
|
+ "eslint-plugin-jest": "^28.11.0",
|
|
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
|
- "eslint-plugin-react": "^7.37.3",
|
|
|
- "eslint-plugin-react-hooks": "5.0.0",
|
|
|
+ "eslint-plugin-react": "^7.37.4",
|
|
|
+ "eslint-plugin-react-hooks": "5.2.0",
|
|
|
"eslint-plugin-sentry": "^2.10.0",
|
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
|
"eslint-plugin-testing-library": "^7.1.1",
|
|
|
"eslint-plugin-typescript-sort-keys": "^3.3.0",
|
|
|
- "eslint-plugin-unicorn": "^56.0.1",
|
|
|
+ "eslint-plugin-unicorn": "^57.0.0",
|
|
|
"globals": "^15.14.0",
|
|
|
"html-webpack-plugin": "^5.6.0",
|
|
|
"jest": "29.7.0",
|
|
@@ -220,7 +220,7 @@
|
|
|
"stylelint-config-recommended": "^14.0.1",
|
|
|
"terser": "5.31.6",
|
|
|
"tsconfig-paths": "^4.2.0",
|
|
|
- "typescript-eslint": "^8.18.2",
|
|
|
+ "typescript-eslint": "^8.26.0",
|
|
|
"webpack-dev-server": "5.2.0"
|
|
|
},
|
|
|
"resolutions": {
|
|
@@ -256,7 +256,7 @@
|
|
|
"diff-docs": "yarn install-api-docs && ts-node api-docs/openapi-diff.ts",
|
|
|
"deref-api-docs": "ts-node api-docs/index.ts tests/apidocs/openapi-spectacular.json tests/apidocs/openapi-derefed.json",
|
|
|
"build-chartcuterie-config": "NODE_ENV=production webpack --config=config/webpack.chartcuterie.config.ts",
|
|
|
- "build-acceptance": "IS_ACCEPTANCE_TEST=1 NODE_ENV=production webpack",
|
|
|
+ "build-acceptance": "CODECOV_ENABLE_BA=false IS_ACCEPTANCE_TEST=1 NODE_ENV=production webpack",
|
|
|
"build-production": "NODE_ENV=production webpack --mode production",
|
|
|
"build": "NODE_OPTIONS=--max-old-space-size=4096 webpack",
|
|
|
"build-js-loader": "ts-node scripts/build-js-loader.ts",
|