Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 11, 2024
1 parent 0b601b4 commit 009f419
Show file tree
Hide file tree
Showing 5 changed files with 6,466 additions and 15 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,14 @@
"release": "run-s build docs:no-publish npm:release docs",
"npm:release": "aegir release",
"docs": "aegir docs",
"docs:no-publish": "aegir docs --publish false"
"docs:no-publish": "aegir docs --publish false",
"postinstall": "patch-package && rm -rf node_modules/@chainsafe/libp2p-gossipsub/node_modules"
},
"dependencies": {
"aegir": "^44.1.0",
"npm-run-all": "^4.1.5"
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
"rimraf": "^6.0.1"
},
"workspaces": [
"packages/*"
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 @@ -50,19 +50,19 @@
},
"dependencies": {
"@libp2p/daemon-protocol": "^6.0.0",
"@libp2p/interface": "^1.1.2",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/tcp": "^9.0.13",
"@libp2p/interface": "^2.0.0",
"@libp2p/logger": "^5.0.0",
"@libp2p/peer-id": "^5.0.0",
"@libp2p/tcp": "^10.0.0",
"@multiformats/multiaddr": "^12.1.14",
"it-protobuf-stream": "^1.1.2",
"multiformats": "^13.0.1"
},
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@libp2p/daemon-server": "^7.0.0",
"@libp2p/interface-compliance-tests": "^5.2.0",
"@libp2p/kad-dht": "^12.0.5",
"@libp2p/interface-compliance-tests": "^6.0.0",
"@libp2p/kad-dht": "^13.0.0",
"aegir": "^44.1.0",
"it-all": "^3.0.4",
"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 @@ -69,8 +69,8 @@
"dep-check": "aegir dep-check"
},
"dependencies": {
"@libp2p/interface": "^1.1.2",
"@libp2p/logger": "^4.0.5",
"@libp2p/interface": "^2.0.0",
"@libp2p/logger": "^5.0.0",
"it-length-prefixed-stream": "^1.1.6",
"protons-runtime": "^5.4.0",
"uint8arraylist": "^2.4.8"
Expand Down
11 changes: 6 additions & 5 deletions packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@libp2p/crypto": "^5.0.0",
"@libp2p/daemon-protocol": "^6.0.0",
"@libp2p/interface": "^1.1.2",
"@libp2p/kad-dht": "^12.0.5",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-id": "^4.0.5",
"@libp2p/tcp": "^9.0.13",
"@libp2p/interface": "^2.0.0",
"@libp2p/kad-dht": "^13.0.0",
"@libp2p/logger": "^5.0.0",
"@libp2p/peer-id": "^5.0.0",
"@libp2p/tcp": "^10.0.0",
"@multiformats/multiaddr": "^12.1.14",
"it-drain": "^3.0.5",
"it-length-prefixed": "^9.0.4",
Expand Down
6,447 changes: 6,447 additions & 0 deletions patches/@chainsafe+libp2p-gossipsub+13.2.0.patch

Large diffs are not rendered by default.

0 comments on commit 009f419

Please sign in to comment.