Skip to content

Commit 1d92e3d

Browse files
committed
Update hardhat dependencies
Use more recent versions of hardhat packages.
1 parent bf780d6 commit 1d92e3d

2 files changed

Lines changed: 582 additions & 213 deletions

File tree

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@
4444
"@tenderly/hardhat-tenderly": "^1.0.12"
4545
},
4646
"devDependencies": {
47-
"@keep-network/hardhat-helpers": "^0.2.0-pre",
47+
"@keep-network/hardhat-helpers": "^0.6.0-pre.10",
4848
"@keep-network/hardhat-local-networks-config": "0.1.0-pre.0",
4949
"@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e",
50-
"@nomiclabs/hardhat-ethers": "^2.0.2",
51-
"@nomiclabs/hardhat-etherscan": "^2.1.6",
52-
"@nomiclabs/hardhat-waffle": "^2.0.1",
50+
"@nomiclabs/hardhat-ethers": "^2.0.6",
51+
"@nomiclabs/hardhat-waffle": "^2.0.2",
52+
"@nomiclabs/hardhat-etherscan": "^2.1.4",
53+
"@openzeppelin/hardhat-upgrades": "^1.17.0",
5354
"@types/chai": "^4.2.20",
5455
"@types/mocha": "^8.2.3",
5556
"@types/node": "^16.0.1",
@@ -58,10 +59,10 @@
5859
"eslint-config-keep": "github:keep-network/eslint-config-keep#0c27ade",
5960
"ethereum-waffle": "^3.4.0",
6061
"ethers": "^5.0.32",
61-
"hardhat": "^2.6.4",
62-
"hardhat-dependency-compiler": "^1.1.1",
63-
"hardhat-deploy": "^0.9.1",
64-
"hardhat-gas-reporter": "^1.0.4",
62+
"hardhat": "^2.8.3",
63+
"hardhat-dependency-compiler": "^1.1.2",
64+
"hardhat-deploy": "^0.9.27",
65+
"hardhat-gas-reporter": "^1.0.6",
6566
"prettier": "^2.3.2",
6667
"prettier-plugin-sh": "^0.7.1",
6768
"prettier-plugin-solidity": "^1.0.0-beta.14 ",

0 commit comments

Comments
 (0)