Skip to content

Commit cd46792

Browse files
committed
Remove extra ESLint packages and bump ESLint
1 parent 00fae09 commit cd46792

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
@@ -33,17 +33,7 @@
3333
"@babel/types": "^7.24.0",
3434
"@types/react": "^18.2.77",
3535
"@types/react-dom": "^18.2.25",
36-
"@typescript-eslint/eslint-plugin": "6.12.0",
37-
"@typescript-eslint/parser": "6.12.0",
38-
"eslint": "^7.25.0",
39-
"eslint-config-prettier": "^9.1.0",
40-
"eslint-config-react-app": "^7.0.1",
41-
"eslint-plugin-flowtype": "^5.7.2",
42-
"eslint-plugin-import": "^2.22.1",
43-
"eslint-plugin-jsx-a11y": "^6.4.1",
44-
"eslint-plugin-prettier": "^5.1.3",
45-
"eslint-plugin-react": "^7.23.2",
46-
"eslint-plugin-react-hooks": "^4.2.0",
36+
"eslint": "^9.10.0",
4737
"netlify-plugin-cache": "^1.0.3",
4838
"prettier": "^3.2.5",
4939
"react": "^18.2.0",

packages/rtk-codemods/package.json

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

packages/toolkit/package.json

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

0 commit comments

Comments
 (0)