Skip to content

Commit 9b730ec

Browse files
committed
Update dependencies
1 parent 97b7baa commit 9b730ec

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

hardhat.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ require("solidity-coverage");
55
require('hardhat-contract-sizer');
66
require("@nomiclabs/hardhat-ethers");
77
require("@nomiclabs/hardhat-etherscan");
8+
require('@openzeppelin/hardhat-upgrades');
89
require("dotenv").config();
910
/**
1011
* @type import('hardhat/config').HardhatUserConfig

package.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,20 @@
1919
"devDependencies": {
2020
"@nomiclabs/hardhat-ethers": "^2.0.2",
2121
"@nomiclabs/hardhat-waffle": "^2.0.1",
22+
"@openzeppelin/contracts": "^4.9.3",
23+
"@openzeppelin/contracts-upgradeable": "^4.9.3",
24+
"@openzeppelin/hardhat-upgrades": "^1.28.0",
2225
"chai": "^4.3.4",
2326
"chai-as-promised": "^7.1.1",
2427
"ethereum-waffle": "^3.4.0",
25-
"ethers": "^5.5.1",
26-
"hardhat": "^2.6.8",
28+
"ethers": "^5.7.2",
29+
"hardhat": "^2.13.0",
2730
"hardhat-gas-reporter": "^1.0.8",
2831
"prettier": "^2.5.1",
2932
"prettier-plugin-solidity": "^1.0.0-beta.19"
3033
},
3134
"dependencies": {
32-
"@nomiclabs/hardhat-etherscan": "^3.0.1",
33-
"@openzeppelin/contracts": "^4.4.1",
35+
"@nomiclabs/hardhat-etherscan": "^3.1.0",
3436
"dotenv": "^16.0.0",
3537
"hardhat-contract-sizer": "^2.4.0",
3638
"solidity-coverage": "^0.7.20",

0 commit comments

Comments
 (0)