Skip to content

Commit 175ec1c

Browse files
committed
update typescript plugin and parser
1 parent 06af645 commit 175ec1c

2 files changed

Lines changed: 182 additions & 18 deletions

File tree

package-lock.json

Lines changed: 180 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"postversion": "git push && git push --tags"
5050
},
5151
"dependencies": {
52-
"@typescript-eslint/parser": "^6.1.0 || ^7.3.1",
52+
"@typescript-eslint/parser": "^6.1.0 || ^7.3.1 || ^8.0.0",
5353
"eslint-config-prettier": "^8.8.0 || ^9.1.0"
5454
},
5555
"devDependencies": {
@@ -74,7 +74,7 @@
7474
},
7575
"peerDependencies": {
7676
"@next/eslint-plugin-next": "^13.4.11 || ^14.1.4",
77-
"@typescript-eslint/eslint-plugin": "^6.1.0 || ^7.3.1",
77+
"@typescript-eslint/eslint-plugin": "^6.1.0 || ^7.3.1 || ^8.0.0",
7878
"eslint": "^8.45.0",
7979
"eslint-import-resolver-typescript": "^3.5.5",
8080
"eslint-plugin-formatjs": "^4.5.0",

0 commit comments

Comments
 (0)