Skip to content

Commit 91308f7

Browse files
committed
Remove extra ESLint packages and bump ESLint
1 parent 0f2c439 commit 91308f7

File tree

3 files changed

+136
-439
lines changed

3 files changed

+136
-439
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.9.1",
4737
"netlify-plugin-cache": "^1.0.3",
4838
"prettier": "^3.2.5",
4939
"react": "^18.2.0",

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.9.1",
8575
"fs-extra": "^9.1.0",
8676
"invariant": "^2.2.4",
8777
"jsdom": "^21.0.0",

0 commit comments

Comments
 (0)