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

Commit 8daa153

Browse files
committed
chore: update libp2p version
1 parent d2632ff commit 8daa153

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/custom-libp2p/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"ipfs": "^0.53.2",
14-
"libp2p": "^0.30.6",
14+
"libp2p": "^0.30.7",
1515
"libp2p-bootstrap": "^0.12.1",
1616
"libp2p-kad-dht": "^0.20.1",
1717
"libp2p-mdns": "^0.15.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"release": "run-s release:pre:* release:publish docker:release release:post:*",
3333
"release:pre:non-dirty-repo": "git diff --quiet",
3434
"release:pre:update-contributors": "aegir release --lint=false --test=false --bump=false --build=false --changelog=false --commit=false --tag=false --push=false --ghrelease=false --docs=false --publish=false",
35-
"release:pre:reinstall": "npm run reset && npm i",
35+
"release:pre:reinstall": "npm run reset && npm i && rimraf package-lock.json packages/*/package-lock.json",
3636
"release:pre:build": "NODE_ENV=production npm run build -- --scope={ipfs,ipfs-core,ipfs-*client,ipfs-message-port-*}",
3737
"release:publish": "lerna publish",
3838
"docker:release": "run-s docker:release:*",

packages/ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"it-first": "^1.0.4",
8989
"it-last": "^1.0.4",
9090
"it-pipe": "^1.1.0",
91-
"libp2p": "^0.30.6",
91+
"libp2p": "^0.30.7",
9292
"libp2p-bootstrap": "^0.12.1",
9393
"libp2p-crypto": "^0.19.0",
9494
"libp2p-floodsub": "^0.24.1",

packages/ipfs-daemon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ipfs-http-server": "^0.3.0",
3838
"ipfs-utils": "^6.0.0",
3939
"just-safe-set": "^2.1.0",
40-
"libp2p": "^0.30.6",
40+
"libp2p": "^0.30.7",
4141
"libp2p-delegated-content-routing": "^0.9.0",
4242
"libp2p-delegated-peer-routing": "^0.8.0",
4343
"libp2p-webrtc-star": "^0.21.0",

0 commit comments

Comments
 (0)