Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauve Signweaver committed Nov 1, 2024
1 parent b3ebb5f commit c37a9db
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"test": "node test.js",
"lint": "standard --fix",
"upgrade-hyper": "npm i --save corestore@latest hypercore@latest hyperswarm@latest hyperdrive@latest hyperbee@latest z32@latest b4a@latest"
"upgrade-hyper": "npm i --save corestore@latest hypercore@latest hyperswarm@latest hyperdrive@latest hyperbee@latest hypercore-protocol@latest z32@latest b4a@latest"
},
"repository": {
"type": "git",
Expand All @@ -32,16 +32,17 @@
},
"homepage": "https://github.com/rangermauve/hyper-sdk#readme",
"dependencies": {
"b4a": "^1.6.6",
"corestore": "^6.17.0",
"b4a": "^1.6.7",
"corestore": "^6.18.4",
"dns-query": "^0.11.2",
"hyperbee": "^2.18.2",
"hypercore": "^10.33.3",
"hyperdrive": "^11.8.1",
"hyperswarm": "^4.7.14",
"hyperbee": "^2.20.4",
"hypercore": "^10.37.25",
"hypercore-protocol": "^8.0.7",
"hyperdrive": "^11.13.0",
"hyperswarm": "^4.8.4",
"random-access-application": "^2.0.0",
"random-access-memory": "^6.2.0",
"z32": "^1.0.1"
"z32": "^1.1.0"
},
"devDependencies": {
"standard": "^17.0.0",
Expand Down

0 comments on commit c37a9db

Please sign in to comment.