Skip to content

Commit 8749bf1

Browse files
author
Ubuntu
committed
fixing problems of installation as remote dependency
1 parent 8a3e4f5 commit 8749bf1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@
4949
"author": "",
5050
"license": "ISC",
5151
"dependencies": {
52+
"@openzeppelin/contracts": "^3.3.0",
53+
"@nomicfoundation/hardhat-ethers": "^3.0.4",
5254
"cross-env": "^7.0.3",
5355
"decimal.js": "^10.2.0",
5456
"eth-mutants": "^0.1.1",
5557
"eth-permit": "^0.2.3",
5658
"ethereumjs-util": "^7.0.9",
57-
"hardhat": "^2.17.2",
59+
"hardhat": "2.17.2",
5860
"solc": "^0.6.11",
5961
"solhint": "^3.4.0",
6062
"solhint-plugin-prettier": "^0.0.5",
@@ -63,16 +65,14 @@
6365
"devDependencies": {
6466
"@ethersproject/abi": "^5.7.0",
6567
"@ethersproject/providers": "^5.7.2",
66-
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
67-
"@nomicfoundation/hardhat-ethers": "^3.0.4",
68+
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
6869
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
6970
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
7071
"@nomicfoundation/hardhat-verify": "^1.1.1",
7172
"@nomiclabs/hardhat-etherscan": "^3.1.6",
7273
"@nomiclabs/hardhat-solhint": "^3.0.1",
7374
"@nomiclabs/hardhat-truffle5": "^2.0.0",
7475
"@nomiclabs/hardhat-web3": "^2.0.0",
75-
"@openzeppelin/contracts": "^3.3.0",
7676
"@openzeppelin/test-helpers": "^0.5.10",
7777
"@primitivefi/hardhat-dodoc": "^0.2.3",
7878
"@secrez/cryptoenv": "^0.2.4",

0 commit comments

Comments
 (0)