|
1 | 1 | { |
2 | 2 | "name": "@witnet/wrapped-wit", |
3 | | - "version": "1.2.5", |
| 3 | + "version": "1.3.0", |
4 | 4 | "author": "Witnet Foundation <info@witnet.foundation>", |
5 | 5 | "description": "Wrapped/WIT Solidity contracts and CLI tools", |
6 | 6 | "license": "MIT", |
|
40 | 40 | "ERC-20" |
41 | 41 | ], |
42 | 42 | "devDependencies": { |
43 | | - "@nomicfoundation/hardhat-ethers": "^4.0.1", |
| 43 | + "@nomicfoundation/hardhat-ethers": "^4.0.2", |
44 | 44 | "@nomicfoundation/hardhat-ignition": "^3.0.3", |
45 | 45 | "@nomicfoundation/hardhat-ignition-ethers": "^3.0.3", |
46 | 46 | "@nomicfoundation/hardhat-toolbox": "^6.1.0", |
47 | | - "@nomicfoundation/hardhat-verify": "^3.0.2", |
| 47 | + "@nomicfoundation/hardhat-verify": "^3.0.3", |
48 | 48 | "@openzeppelin/community-contracts": "github:OpenZeppelin/openzeppelin-community-contracts#master", |
49 | 49 | "@openzeppelin/contracts": "^5.4.0", |
50 | 50 | "@openzeppelin/contracts-upgradeable": "^5.4.0", |
51 | | - "hardhat": "^3.0.6" |
| 51 | + "hardhat": "^3.0.7" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "@witnet/ethers": "^1.1.4", |
55 | | - "@witnet/sdk": "^1.1.1", |
| 54 | + "@witnet/ethers": "~1.1.4", |
| 55 | + "@witnet/sdk": "^1.1.2", |
56 | 56 | "cross-env": "^10.1.0", |
57 | 57 | "dotenv": "^16.6.1", |
58 | | - "ethrpc-gateway": "^2.2.10", |
| 58 | + "ethrpc-gateway": "^2.2.12", |
59 | 59 | "inquirer": "^8.2.7", |
60 | 60 | "lodash.merge": "^4.6.2", |
61 | 61 | "moment": "^2.30.1", |
62 | | - "witnet-solidity-bridge": "^2.2.7" |
| 62 | + "witnet-solidity-bridge": "^2.2.8" |
63 | 63 | } |
64 | 64 | } |
0 commit comments