Skip to content

Commit

Permalink
chore(deps): bump libp2p from 1.9.4 to 2.0.2
Browse files Browse the repository at this point in the history
Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 1.9.4 to 2.0.2.
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@libp2p-v1.9.4...libp2p-v2.0.2)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent d006979 commit dee9671
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-browser-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@libp2p/webrtc": "^4.0.5",
"@libp2p/websockets": "^8.0.4",
"@multiformats/multiaddr": "^12.1.11",
"libp2p": "^1.0.8",
"libp2p": "^2.0.2",
"vite": "^5.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"it-length-prefixed": "^9.0.1",
"it-map": "^3.0.3",
"it-pipe": "^3.0.1",
"libp2p": "^1.0.8",
"libp2p": "^2.0.2",
"p-defer": "^4.0.0",
"uint8arrays": "^5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-circuit-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@libp2p/identify": "^2.1.0",
"@libp2p/websockets": "^8.0.4",
"@multiformats/multiaddr": "^12.1.11",
"libp2p": "^1.0.8 "
"libp2p": "^2.0.2 "
},
"devDependencies": {
"test-ipfs-example": "^1.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@libp2p/plaintext": "^1.0.4",
"@libp2p/tcp": "^9.0.4",
"it-pipe": "^3.0.1",
"libp2p": "^1.0.8",
"libp2p": "^2.0.2",
"uint8arrays": "^5.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-custom-protocols/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nodeutils/defaults-deep": "^1.1.0",
"it-length-prefixed-stream": "^1.1.4",
"it-pipe": "^3.0.1",
"libp2p": "^1.0.8",
"libp2p": "^2.0.2",
"uint8arrays": "^5.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-delegated-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@helia/delegated-routing-v1-http-api-client": "^3.0.1",
"@helia/delegated-routing-v1-http-api-server": "^3.0.3",
"libp2p": "^1.0.8",
"libp2p": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@libp2p/mplex": "^10.1.0",
"@libp2p/pubsub-peer-discovery": "^10.0.1",
"@libp2p/tcp": "^9.0.4",
"libp2p": "^1.0.8"
"libp2p": "^2.0.2"
},
"devDependencies": {
"execa": "^9.2.0",
Expand Down

0 comments on commit dee9671

Please sign in to comment.