|
32 | 32 | "dependencies": {}, |
33 | 33 | "devDependencies": { |
34 | 34 | "@chainlink/optimism-utils": "https://github.com/smartcontractkit/optimism-utils.git", |
35 | | - "@eth-optimism/hardhat-ovm": "^0.1.1", |
| 35 | + "@eth-optimism/hardhat-ovm": "^0.2.2", |
36 | 36 | "@ethersproject/bignumber": "^5.1.1", |
37 | 37 | "@ethersproject/units": "^5.1.0", |
38 | 38 | "@nomiclabs/hardhat-ethers": "^2.0.2", |
39 | 39 | "@nomiclabs/hardhat-waffle": "^2.0.1", |
40 | | - "@typechain/ethers-v5": "^6.0.5", |
41 | | - "@typechain/hardhat": "^1.0.1", |
| 40 | + "@typechain/ethers-v5": "^7.0.1", |
| 41 | + "@typechain/hardhat": "^2.1.2", |
42 | 42 | "@types/chai": "^4.2.16", |
43 | 43 | "@types/glob": "^7.1.3", |
44 | 44 | "@types/lodash": "^4.14.168", |
|
47 | 47 | "@types/yargs": "^16.0.1", |
48 | 48 | "chai": "^4.3.4", |
49 | 49 | "dotenv": "^8.2.0", |
50 | | - "ethereum-waffle": "^3.3.0", |
| 50 | + "ethereum-waffle": "^3.4.0", |
51 | 51 | "ethers": "^5.1.4", |
52 | 52 | "glob": "^7.1.6", |
53 | | - "hardhat": "^2.2.1", |
| 53 | + "hardhat": "^2.4.3", |
54 | 54 | "hardhat-contract-sizer": "^2.0.3", |
55 | 55 | "hardhat-gas-reporter": "^1.0.4", |
56 | 56 | "lodash": "^4.17.21", |
57 | 57 | "moment": "^2.15.2", |
58 | 58 | "prettier": "^2.2.1", |
59 | 59 | "ts-generator": "^0.1.1", |
60 | 60 | "ts-node": "^9.1.1", |
61 | | - "typechain": "^4.0.3", |
| 61 | + "typechain": "^5.1.1", |
62 | 62 | "typescript": "^4.2.3", |
63 | 63 | "yargs": "^16.2.0" |
64 | 64 | }, |
|
0 commit comments