|
56 | 56 | "homepage": "https://github.com/tablelandnetwork/evm-tableland#readme", |
57 | 57 | "devDependencies": { |
58 | 58 | "@nomicfoundation/hardhat-chai-matchers": "^2.0.6", |
59 | | - "@nomicfoundation/hardhat-ethers": "^3.0.5", |
| 59 | + "@nomicfoundation/hardhat-ethers": "^3.0.6", |
60 | 60 | "@nomicfoundation/hardhat-verify": "^2.0.5", |
61 | 61 | "@openzeppelin/contracts-upgradeable": "4.9.6", |
62 | | - "@openzeppelin/hardhat-upgrades": "^3.0.5", |
| 62 | + "@openzeppelin/hardhat-upgrades": "^3.1.0", |
63 | 63 | "@tableland/local": "^3.0.0-pre.1", |
64 | 64 | "@tableland/sdk": "^7.0.0-pre.0", |
65 | 65 | "@typechain/ethers-v6": "^0.5.1", |
|
81 | 81 | "eslint-plugin-import": "^2.27.5", |
82 | 82 | "eslint-plugin-n": "^15.6.1", |
83 | 83 | "eslint-plugin-promise": "^6.1.1", |
84 | | - "ethers": "^6.12.0", |
85 | 84 | "hardhat": "^2.22.2", |
86 | 85 | "hardhat-contract-sizer": "^2.10.0", |
87 | 86 | "hardhat-gas-reporter": "^2.1.1", |
|
95 | 94 | "typescript": "^5.0.2" |
96 | 95 | }, |
97 | 96 | "dependencies": { |
98 | | - "@openzeppelin/contracts": "4.9.6" |
| 97 | + "@openzeppelin/contracts": "4.9.6", |
| 98 | + "ethers": "^6.12.0" |
99 | 99 | } |
100 | 100 | } |
0 commit comments