Commit c5c54f7b authored by Kelvin Fichter's avatar Kelvin Fichter

maint: clear dependency warnings

Clears out most of the dependency warnings (mainly unmet peer dependency
warnings) by adding or updating various dependencies. Still seeing two
warnings that can only be fixed by updating to the latest hardhat. See
discussion in #2260 for more context about our attempts to upgrade to
the latest version of hardhat.
parent e71307f9
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
"ops/docker/hardhat" "ops/docker/hardhat"
], ],
"nohoist": [ "nohoist": [
"examples/*" "examples/*",
"**/typechain",
"**/@typechain/*"
] ]
}, },
"private": true, "private": true,
......
ignores: [ ignores: [
"@codechecks/client", "@codechecks/client",
"@ethersproject/bytes",
"@ethersproject/providers",
"@openzeppelin/contracts", "@openzeppelin/contracts",
"@openzeppelin/contracts-upgradeable", "@openzeppelin/contracts-upgradeable",
"@typechain/ethers-v5", "@typechain/ethers-v5",
......
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
"devDependencies": { "devDependencies": {
"@codechecks/client": "^0.1.11", "@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2", "@defi-wonderland/smock": "^2.0.2",
"@ethersproject/abi": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/providers": "^5.6.0",
"@nomiclabs/ethereumjs-vm": "^4.2.2", "@nomiclabs/ethereumjs-vm": "^4.2.2",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6", "@nomiclabs/hardhat-etherscan": "^2.1.6",
...@@ -79,6 +82,7 @@ ...@@ -79,6 +82,7 @@
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@types/mkdirp": "^1.0.1", "@types/mkdirp": "^1.0.1",
"@types/mocha": "^8.2.2", "@types/mocha": "^8.2.2",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^4.26.0", "@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0", "@typescript-eslint/parser": "^4.26.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
...@@ -115,6 +119,7 @@ ...@@ -115,6 +119,7 @@
"solhint": "^3.3.6", "solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5", "solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.17", "solidity-coverage": "^0.7.17",
"squirrelly": "^8.0.8",
"ts-generator": "0.0.8", "ts-generator": "0.0.8",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"typechain": "^6.0.2", "typechain": "^6.0.2",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment