Update inject web3 dependencies (#7286)

* Remove wallet web3 dependency

* Update shell web3 dependency
This commit is contained in:
Jaco Greeff 2017-12-14 17:32:59 +01:00 committed by GitHub
parent 4d28facf5e
commit a4959c8509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1288 additions and 215 deletions

View File

@ -203,7 +203,6 @@
"utf8": "2.1.2",
"valid-url": "1.0.9",
"validator": "6.2.0",
"web3": "0.17.0-beta",
"whatwg-fetch": "2.0.1",
"worker-loader": "^0.8.0",
"zxcvbn": "4.4.1"

1500
js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -170,6 +170,6 @@
"semantic-ui-react": "0.77.0",
"solc": "ngotchac/solc-js",
"store": "1.3.20",
"web3": "0.17.0-beta"
"web3": "1.0.0-beta.26"
}
}