Skip to content

Commit e26545c

Browse files
chore(deps): update eslint packages
1 parent 71cb9b1 commit e26545c

3 files changed

Lines changed: 464 additions & 397 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,22 +86,22 @@
8686
"@storybook/builder-webpack5": "^6.5.16",
8787
"@storybook/manager-webpack5": "^6.5.16",
8888
"@storybook/react": "^6.5.16",
89-
"@types/eslint": "^8.56.12",
89+
"@types/eslint": "^9.6.1",
9090
"@types/jest": "^27.5.2",
9191
"@types/node": "^18.17.14",
9292
"@types/react": "^18.3.1",
9393
"@types/react-dom": "^18.3.1",
9494
"@types/svgo": "^2.6.4",
95-
"@typescript-eslint/eslint-plugin": "^6.21.0",
96-
"@typescript-eslint/parser": "^6.21.0",
97-
"@typescript-eslint/utils": "^6.21.0",
95+
"@typescript-eslint/eslint-plugin": "^8.65.0",
96+
"@typescript-eslint/parser": "^8.65.0",
97+
"@typescript-eslint/utils": "^8.65.0",
9898
"babel-loader": "^9.1.2",
9999
"csstype": "^3.2.3",
100-
"eslint": "^8.57.1",
100+
"eslint": "^10.8.0",
101101
"eslint-plugin-import": "^2.32.0",
102-
"eslint-plugin-json-files": "^2.2.0",
102+
"eslint-plugin-json-files": "^5.1.2",
103103
"eslint-plugin-react": "^7.37.5",
104-
"eslint-plugin-react-hooks": "^4.6.2",
104+
"eslint-plugin-react-hooks": "^7.1.1",
105105
"husky": "^4.3.8",
106106
"jest": "^29.4.3",
107107
"jest-environment-jsdom": "^29.4.3",

packages/eslint-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"estraverse": "^5.3.0"
2525
},
2626
"devDependencies": {
27-
"@babel/eslint-parser": "^7.28.6",
27+
"@babel/eslint-parser": "^8.0.1",
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.65.0",
32+
"@typescript-eslint/utils": "^8.65.0",
33+
"eslint": "^10.8.0",
3434
"outdent": "^0.8.0",
3535
"typescript": "~4.9.5"
3636
},

0 commit comments

Comments
 (0)