|
49 | 49 | "author": "", |
50 | 50 | "license": "ISC", |
51 | 51 | "dependencies": { |
| 52 | + "@openzeppelin/contracts": "^3.3.0", |
| 53 | + "@nomicfoundation/hardhat-ethers": "^3.0.4", |
52 | 54 | "cross-env": "^7.0.3", |
53 | 55 | "decimal.js": "^10.2.0", |
54 | 56 | "eth-mutants": "^0.1.1", |
55 | 57 | "eth-permit": "^0.2.3", |
56 | 58 | "ethereumjs-util": "^7.0.9", |
57 | | - "hardhat": "^2.17.2", |
| 59 | + "hardhat": "2.17.2", |
58 | 60 | "solc": "^0.6.11", |
59 | 61 | "solhint": "^3.4.0", |
60 | 62 | "solhint-plugin-prettier": "^0.0.5", |
|
63 | 65 | "devDependencies": { |
64 | 66 | "@ethersproject/abi": "^5.7.0", |
65 | 67 | "@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", |
68 | 69 | "@nomicfoundation/hardhat-network-helpers": "^1.0.9", |
69 | 70 | "@nomicfoundation/hardhat-toolbox": "^3.0.0", |
70 | 71 | "@nomicfoundation/hardhat-verify": "^1.1.1", |
71 | 72 | "@nomiclabs/hardhat-etherscan": "^3.1.6", |
72 | 73 | "@nomiclabs/hardhat-solhint": "^3.0.1", |
73 | 74 | "@nomiclabs/hardhat-truffle5": "^2.0.0", |
74 | 75 | "@nomiclabs/hardhat-web3": "^2.0.0", |
75 | | - "@openzeppelin/contracts": "^3.3.0", |
76 | 76 | "@openzeppelin/test-helpers": "^0.5.10", |
77 | 77 | "@primitivefi/hardhat-dodoc": "^0.2.3", |
78 | 78 | "@secrez/cryptoenv": "^0.2.4", |
|
0 commit comments