Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit 6f75c46

Browse files
chore(deps): update eslint
1 parent 75e8c33 commit 6f75c46

File tree

4 files changed

+542
-536
lines changed

4 files changed

+542
-536
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"devDependencies": {
2121
"@commitlint/cli": "17.8.1",
2222
"@commitlint/config-conventional": "17.8.1",
23-
"@typescript-eslint/eslint-plugin": "5.62.0",
24-
"@typescript-eslint/parser": "5.62.0",
23+
"@typescript-eslint/eslint-plugin": "8.9.0",
24+
"@typescript-eslint/parser": "8.9.0",
2525
"@babel/eslint-parser": "7.24.7",
26-
"eslint": "8.57.0",
27-
"eslint-config-prettier": "8.10.0",
26+
"eslint": "9.12.0",
27+
"eslint-config-prettier": "9.1.0",
2828
"eslint-plugin-flowtype": "8.0.3",
2929
"eslint-plugin-import": "2.29.1",
3030
"eslint-plugin-jsx-a11y": "6.9.0",
31-
"eslint-plugin-simple-import-sort": "8.0.0",
31+
"eslint-plugin-simple-import-sort": "12.1.1",
3232
"husky": "8.0.3",
3333
"lint-staged": "13.3.0",
3434
"prettier": "2.8.8",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react-dom": "17.0.25",
5959
"@types/react-native": "0.73.0",
6060
"eslint-plugin-react": "7.34.3",
61-
"eslint-plugin-react-hooks": "4.6.2"
61+
"eslint-plugin-react-hooks": "5.0.0"
6262
},
6363
"private": true
6464
}

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"@types/cookie": "0.6.0",
5656
"@types/react": "17.0.80",
5757
"@types/react-dom": "17.0.25",
58-
"eslint-config-next": "12.3.4"
58+
"eslint-config-next": "14.2.15"
5959
}
6060
}

0 commit comments

Comments
 (0)