Skip to content

Commit

Permalink
chore: update sibling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 31, 2023
1 parent 58c261e commit 67ca252
Show file tree
Hide file tree
Showing 25 changed files with 108 additions and 108 deletions.
10 changes: 5 additions & 5 deletions doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
},
"dependencies": {
"@chainsafe/libp2p-yamux": "^4.0.2",
"@libp2p/interface": "~0.0.1",
"@libp2p/mplex": "^8.0.4",
"@libp2p/prometheus-metrics": "^1.1.5",
"@libp2p/tcp": "^7.0.3",
"@libp2p/interface": "^0.1.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/prometheus-metrics": "^2.0.0",
"@libp2p/tcp": "^8.0.0",
"aegir": "^40.0.1",
"libp2p": "^0.45.9",
"libp2p": "^0.46.0",
"prom-client": "^14.2.0"
},
"private": true
Expand Down
6 changes: 3 additions & 3 deletions examples/auto-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/websockets": "^6.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/websockets": "^7.0.0",
"@multiformats/multiaddr": "^12.1.3",
"libp2p": "^0.45.0"
"libp2p": "^0.46.0"
},
"devDependencies": {
"aegir": "^40.0.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/websockets": "^6.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/peer-id-factory": "^3.0.0",
"@libp2p/tcp": "^8.0.0",
"@libp2p/websockets": "^7.0.0",
"@multiformats/multiaddr": "^12.1.3",
"@nodeutils/defaults-deep": "^1.1.0",
"it-length-prefixed": "^9.0.1",
"it-map": "^3.0.3",
"it-pipe": "^3.0.1",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/connection-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"it-pipe": "^3.0.1",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions examples/delegated-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
},
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@libp2p/bootstrap": "^8.0.0",
"@libp2p/bootstrap": "^9.0.0",
"@libp2p/delegated-content-routing": "^4.0.0",
"@libp2p/delegated-peer-routing": "^4.0.0",
"@libp2p/kad-dht": "^9.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/websockets": "^6.0.0",
"@libp2p/kad-dht": "^10.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/websockets": "^7.0.0",
"kubo-rpc-client": "^3.0.1",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
Expand Down
10 changes: 5 additions & 5 deletions examples/discovery-mechanisms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/bootstrap": "^8.0.0",
"@libp2p/bootstrap": "^9.0.0",
"@libp2p/floodsub": "^7.0.0",
"@libp2p/mdns": "^8.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/mdns": "^9.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/pubsub-peer-discovery": "^8.0.4",
"@libp2p/tcp": "^7.0.0",
"libp2p": "^0.45.0"
"@libp2p/tcp": "^8.0.0",
"libp2p": "^0.46.0"
},
"devDependencies": {
"aegir": "^40.0.1",
Expand Down
10 changes: 5 additions & 5 deletions examples/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/websockets": "^6.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/peer-id-factory": "^3.0.0",
"@libp2p/tcp": "^8.0.0",
"@libp2p/websockets": "^7.0.0",
"@multiformats/multiaddr": "^12.1.3",
"@nodeutils/defaults-deep": "^1.1.0",
"it-pipe": "^3.0.1",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@libp2p/webrtc": "file:../../",
"@multiformats/multiaddr": "^12.0.0",
"it-pushable": "^3.2.0",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"vite": "^4.2.1"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@libp2p/webrtc": "file:../../",
"@multiformats/multiaddr": "^12.0.0",
"it-pushable": "^3.2.0",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"vite": "^4.2.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions examples/libp2p-in-the-browser/websockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"@chainsafe/libp2p-gossipsub": "^9.0.0",
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/bootstrap": "^8.0.0",
"@libp2p/kad-dht": "^9.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/webrtc": "^2.0.0",
"@libp2p/websockets": "^6.0.0",
"@libp2p/webtransport": "^2.0.0",
"libp2p": "^0.45.0"
"@libp2p/bootstrap": "^9.0.0",
"@libp2p/kad-dht": "^10.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/webrtc": "^3.0.0",
"@libp2p/websockets": "^7.0.0",
"@libp2p/webtransport": "^3.0.0",
"libp2p": "^0.46.0"
},
"devDependencies": {
"aegir": "^40.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@multiformats/multiaddr": "^12.1.2",
"blockstore-core": "^4.1.0",
"ipfs-bitswap": "^18.0.1",
"libp2p": "^0.45.9",
"libp2p": "^0.46.0",
"multiformats": "^12.0.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/peer-and-content-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/kad-dht": "^9.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/kad-dht": "^10.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"delay": "^6.0.0",
"it-all": "^3.0.2",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"multiformats": "^12.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/pnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"it-pipe": "^3.0.1",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/protocol-and-stream-muxing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"it-pipe": "^3.0.1",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/floodsub": "^7.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"libp2p": "^0.45.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"libp2p": "^0.46.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/websockets": "^6.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"@libp2p/websockets": "^7.0.0",
"it-pipe": "^3.0.1",
"it-to-buffer": "^4.0.2",
"libp2p": "^0.45.0",
"libp2p": "^0.46.0",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^12.0.0",
"@chainsafe/libp2p-yamux": "^4.0.0",
"@libp2p/mplex": "^8.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/webrtc": "^2.0.0",
"@libp2p/websockets": "^6.0.0",
"@libp2p/webtransport": "^2.0.0",
"@libp2p/mplex": "^9.0.0",
"@libp2p/tcp": "^8.0.0",
"@libp2p/webrtc": "^3.0.0",
"@libp2p/websockets": "^7.0.0",
"@libp2p/webtransport": "^3.0.0",
"@multiformats/mafmt": "^12.1.2",
"@multiformats/multiaddr": "^12.1.3",
"libp2p": "^0.45.0",
"redis": "4.5.1"
"libp2p": "^0.46.0",
"redis": "^4.5.1"
},
"devDependencies": {
"aegir": "^40.0.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/connection-encryption-noise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"prepublish": "npm run build"
},
"dependencies": {
"@libp2p/crypto": "^1.0.0",
"@libp2p/interface": "~0.0.1",
"@libp2p/logger": "^2.0.0",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/crypto": "^2.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@noble/hashes": "^1.3.0",
"@stablelib/chacha20poly1305": "^1.0.1",
"@stablelib/x25519": "^1.0.3",
Expand All @@ -80,8 +80,8 @@
"uint8arrays": "^4.0.4"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^3.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"@libp2p/peer-id-factory": "^3.0.0",
"@types/sinon": "^10.0.15",
"aegir": "^40.0.1",
"iso-random-stream": "^2.0.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^9.0.0",
"@libp2p/daemon-protocol": "^4.0.0",
"@libp2p/interface": "~0.0.1",
"@libp2p/kad-dht": "^9.0.0",
"@libp2p/logger": "^2.0.0",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/kad-dht": "^10.0.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@libp2p/tcp": "^8.0.0",
"@multiformats/multiaddr": "^12.1.3",
"it-stream-types": "^2.0.1",
"multiformats": "^12.0.1",
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"@libp2p/daemon-server": "^5.0.0",
"@libp2p/interface-compliance-tests": "^3.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"aegir": "^40.0.1",
"it-all": "^3.0.1",
"it-pipe": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/libp2p-daemon-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"build": "aegir build"
},
"dependencies": {
"@libp2p/interface": "~0.0.1",
"@libp2p/logger": "^2.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"it-handshake": "^4.1.3",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^9.0.0",
"@libp2p/daemon-protocol": "^4.0.0",
"@libp2p/interface": "~0.0.1",
"@libp2p/kad-dht": "^9.0.0",
"@libp2p/logger": "^2.0.0",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/tcp": "^7.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/kad-dht": "^10.0.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@libp2p/tcp": "^8.0.0",
"@multiformats/multiaddr": "^12.1.3",
"it-drain": "^3.0.2",
"it-length-prefixed": "^9.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/pubsub-floodsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@libp2p/interface": "~0.0.1",
"@libp2p/logger": "^2.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/pubsub": "^7.0.0",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3",
"uint8arrays": "^4.0.4"
},
"devDependencies": {
"@libp2p/interface-compliance-tests": "^3.0.0",
"@libp2p/peer-collections": "^3.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"@libp2p/peer-collections": "^4.0.0",
"@libp2p/peer-id-factory": "^3.0.0",
"@multiformats/multiaddr": "^12.1.3",
"@types/sinon": "^10.0.15",
"aegir": "^40.0.1",
Expand Down
Loading

0 comments on commit 67ca252

Please sign in to comment.