Skip to content

Commit 8ed8401

Browse files
committed
refactor: update eslint and typescript-eslint
1 parent 00bdec3 commit 8ed8401

File tree

4 files changed

+160
-82
lines changed

4 files changed

+160
-82
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"devDependencies": {
3636
"@next/bundle-analyzer": "^13.4.5",
37-
"@types/react-helmet": "^6.1.6",
3837
"@types/react": "^18.3.11",
39-
"@typescript-eslint/eslint-plugin": "^5.59.11",
40-
"@typescript-eslint/parser": "^5.59.11",
38+
"@types/react-helmet": "^6.1.6",
39+
"@typescript-eslint/eslint-plugin": "^8.18.0",
40+
"@typescript-eslint/parser": "^8.18.0",
4141
"cross-env": "^7.0.3",
42-
"eslint": "^8.42.0",
42+
"eslint": "^8.57.1",
4343
"eslint-config-next": "^13.4.5",
4444
"eslint-config-prettier": "^8.8.0",
4545
"eslint-plugin-jsx-a11y": "^6.7.1",
@@ -48,7 +48,7 @@
4848
"husky": "^8.0.3",
4949
"lint-staged": "^13.2.2",
5050
"prettier": "^3.4.2",
51-
"typescript": "^5.1.3"
51+
"typescript": "^5.6.3"
5252
},
5353
"keywords": [
5454
"react-hook-form",

0 commit comments

Comments
 (0)