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-truffle5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"chai": "^5.2.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.32.0",

Choose a reason for hiding this comment

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

medium

While updating this dependency is a good step, I've noticed that another package in this monorepo, hardhat-web3, also depends on eslint-plugin-import but is not being updated in this PR (it remains on version 2.27.5 in packages/hardhat-web3/package.json). To maintain consistency and avoid potential issues arising from different versions of the same dependency within the project, it would be best to update it in all packages simultaneously.

"eslint-plugin-no-only-tests": "3.0.0",
"eslint-plugin-prettier": "3.4.0",
"hardhat": "workspace:^2.6.4",
Expand Down
Loading