Skip to content

Commit e15ef5c

Browse files
chore(deps): update eslint packages
1 parent 979ad9d commit e15ef5c

3 files changed

Lines changed: 348 additions & 243 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@
8484
"@storybook/builder-webpack5": "^6.5.16",
8585
"@storybook/manager-webpack5": "^6.5.16",
8686
"@storybook/react": "^6.5.16",
87-
"@types/eslint": "^8.56.12",
87+
"@types/eslint": "^9.6.1",
8888
"@types/jest": "^27.5.2",
8989
"@types/node": "^18.17.14",
9090
"@types/react": "^17.0.69",
9191
"@types/react-dom": "^17.0.22",
9292
"@types/svgo": "^2.6.4",
93-
"@typescript-eslint/eslint-plugin": "^6.21.0",
94-
"@typescript-eslint/parser": "^6.21.0",
95-
"@typescript-eslint/utils": "^6.21.0",
93+
"@typescript-eslint/eslint-plugin": "^8.49.0",
94+
"@typescript-eslint/parser": "^8.49.0",
95+
"@typescript-eslint/utils": "^8.49.0",
9696
"babel-loader": "^9.1.2",
9797
"csstype": "^3.1.3",
98-
"eslint": "^8.57.1",
98+
"eslint": "^9.39.1",
9999
"eslint-plugin-import": "^2.31.0",
100-
"eslint-plugin-json-files": "^2.2.0",
100+
"eslint-plugin-json-files": "^5.1.2",
101101
"eslint-plugin-react": "^7.37.4",
102-
"eslint-plugin-react-hooks": "^4.6.2",
102+
"eslint-plugin-react-hooks": "^7.0.1",
103103
"husky": "^4.3.8",
104104
"jest": "^29.4.3",
105105
"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.49.0",
32+
"@typescript-eslint/utils": "^8.49.0",
33+
"eslint": "^9.39.1",
3434
"outdent": "^0.8.0",
3535
"typescript": "~4.9.5"
3636
},

0 commit comments

Comments
 (0)