Skip to content

Commit 415e3be

Browse files
chore(deps): update eslint packages
1 parent 5da86c5 commit 415e3be

File tree

3 files changed

+260
-205
lines changed

3 files changed

+260
-205
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@
7878
"@storybook/builder-webpack5": "^6.5.16",
7979
"@storybook/manager-webpack5": "^6.5.16",
8080
"@storybook/react": "^6.5.16",
81-
"@types/eslint": "^8.56.12",
81+
"@types/eslint": "^9.6.1",
8282
"@types/jest": "^27.5.2",
8383
"@types/node": "^18.17.14",
8484
"@types/react": "^17.0.69",
8585
"@types/react-dom": "^17.0.22",
8686
"@types/svgo": "^2.6.4",
87-
"@typescript-eslint/eslint-plugin": "^6.21.0",
88-
"@typescript-eslint/parser": "^6.21.0",
89-
"@typescript-eslint/utils": "^6.21.0",
87+
"@typescript-eslint/eslint-plugin": "^8.19.1",
88+
"@typescript-eslint/parser": "^8.19.1",
89+
"@typescript-eslint/utils": "^8.19.1",
9090
"babel-loader": "^9.1.2",
91-
"eslint": "^8.57.1",
91+
"eslint": "^9.17.0",
9292
"eslint-plugin-import": "^2.31.0",
93-
"eslint-plugin-json-files": "^2.2.0",
93+
"eslint-plugin-json-files": "^4.4.2",
9494
"eslint-plugin-react": "^7.37.3",
95-
"eslint-plugin-react-hooks": "^4.6.2",
95+
"eslint-plugin-react-hooks": "^5.1.0",
9696
"husky": "^4.3.8",
9797
"jest": "^29.4.3",
9898
"jest-environment-jsdom": "^29.4.3",

packages/eslint-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"@types/estraverse": "^5.1.7",
2929
"@types/estree": "^1.0.3",
3030
"@types/estree-jsx": "^1.0.2",
31-
"@typescript-eslint/parser": "^6.21.0",
32-
"@typescript-eslint/utils": "^6.21.0",
33-
"eslint": "^8.57.1",
31+
"@typescript-eslint/parser": "^8.19.1",
32+
"@typescript-eslint/utils": "^8.19.1",
33+
"eslint": "^9.17.0",
3434
"outdent": "^0.8.0",
3535
"typescript": "~4.9.5"
3636
},

0 commit comments

Comments
 (0)