Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderer committed Nov 27, 2015
1 parent 6ec11a0 commit 74ce2dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"homepage": "https://github.com/ethereum/ethashjs#readme",
"dependencies": {
"async": "^1.4.2",
"bitwise-xor": "0.0.0",
"es6-shim": "^0.33.1",
"ethereumjs-util": "^1.3.7",
"miller-rabin": "^3.0.0"
"bitwise-xor": "^0.0.0",
"es6-shim": "^0.33.13",
"ethereumjs-util": "^2.3.1",
"miller-rabin": "^4.0.0"
},
"devDependencies": {
"ethereumjs-block": "0.0.10",
"ethereumjs-block": "^1.0.4",
"ethereumjs-testing": "git+https://github.com/wanderer/ethereumjs-testing.git",
"levelup": "^1.2.1",
"memdown": "^1.0.0",
"tape": "^4.0.1"
"levelup": "^1.3.0",
"memdown": "^1.1.0",
"tape": "^4.2.2"
}
}

0 comments on commit 74ce2dd

Please sign in to comment.