Skip to content

Commit

Permalink
1912: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
f1sh1918 committed Feb 18, 2025
1 parent 7a124ce commit c130690
Show file tree
Hide file tree
Showing 2 changed files with 1,536 additions and 811 deletions.
16 changes: 11 additions & 5 deletions administration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "administration",
"private": true,
"dependenciesComments": {
"typescript": "Keeping on 5.0.x because of current incompatibility of 5.1.x with @typescript-eslint"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@blueprintjs/core": "^5.3.0",
Expand Down Expand Up @@ -42,6 +45,9 @@
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@bufbuild/protoc-gen-es": "^1.2.1",
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
Expand All @@ -60,8 +66,8 @@
"@types/react-router-dom": "^5.3.3",
"@types/resolve": "^1.20.2",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"babel-loader": "^9.1.2",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
Expand All @@ -73,12 +79,12 @@
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"eslint": "^8.48.0",
"eslint": "^9.20.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-jsx-expressions": "^1.3.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.34.1",
Expand All @@ -99,7 +105,7 @@
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"typescript": "~5.0.4",
"webpack": "^5.94.0",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.0"
Expand Down
Loading

0 comments on commit c130690

Please sign in to comment.