Skip to content

Commit

Permalink
Update hardhat dependencies
Browse files Browse the repository at this point in the history
Use more recent versions of hardhat packages.
  • Loading branch information
nkuba committed Aug 2, 2022
1 parent bf780d6 commit 1d92e3d
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 213 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@
"@tenderly/hardhat-tenderly": "^1.0.12"
},
"devDependencies": {
"@keep-network/hardhat-helpers": "^0.2.0-pre",
"@keep-network/hardhat-helpers": "^0.6.0-pre.10",
"@keep-network/hardhat-local-networks-config": "0.1.0-pre.0",
"@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.4",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"@types/chai": "^4.2.20",
"@types/mocha": "^8.2.3",
"@types/node": "^16.0.1",
Expand All @@ -58,10 +59,10 @@
"eslint-config-keep": "github:keep-network/eslint-config-keep#0c27ade",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.0.32",
"hardhat": "^2.6.4",
"hardhat-dependency-compiler": "^1.1.1",
"hardhat-deploy": "^0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"hardhat": "^2.8.3",
"hardhat-dependency-compiler": "^1.1.2",
"hardhat-deploy": "^0.9.27",
"hardhat-gas-reporter": "^1.0.6",
"prettier": "^2.3.2",
"prettier-plugin-sh": "^0.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.14 ",
Expand Down
Loading

0 comments on commit 1d92e3d

Please sign in to comment.