Skip to content

Commit 54af625

Browse files
committed
Remove extra ESLint packages and bump ESLint
1 parent 170123d commit 54af625

File tree

4 files changed

+38
-632
lines changed

4 files changed

+38
-632
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,7 @@
3434
"@reduxjs/prettier-config": "workspace:^",
3535
"@types/react": "^18.2.77",
3636
"@types/react-dom": "^18.2.25",
37-
"@typescript-eslint/eslint-plugin": "6.12.0",
38-
"@typescript-eslint/parser": "6.12.0",
39-
"eslint": "^7.25.0",
40-
"eslint-config-prettier": "^9.1.0",
41-
"eslint-config-react-app": "^7.0.1",
42-
"eslint-plugin-flowtype": "^5.7.2",
43-
"eslint-plugin-import": "^2.22.1",
44-
"eslint-plugin-jsx-a11y": "^6.4.1",
45-
"eslint-plugin-prettier": "^5.1.3",
46-
"eslint-plugin-react": "^7.23.2",
47-
"eslint-plugin-react-hooks": "^4.2.0",
37+
"eslint": "^9.10.0",
4838
"netlify-plugin-cache": "^1.0.3",
4939
"prettier": "^3.2.5",
5040
"react": "^18.2.0",

packages/rtk-codemods/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131
"devDependencies": {
3232
"@reduxjs/prettier-config": "workspace:^",
3333
"@types/jscodeshift": "^0.11.11",
34-
"@typescript-eslint/parser": "^6.19.1",
35-
"eslint": "^8.56.0",
36-
"eslint-config-prettier": "^9.1.0",
37-
"eslint-plugin-node": "^11.1.0",
38-
"eslint-plugin-prettier": "^5.1.3",
34+
"eslint": "^9.10.0",
3935
"prettier": "^3.2.5",
4036
"vitest": "^1.6.0"
4137
},

packages/toolkit/package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,11 @@
6868
"@types/react": "^18.0.12",
6969
"@types/react-dom": "^18.0.5",
7070
"@types/yargs": "^16.0.1",
71-
"@typescript-eslint/eslint-plugin": "^6",
72-
"@typescript-eslint/parser": "^6",
7371
"axios": "^0.19.2",
7472
"console-testing-library": "patch:console-testing-library@npm%3A0.6.1#~/.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch",
7573
"esbuild": "^0.23.0",
7674
"esbuild-extra": "^0.4.0",
77-
"eslint": "^7.25.0",
78-
"eslint-config-prettier": "^9.1.0",
79-
"eslint-config-react-app": "^7.0.1",
80-
"eslint-plugin-flowtype": "^5.7.2",
81-
"eslint-plugin-import": "^2.22.1",
82-
"eslint-plugin-jsx-a11y": "^6.4.1",
83-
"eslint-plugin-prettier": "^5.1.3",
84-
"eslint-plugin-react": "^7.23.2",
85-
"eslint-plugin-react-hooks": "^4.2.0",
75+
"eslint": "^9.10.0",
8676
"fs-extra": "^9.1.0",
8777
"invariant": "^2.2.4",
8878
"jsdom": "^21.0.0",

0 commit comments

Comments
 (0)