|
1 | 1 | {
|
2 | 2 | "name": "@across-protocol/contracts-v2",
|
3 |
| - "version": "2.2.2", |
| 3 | + "version": "2.2.3", |
4 | 4 | "author": "UMA Team",
|
5 | 5 | "license": "AGPL-3.0-only",
|
6 | 6 | "repository": {
|
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 | 35 | "@defi-wonderland/smock": "^2.3.4",
|
36 |
| - "@eth-optimism/contracts": "^0.5.11", |
| 36 | + "@eth-optimism/contracts": "^0.5.40", |
| 37 | + "@ethersproject/abstract-provider": "5.7.0", |
| 38 | + "@ethersproject/abstract-signer": "5.7.0", |
37 | 39 | "@openzeppelin/contracts": "4.8.3",
|
38 | 40 | "@openzeppelin/contracts-upgradeable": "4.8.3",
|
39 | 41 | "@uma/common": "^2.29.0",
|
|
43 | 45 | "devDependencies": {
|
44 | 46 | "@matterlabs/hardhat-zksync-solc": "^0.3.6",
|
45 | 47 | "@matterlabs/zksync-contracts": "^0.2.4",
|
46 |
| - "@nomiclabs/hardhat-ethers": "^2.0.5", |
| 48 | + "@nomiclabs/hardhat-ethers": "^2.2.3", |
47 | 49 | "@nomiclabs/hardhat-etherscan": "^3.1.7",
|
48 |
| - "@nomiclabs/hardhat-waffle": "^2.0.3", |
| 50 | + "@nomiclabs/hardhat-waffle": "2.0.3", |
49 | 51 | "@openzeppelin/hardhat-upgrades": "^1.22.0",
|
50 | 52 | "@pinata/sdk": "^2.1.0",
|
51 |
| - "@typechain/ethers-v5": "^7.0.1", |
52 |
| - "@typechain/hardhat": "^2.3.0", |
53 |
| - "@types/chai": "^4.2.21", |
| 53 | + "@typechain/ethers-v5": "^10.2.1", |
| 54 | + "@typechain/hardhat": "^6.1.6", |
| 55 | + "@types/chai": "^4.3.5", |
54 | 56 | "@types/mocha": "^9.0.0",
|
55 | 57 | "@types/node": "^12.0.0",
|
56 | 58 | "@typescript-eslint/eslint-plugin": "^4.29.1",
|
57 | 59 | "@typescript-eslint/parser": "^4.29.1",
|
58 | 60 | "arb-bridge-eth": "^0.7.4",
|
59 | 61 | "arb-bridge-peripherals": "^1.0.5",
|
60 |
| - "chai": "^4.2.0", |
| 62 | + "chai": "^4.3.7", |
61 | 63 | "dotenv": "^10.0.0",
|
62 | 64 | "eslint": "^7.29.0",
|
63 | 65 | "eslint-config-prettier": "^8.3.0",
|
|
66 | 68 | "eslint-plugin-node": "^11.1.0",
|
67 | 69 | "eslint-plugin-prettier": "^3.4.0",
|
68 | 70 | "eslint-plugin-promise": "^5.1.0",
|
69 |
| - "ethereum-waffle": "^3.4.0", |
| 71 | + "ethereum-waffle": "3.4.0", |
70 | 72 | "ethereumjs-util": "^7.1.4",
|
71 |
| - "ethers": "^5.5.4", |
72 |
| - "hardhat": "^2.12.1-ir.0", |
| 73 | + "ethers": "5.7.2", |
| 74 | + "hardhat": "^2.14.0", |
73 | 75 | "hardhat-deploy": "^0.11.12",
|
74 | 76 | "hardhat-gas-reporter": "^1.0.8",
|
75 | 77 | "husky": "^4.2.3",
|
|
80 | 82 | "solhint": "^3.3.6",
|
81 | 83 | "solidity-coverage": "^0.7.16",
|
82 | 84 | "ts-node": "^10.1.0",
|
83 |
| - "typechain": "^5.1.2", |
| 85 | + "typechain": "^8.1.1", |
84 | 86 | "typescript": "^4.5.2"
|
85 | 87 | },
|
86 | 88 | "husky": {
|
|
0 commit comments