|
1 | 1 | { |
2 | 2 | "name": "@keep-network/coverage-pools", |
3 | | - "version": "1.1.0-dev", |
| 3 | + "version": "2.0.0-dev", |
4 | 4 | "license": "MIT", |
5 | 5 | "files": [ |
6 | 6 | "artifacts/", |
|
37 | 37 | "dependencies": { |
38 | 38 | "@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre", |
39 | 39 | "@keep-network/tbtc": ">1.1.2-dev <1.1.2-pre", |
40 | | - "@openzeppelin/contracts": "^4.3", |
41 | | - "@tenderly/hardhat-tenderly": "1.0.12", |
| 40 | + "@openzeppelin/contracts": "^4.8", |
42 | 41 | "@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf", |
43 | | - "@threshold-network/solidity-contracts": ">1.1.0-dev <1.1.0-ropsten" |
| 42 | + "@threshold-network/solidity-contracts": "development" |
44 | 43 | }, |
45 | 44 | "devDependencies": { |
46 | | - "@keep-network/hardhat-helpers": "^0.2.0-pre", |
47 | | - "@keep-network/hardhat-local-networks-config": "0.1.0-pre.0", |
| 45 | + "@keep-network/hardhat-helpers": "^0.6.0-pre.15", |
48 | 46 | "@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e", |
49 | | - "@nomiclabs/hardhat-ethers": "^2.0.2", |
50 | | - "@nomiclabs/hardhat-etherscan": "^2.1.6", |
51 | | - "@nomiclabs/hardhat-waffle": "^2.0.1", |
| 47 | + "@nomiclabs/hardhat-ethers": "^2.0.6", |
| 48 | + "@nomiclabs/hardhat-etherscan": "^3.1.0", |
| 49 | + "@nomiclabs/hardhat-waffle": "^2.0.2", |
| 50 | + "@openzeppelin/hardhat-upgrades": "^1.22.0", |
| 51 | + "@tenderly/hardhat-tenderly": ">=1.0.13 <1.2.0", |
52 | 52 | "@types/chai": "^4.2.20", |
53 | 53 | "@types/mocha": "^8.2.3", |
54 | 54 | "@types/node": "^16.0.1", |
|
57 | 57 | "eslint-config-keep": "github:keep-network/eslint-config-keep#0c27ade", |
58 | 58 | "ethereum-waffle": "^3.4.0", |
59 | 59 | "ethers": "^5.0.32", |
60 | | - "hardhat": "^2.6.4", |
61 | | - "hardhat-dependency-compiler": "^1.1.1", |
62 | | - "hardhat-deploy": "^0.9.1", |
63 | | - "hardhat-gas-reporter": "^1.0.4", |
| 60 | + "hardhat": "^2.10.0", |
| 61 | + "hardhat-dependency-compiler": "^1.1.2", |
| 62 | + "hardhat-deploy": "^0.11.11", |
| 63 | + "hardhat-gas-reporter": "^1.0.8", |
64 | 64 | "prettier": "^2.3.2", |
65 | 65 | "prettier-plugin-sh": "^0.7.1", |
66 | 66 | "prettier-plugin-solidity": "^1.0.0-beta.14 ", |
|
0 commit comments