Skip to content

Commit 14b8cb7

Browse files
committed
fix(deps): downgrade typescript-eslint to v5 for better compatibility
1 parent 273352b commit 14b8cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@types/react": "^18.2.55",
2020
"@types/react-dom": "^18.2.19",
21-
"@typescript-eslint/eslint-plugin": "^6.21.0",
22-
"@typescript-eslint/parser": "^6.21.0",
21+
"@typescript-eslint/eslint-plugin": "^5.62.0",
22+
"@typescript-eslint/parser": "^5.62.0",
2323
"@vitejs/plugin-react": "^4.2.1",
2424
"eslint": "^8.56.0",
2525
"eslint-plugin-react-hooks": "^4.6.0",

0 commit comments

Comments
 (0)