Skip to content

Commit

Permalink
remove latest and use ~ for @typescript-eslint in hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Mar 11, 2024
1 parent 0dad6ea commit ac1d2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/extensions/hardhat/packages/hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@types/mocha": "~9.1.1",
"@types/prettier": "~2",
"@types/qrcode": "~1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/eslint-plugin": "~6.7.3",
"@typescript-eslint/parser": "~6.7.3",
"chai": "~4.3.6",
"eslint": "~8.26.0",
"eslint-config-prettier": "~8.5.0",
Expand Down

0 comments on commit ac1d2ac

Please sign in to comment.