Skip to content

Commit 933a283

Browse files
committed
chore: pin exact versions of typescript-eslint to hopefully fix tests
1 parent 08113ef commit 933a283

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
@@ -30,8 +30,8 @@
3030
"devDependencies": {
3131
"@babel/core": "7.26.0",
3232
"@babel/preset-env": "7.26.0",
33-
"@typescript-eslint/eslint-plugin": "^8.18.0",
34-
"@typescript-eslint/parser": "^8.18.0",
33+
"@typescript-eslint/eslint-plugin": "8.18.0",
34+
"@typescript-eslint/parser": "8.18.0",
3535
"acquit": "1.3.0",
3636
"acquit-ignore": "0.2.1",
3737
"acquit-require": "0.1.1",

0 commit comments

Comments
 (0)