Skip to content

Commit

Permalink
Merge pull request #56 from jacogr/jg-deps
Browse files Browse the repository at this point in the history
bring dependencies up to date
  • Loading branch information
Jaco Greeff committed Jul 18, 2016
2 parents cc11bd6 + 88748ca commit 750ac09
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.9.2",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"eslint": "^2.12.0",
"coveralls": "^2.11.11",
"eslint": "^3.1.0",
"eslint-config-semistandard": "^6.0.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"ethereum-rpc-json": "ethcore/ethereum-rpc-json#35385fbd71973c4bafe5f58a9a455be69f6f1c09",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^2.5.3",
"mocha": "^3.0.0-1",
"mock-socket": "^3.0.1",
"nock": "^8.0.0",
"rollup": "^0.31.2",
"rollup-plugin-babel": "^2.5.1",
"rollup": "^0.34.1",
"rollup-plugin-babel": "^2.6.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"websocket": "^1.0.23"
},
"dependencies": {
"bignumber.js": "^2.3.0",
"es6-promise": "^3.2.1",
"ethabi-js": "^0.0.58",
"ethabi-js": "^0.0.59",
"isomorphic-fetch": "^2.2.1",
"js-sha3": "^0.5.2"
}
Expand Down

0 comments on commit 750ac09

Please sign in to comment.