Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hardhat-web3-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": ">=9.1.0",
"@types/node": "^24.0.13",
"@typescript-eslint/eslint-plugin": "8.34.1",
"@typescript-eslint/eslint-plugin": "8.40.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It's great to keep dependencies up to date. To ensure compatibility and prevent subtle issues, it's highly recommended to keep @typescript-eslint/eslint-plugin and @typescript-eslint/parser on the same version. Since you're upgrading the plugin to 8.40.0, please also upgrade @typescript-eslint/parser on the next line from 8.39.0 to 8.40.0.

"@typescript-eslint/parser": "8.39.0",
"chai": "^5.2.0",
"chai-as-promised": "^7.1.1",
Expand Down
Loading