Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Apr 28, 2015
1 parent 90352e9 commit 61b4446
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
],
"main": "lib/levelup.js",
"dependencies": {
"deferred-leveldown": "^0.3.0",
"level-codec": "^5.0.0",
"deferred-leveldown": "~1.0.0",
"level-codec": "~5.5.0",
"level-errors": "~1.0.3",
"prr": "~0.0.0",
"prr": "~1.0.1",
"readable-stream": "~1.0.26",
"semver": "~2.3.1",
"xtend": "~3.0.0"
"semver": "~4.3.3",
"xtend": "~4.0.0"
},
"devDependencies": {
"async": "~0.9.0",
Expand All @@ -51,7 +51,7 @@
"memdown": "~1.0.0",
"msgpack-js": "~0.3.0",
"referee": "~1.1.1",
"rimraf": "~2.2.8",
"rimraf": "~2.3.2",
"tap": "~0.4.13",
"slow-stream": "0.0.4"
},
Expand Down

0 comments on commit 61b4446

Please sign in to comment.