Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Update dependencies (#1623)
Browse files Browse the repository at this point in the history
* Update dependencies

* Updating yarn lock
  • Loading branch information
luclu authored and evertonfraga committed Feb 1, 2017
1 parent 334f6c2 commit 0c7ade6
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 96 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -12,31 +12,31 @@
},
"main": "main.js",
"dependencies": {
"babel-runtime": "^6.18.0",
"bignumber.js": "^2.1.4",
"bluebird": "^3.3.5",
"babel-runtime": "^6.22.0",
"bignumber.js": "^4.0.0",
"bluebird": "^3.4.7",
"chai-as-promised": "^6.0.0",
"chai-string": "^1.3.0",
"electron-squirrel-startup": "^1.0.0",
"ethereum-client-binaries": "^1.6.1",
"ethereum-keyfile-recognizer": "^1.0.2",
"ethereumjs-abi": "^0.6.3",
"got": "^6.3.0",
"i18next": "^2.3.4",
"got": "^6.7.1",
"i18next": "^6.0.3",
"log-rotate": "^0.2.7",
"log4js": "^0.6.35",
"lokijs": "^1.4.1",
"minimongo-standalone": "0.0.9",
"numeral": "^1.5.3",
"log4js": "^1.1.0",
"lokijs": "^1.4.2",
"minimongo-standalone": "^1.1.0-3",
"numeral": "^2.0.4",
"os-timesync": "^1.0.6",
"semver": "^5.1.0",
"solc": "0.4.6",
"typescript": "^1.7.3",
"solc": "^0.4.8",
"typescript": "^2.1.5",
"underscore": "^1.8.3",
"underscore-deep-extend": "^1.1.5",
"uuid": "^2.0.2",
"uuid": "^3.0.1",
"web3": "^0.17.0-alpha",
"yargs": "^4.3.1"
"yargs": "^6.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 0c7ade6

Please sign in to comment.