|
1 | 1 | { |
2 | 2 | "name": "@vanilladefi/trade-contracts", |
3 | | - "version": "1.1.8", |
| 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": { |
|
38 | 38 | ], |
39 | 39 | "devDependencies": { |
40 | 40 | "@ethereum-waffle/chai": "^3.4.0", |
41 | | - "@ethersproject/abi": "^5.4.0", |
42 | | - "@ethersproject/bytes": "^5.4.0", |
43 | | - "@ethersproject/providers": "^5.4.3", |
44 | 41 | "@nomiclabs/hardhat-ethers": "^2.0.3", |
45 | 42 | "@nomiclabs/hardhat-waffle": "^2.0.1", |
46 | 43 | "@nomiclabs/hardhat-etherscan": "^2.1.4", |
|
50 | 47 | "@gnosis.pm/safe-core-sdk": "^1.1.1", |
51 | 48 | "@gnosis.pm/safe-ethers-adapters": "^0.1.0-alpha.6", |
52 | 49 | "@ledgerhq/hw-app-eth": "^6.4.0", |
53 | | - "@typechain/ethers-v5": "^7.0.1", |
54 | 50 | "@types/chai": "^4.2.21", |
55 | 51 | "@types/mocha": "^9.0.0", |
56 | | - "@types/node": "^14.17.9", |
57 | 52 | "@typescript-eslint/eslint-plugin": "^4.29.0", |
58 | 53 | "@typescript-eslint/parser": "^4.29.0", |
59 | | - "@uniswap/v3-periphery": "^1.1.1", |
60 | 54 | "chai": "^4.3.4", |
61 | 55 | "decimal.js": "^10.3.1", |
62 | 56 | "dotenv": "^8.6.0", |
|
68 | 62 | "eslint-plugin-promise": "^4.3.1", |
69 | 63 | "eslint-plugin-standard": "^4.1.0", |
70 | 64 | "ethereum-waffle": "^3.4.0", |
71 | | - "ethers": "^5.4.4", |
72 | 65 | "fast-check": "^2.17.0", |
73 | | - "hardhat": "^2.6.0", |
74 | 66 | "hardhat-deploy": "^0.7.11", |
75 | 67 | "hardhat-deploy-ethers": "^0.3.0-beta.10", |
76 | | - "@typechain/hardhat": "^2.3.0", |
77 | 68 | "prettier": "^2.3.2", |
78 | 69 | "prettier-plugin-solidity": "^1.0.0-beta.17", |
79 | 70 | "solc": "^0.8.4", |
80 | 71 | "solhint": "^3.3.6", |
81 | | - "solidity-coverage": "^0.8.0-beta.0", |
82 | | - "ts-generator": "^0.1.1", |
83 | | - "ts-node": "^9.1.1", |
84 | | - "typechain": "^5.1.2", |
85 | | - "typescript": "^4.3.5" |
| 72 | + "solidity-coverage": "^0.8.0-beta.0" |
86 | 73 | }, |
87 | 74 | "resolutions": { |
88 | 75 | "@solidity-parser/parser": "^0.13.2" |
89 | 76 | }, |
90 | 77 | "dependencies": { |
| 78 | + "ethers": "^5.4.4", |
| 79 | + "@ethersproject/abi": "^5.4.0", |
| 80 | + "@ethersproject/bytes": "^5.4.0", |
| 81 | + "@ethersproject/providers": "^5.4.3", |
| 82 | + "ts-generator": "^0.1.1", |
| 83 | + "@types/node": "^14.17.9", |
| 84 | + "hardhat": "^2.6.0", |
| 85 | + "typechain": "^5.1.2", |
| 86 | + "ts-node": "^9.1.1", |
| 87 | + "@typechain/ethers-v5": "^7.0.1", |
| 88 | + "@typechain/hardhat": "^2.3.0", |
| 89 | + "typescript": "^4.3.5", |
91 | 90 | "@openzeppelin/contracts": "4.1.0", |
92 | 91 | "@uniswap/lib": "^4.0.1-alpha", |
93 | 92 | "@uniswap/v2-core": "1.0.1", |
94 | 93 | "@uniswap/v2-periphery": "1.1.0-beta.0", |
95 | 94 | "@uniswap/v3-core": "1.0.0", |
| 95 | + "@uniswap/v3-periphery": "^1.1.1", |
96 | 96 | "graphql": "15.5.0", |
97 | 97 | "graphql-request": "3.4.0", |
98 | 98 | "keccak256": "^1.0.3", |
|
0 commit comments