Skip to content

Commit

Permalink
fix: update all deps (#133)
Browse files Browse the repository at this point in the history
Updates deps to the latest versions
  • Loading branch information
achingbrain authored Jun 21, 2024
1 parent 05fe702 commit cc74d43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"test": "npm run build && test-browser-example test"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^11.0.0",
"@chainsafe/libp2p-noise": "^14.0.0",
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/circuit-relay-v2": "^1.0.4",
"@libp2p/dcutr": "^1.0.3",
"@libp2p/identify": "^1.0.3",
"@libp2p/mplex": "^10.0.4",
"@libp2p/identify": "^2.1.0",
"@libp2p/mplex": "^10.1.0",
"@libp2p/webrtc": "^4.0.5",
"@libp2p/websockets": "^8.0.4",
"@multiformats/multiaddr": "^12.1.11",
"libp2p": "^1.0.8",
"vite": "^5.0.4"
"vite": "^5.3.1"
},
"devDependencies": {
"test-ipfs-example": "^1.0.0"
Expand Down

0 comments on commit cc74d43

Please sign in to comment.