Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/dependencies #198

Merged
merged 22 commits into from Jul 31, 2019
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Using web3 v1 release!

  • Loading branch information
Freydal committed Jul 30, 2019
commit 2a215f115f6754d5bb42aed0bfe22dd02678a4dc
@@ -17,7 +17,7 @@
"@0x/subproviders": "^4.0.6",
"@kosu/kosu.js": "^0.1.5",
"@kosu/tsc-config": "^0.1.0",
"web3": "1.0.0-beta.55"
"web3": "1.2.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.3.3",
@@ -17,7 +17,7 @@
"bignumber.js": "8.0.2",
"browser-cookies": "^1.2.0",
"events": "^3.0.0",
"web3": "1.0.0-beta.55"
"web3": "1.2.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.3.3",
@@ -57,10 +57,10 @@
"ethereum-types": "^2.1.2",
"openzeppelin-solidity": "2.1.2",
"safe-node-require": "^1.0.0",
"web3": "1.0.0-beta.55",
"web3-eth-abi": "1.0.0-beta.37",
"web3": "1.2.0",
"web3-eth-abi": "1.2.0",
"web3-provider-engine": "^15.0.0",
"web3-utils": "1.0.0-beta.37"
"web3-utils": "1.2.0"
},
"devDependencies": {
"0x.js": "^6.0.9",
@@ -37,10 +37,10 @@
"ethereumjs-util": "^5.2.0",
"isomorphic-ws": "^4.0.1",
"node-fetch": "^2.2.0",
"web3": "1.0.0-beta.55",
"web3-eth-contract": "1.0.0-beta.53",
"web3": "1.2.0",
"web3-eth-contract": "1.2.0",
"web3-provider-engine": "15.0.0",
"web3-utils": "1.0.0-beta.53",
"web3-utils": "1.2.0",
"ws": "^6.1.4"
},
"devDependencies": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.