|
1 | 1 | { |
2 | 2 | "name": "@vanilladefi/trade-contracts", |
3 | | - "version": "1.1.10", |
| 3 | + "version": "1.1.11", |
4 | 4 | "description": "Smart contracts for vanilladefi.com", |
5 | 5 | "main": "./typechain/vanilla_v1.1/index.ts", |
6 | 6 | "scripts": { |
|
47 | 47 | "@gnosis.pm/safe-core-sdk": "^1.1.1", |
48 | 48 | "@gnosis.pm/safe-ethers-adapters": "^0.1.0-alpha.6", |
49 | 49 | "@ledgerhq/hw-app-eth": "^6.4.0", |
50 | | - "@typechain/ethers-v5": "^7.0.1", |
51 | 50 | "@types/chai": "^4.2.21", |
52 | 51 | "@types/mocha": "^9.0.0", |
53 | | - "@types/node": "^14.17.9", |
54 | 52 | "@typescript-eslint/eslint-plugin": "^4.29.0", |
55 | 53 | "@typescript-eslint/parser": "^4.29.0", |
56 | 54 | "chai": "^4.3.4", |
|
71 | 69 | "prettier-plugin-solidity": "^1.0.0-beta.17", |
72 | 70 | "solc": "^0.8.4", |
73 | 71 | "solhint": "^3.3.6", |
74 | | - "solidity-coverage": "^0.8.0-beta.0", |
75 | | - "ts-generator": "^0.1.1" |
| 72 | + "solidity-coverage": "^0.8.0-beta.0" |
76 | 73 | }, |
77 | 74 | "resolutions": { |
78 | 75 | "@solidity-parser/parser": "^0.13.2" |
|
82 | 79 | "@ethersproject/abi": "^5.4.0", |
83 | 80 | "@ethersproject/bytes": "^5.4.0", |
84 | 81 | "@ethersproject/providers": "^5.4.3", |
| 82 | + "ts-generator": "^0.1.1", |
| 83 | + "@types/node": "^14.17.9", |
85 | 84 | "hardhat": "^2.6.0", |
86 | 85 | "typechain": "^5.1.2", |
87 | 86 | "ts-node": "^9.1.1", |
| 87 | + "@typechain/ethers-v5": "^7.0.1", |
88 | 88 | "@typechain/hardhat": "^2.3.0", |
89 | 89 | "typescript": "^4.3.5", |
90 | 90 | "@openzeppelin/contracts": "4.1.0", |
|
0 commit comments