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

Commit 6fe16c6

Browse files
committed
Unlock dependencies
Closes #134.
1 parent d23037c commit 6fe16c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"./location.js": "./location-browser.js"
1818
},
1919
"dependencies": {
20-
"encoding-down": "~6.2.0",
20+
"encoding-down": "^6.2.0",
2121
"level-compose": "^0.0.2",
22-
"level-js": "~4.0.0",
23-
"levelup": "~4.3.0",
24-
"memdown": "~5.0.0",
22+
"level-js": "^4.0.1",
23+
"levelup": "^4.3.1",
24+
"memdown": "^5.1.0",
2525
"tempy": "^0.3.0",
2626
"uuid": "^3.3.2"
2727
},
@@ -41,7 +41,7 @@
4141
"tape": "^4.8.0"
4242
},
4343
"optionalDependencies": {
44-
"leveldown": "~5.2.0"
44+
"leveldown": "^5.2.1"
4545
},
4646
"hallmark": {
4747
"community": "level-community",

0 commit comments

Comments
 (0)