Skip to content

Commit 5abb30c

Browse files
author
Jani Anttonen
committed
Move @typechain/ethers-v5 to deps for typechain generation post-install
1 parent e392451 commit 5abb30c

File tree

2 files changed

+12939
-5
lines changed

2 files changed

+12939
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilladefi/trade-contracts",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "Smart contracts for vanilladefi.com",
55
"main": "./typechain/vanilla_v1.1/index.ts",
66
"scripts": {
@@ -47,10 +47,8 @@
4747
"@gnosis.pm/safe-core-sdk": "^1.1.1",
4848
"@gnosis.pm/safe-ethers-adapters": "^0.1.0-alpha.6",
4949
"@ledgerhq/hw-app-eth": "^6.4.0",
50-
"@typechain/ethers-v5": "^7.0.1",
5150
"@types/chai": "^4.2.21",
5251
"@types/mocha": "^9.0.0",
53-
"@types/node": "^14.17.9",
5452
"@typescript-eslint/eslint-plugin": "^4.29.0",
5553
"@typescript-eslint/parser": "^4.29.0",
5654
"chai": "^4.3.4",
@@ -71,8 +69,7 @@
7169
"prettier-plugin-solidity": "^1.0.0-beta.17",
7270
"solc": "^0.8.4",
7371
"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"
7673
},
7774
"resolutions": {
7875
"@solidity-parser/parser": "^0.13.2"
@@ -82,9 +79,12 @@
8279
"@ethersproject/abi": "^5.4.0",
8380
"@ethersproject/bytes": "^5.4.0",
8481
"@ethersproject/providers": "^5.4.3",
82+
"ts-generator": "^0.1.1",
83+
"@types/node": "^14.17.9",
8584
"hardhat": "^2.6.0",
8685
"typechain": "^5.1.2",
8786
"ts-node": "^9.1.1",
87+
"@typechain/ethers-v5": "^7.0.1",
8888
"@typechain/hardhat": "^2.3.0",
8989
"typescript": "^4.3.5",
9090
"@openzeppelin/contracts": "4.1.0",

0 commit comments

Comments
 (0)