Skip to content

Commit e1eea4c

Browse files
committed
chore: fix type error
1 parent b133e38 commit e1eea4c

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
@@ -74,8 +74,8 @@
7474
"@types/node": "^18.16.16",
7575
"@types/semver": "^7.5.0",
7676
"@typescript-eslint/eslint-plugin": "^6.1.0",
77-
"@typescript-eslint/parser": "~6.3.0",
78-
"@typescript-eslint/types": "^6.1.0",
77+
"@typescript-eslint/parser": "~6.5.0",
78+
"@typescript-eslint/types": "~6.5.0",
7979
"benchmark": "^2.1.4",
8080
"chai": "^4.3.7",
8181
"env-cmd": "^10.1.0",

0 commit comments

Comments
 (0)