Skip to content

Commit ac1d2ac

Browse files
remove latest and use ~ for @typescript-eslint in hardhat
1 parent 0dad6ea commit ac1d2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/extensions/hardhat/packages/hardhat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@types/mocha": "~9.1.1",
3030
"@types/prettier": "~2",
3131
"@types/qrcode": "~1",
32-
"@typescript-eslint/eslint-plugin": "latest",
33-
"@typescript-eslint/parser": "latest",
32+
"@typescript-eslint/eslint-plugin": "~6.7.3",
33+
"@typescript-eslint/parser": "~6.7.3",
3434
"chai": "~4.3.6",
3535
"eslint": "~8.26.0",
3636
"eslint-config-prettier": "~8.5.0",

0 commit comments

Comments
 (0)