Skip to content

Commit d53e50b

Browse files
author
Jani Anttonen
committed
Move deps from dev-deps to deps
1 parent 4717f53 commit d53e50b

File tree

2 files changed

+12949
-15
lines changed

2 files changed

+12949
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilladefi/trade-contracts",
3-
"version": "1.1.8",
3+
"version": "1.1.11",
44
"description": "Smart contracts for vanilladefi.com",
55
"main": "./typechain/vanilla_v1.1/index.ts",
66
"scripts": {
@@ -38,9 +38,6 @@
3838
],
3939
"devDependencies": {
4040
"@ethereum-waffle/chai": "^3.4.0",
41-
"@ethersproject/abi": "^5.4.0",
42-
"@ethersproject/bytes": "^5.4.0",
43-
"@ethersproject/providers": "^5.4.3",
4441
"@nomiclabs/hardhat-ethers": "^2.0.3",
4542
"@nomiclabs/hardhat-waffle": "^2.0.1",
4643
"@nomiclabs/hardhat-etherscan": "^2.1.4",
@@ -50,13 +47,10 @@
5047
"@gnosis.pm/safe-core-sdk": "^1.1.1",
5148
"@gnosis.pm/safe-ethers-adapters": "^0.1.0-alpha.6",
5249
"@ledgerhq/hw-app-eth": "^6.4.0",
53-
"@typechain/ethers-v5": "^7.0.1",
5450
"@types/chai": "^4.2.21",
5551
"@types/mocha": "^9.0.0",
56-
"@types/node": "^14.17.9",
5752
"@typescript-eslint/eslint-plugin": "^4.29.0",
5853
"@typescript-eslint/parser": "^4.29.0",
59-
"@uniswap/v3-periphery": "^1.1.1",
6054
"chai": "^4.3.4",
6155
"decimal.js": "^10.3.1",
6256
"dotenv": "^8.6.0",
@@ -68,31 +62,37 @@
6862
"eslint-plugin-promise": "^4.3.1",
6963
"eslint-plugin-standard": "^4.1.0",
7064
"ethereum-waffle": "^3.4.0",
71-
"ethers": "^5.4.4",
7265
"fast-check": "^2.17.0",
73-
"hardhat": "^2.6.0",
7466
"hardhat-deploy": "^0.7.11",
7567
"hardhat-deploy-ethers": "^0.3.0-beta.10",
76-
"@typechain/hardhat": "^2.3.0",
7768
"prettier": "^2.3.2",
7869
"prettier-plugin-solidity": "^1.0.0-beta.17",
7970
"solc": "^0.8.4",
8071
"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"
8673
},
8774
"resolutions": {
8875
"@solidity-parser/parser": "^0.13.2"
8976
},
9077
"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",
9190
"@openzeppelin/contracts": "4.1.0",
9291
"@uniswap/lib": "^4.0.1-alpha",
9392
"@uniswap/v2-core": "1.0.1",
9493
"@uniswap/v2-periphery": "1.1.0-beta.0",
9594
"@uniswap/v3-core": "1.0.0",
95+
"@uniswap/v3-periphery": "^1.1.1",
9696
"graphql": "15.5.0",
9797
"graphql-request": "3.4.0",
9898
"keccak256": "^1.0.3",

0 commit comments

Comments
 (0)