*Update deps
This commit is contained in:
parent
2fd5b11582
commit
acca3680ac
20
package.json
20
package.json
|
@ -9,22 +9,22 @@
|
||||||
"build": "npm run compile && node ./dist-build/build.mjs dev"
|
"build": "npm run compile && node ./dist-build/build.mjs dev"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chainsafe/libp2p-gossipsub": "^6.2.0",
|
"@chainsafe/libp2p-gossipsub": "^6.3.0",
|
||||||
"@chainsafe/libp2p-noise": "^11.0.4",
|
"@chainsafe/libp2p-noise": "^11.0.4",
|
||||||
"@chainsafe/libp2p-yamux": "^3.0.7",
|
"@chainsafe/libp2p-yamux": "^3.0.10",
|
||||||
"@dao-xyz/libp2p-noise": "^11.1.3",
|
"@dao-xyz/libp2p-noise": "^11.1.3",
|
||||||
"@helia/ipns": "^1.1.0",
|
"@helia/ipns": "^1.1.0",
|
||||||
"@helia/unixfs": "^1.2.1",
|
"@helia/unixfs": "^1.2.2",
|
||||||
"@libp2p/bootstrap": "^6.0.3",
|
"@libp2p/bootstrap": "^6.0.3",
|
||||||
"@libp2p/crypto": "^1.0.15",
|
"@libp2p/crypto": "^1.0.15",
|
||||||
"@libp2p/delegated-content-routing": "^4.0.3",
|
"@libp2p/delegated-content-routing": "^4.0.3",
|
||||||
"@libp2p/delegated-peer-routing": "^4.0.5",
|
"@libp2p/delegated-peer-routing": "^4.0.5",
|
||||||
"@libp2p/interface-metrics": "^4.0.5",
|
"@libp2p/interface-metrics": "^4.0.6",
|
||||||
"@libp2p/interfaces": "^3.3.1",
|
"@libp2p/interfaces": "^3.3.1",
|
||||||
"@libp2p/logger": "^2.0.7",
|
"@libp2p/logger": "^2.0.7",
|
||||||
"@libp2p/mplex": "^7.1.3",
|
"@libp2p/mplex": "^7.1.7",
|
||||||
"@libp2p/tcp": "^6.1.5",
|
"@libp2p/tcp": "^6.2.1",
|
||||||
"@libp2p/utils": "^3.0.7",
|
"@libp2p/utils": "^3.0.8",
|
||||||
"@lumeweb/kernel-protomux-client": "git+https://git.lumeweb.com/LumeWeb/kernel-protomux-client.git",
|
"@lumeweb/kernel-protomux-client": "git+https://git.lumeweb.com/LumeWeb/kernel-protomux-client.git",
|
||||||
"@lumeweb/kernel-swarm-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
|
"@lumeweb/kernel-swarm-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
|
||||||
"@lumeweb/libkernel-universal": "git+https://git.lumeweb.com/LumeWeb/libkernel-universal.git",
|
"@lumeweb/libkernel-universal": "git+https://git.lumeweb.com/LumeWeb/libkernel-universal.git",
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
"p-queue": "^7.3.4",
|
"p-queue": "^7.3.4",
|
||||||
"private-ip": "^3.0.0",
|
"private-ip": "^3.0.0",
|
||||||
"rewire": "^6.0.0",
|
"rewire": "^6.0.0",
|
||||||
"runes2": "^1.0.10",
|
"runes2": "^1.1.2",
|
||||||
"serialize-error": "^11.0.0",
|
"serialize-error": "^11.0.0",
|
||||||
"sodium-universal": "^4.0.0",
|
"sodium-universal": "^4.0.0",
|
||||||
"streamx": "^2.13.2",
|
"streamx": "^2.13.2",
|
||||||
|
@ -56,11 +56,11 @@
|
||||||
"@helia/interface": "^0.0.0",
|
"@helia/interface": "^0.0.0",
|
||||||
"@libp2p/interface-connection": "^3.1.1",
|
"@libp2p/interface-connection": "^3.1.1",
|
||||||
"@libp2p/interface-peer-info": "^1.0.9",
|
"@libp2p/interface-peer-info": "^1.0.9",
|
||||||
"@libp2p/interface-transport": "^2.1.2",
|
"@libp2p/interface-transport": "^2.1.3",
|
||||||
"@libp2p/kad-dht": "^7.0.3",
|
"@libp2p/kad-dht": "^7.0.3",
|
||||||
"@libp2p/peer-id": "^2.0.3",
|
"@libp2p/peer-id": "^2.0.3",
|
||||||
"@libp2p/peer-id-factory": "^2.0.3",
|
"@libp2p/peer-id-factory": "^2.0.3",
|
||||||
"@libp2p/websockets": "^5.0.8",
|
"@libp2p/websockets": "^5.0.10",
|
||||||
"@lumeweb/libhyperproxy": "git+https://git.lumeweb.com/LumeWeb/libhyperproxy.git",
|
"@lumeweb/libhyperproxy": "git+https://git.lumeweb.com/LumeWeb/libhyperproxy.git",
|
||||||
"@multiformats/multiaddr": "^11.6.1",
|
"@multiformats/multiaddr": "^11.6.1",
|
||||||
"@scure/bip39": "^1.2.0",
|
"@scure/bip39": "^1.2.0",
|
||||||
|
|
Loading…
Reference in New Issue