*update deps
This commit is contained in:
parent
cba2a126ae
commit
04bcc3f7eb
14
package.json
14
package.json
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-gossipsub": "^6.2.0",
|
||||
"@chainsafe/libp2p-noise": "^11.0.2",
|
||||
"@chainsafe/libp2p-noise": "^11.0.4",
|
||||
"@chainsafe/libp2p-yamux": "^3.0.7",
|
||||
"@dao-xyz/libp2p-noise": "^11.1.3",
|
||||
"@helia/ipns": "^1.1.0",
|
||||
|
@ -18,13 +18,13 @@
|
|||
"@libp2p/bootstrap": "^6.0.3",
|
||||
"@libp2p/crypto": "^1.0.14",
|
||||
"@libp2p/delegated-content-routing": "^4.0.3",
|
||||
"@libp2p/delegated-peer-routing": "^4.0.4",
|
||||
"@libp2p/delegated-peer-routing": "^4.0.5",
|
||||
"@libp2p/interface-metrics": "^4.0.5",
|
||||
"@libp2p/interfaces": "^3.3.1",
|
||||
"@libp2p/logger": "^2.0.7",
|
||||
"@libp2p/mplex": "^7.1.2",
|
||||
"@libp2p/tcp": "^6.1.4",
|
||||
"@libp2p/utils": "^3.0.6",
|
||||
"@libp2p/mplex": "^7.1.3",
|
||||
"@libp2p/tcp": "^6.1.5",
|
||||
"@libp2p/utils": "^3.0.7",
|
||||
"@lumeweb/kernel-swarm-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
|
||||
"@multiformats/mafmt": "^11.1.2",
|
||||
"@peculiar/webcrypto": "git+https://git.lumeweb.com/LumeWeb/webcrypto.git",
|
||||
|
@ -33,7 +33,7 @@
|
|||
"buffer": "^6.0.3",
|
||||
"compact-encoding": "^2.11.0",
|
||||
"datastore-core": "^8.0.4",
|
||||
"datastore-idb": "^2.1.0",
|
||||
"datastore-idb": "^2.1.1",
|
||||
"helia": "^0.0.1",
|
||||
"ipfs-http-client": "^60.0.0",
|
||||
"ipfs-in-memory-repo": "^0.1.0",
|
||||
|
@ -58,7 +58,7 @@
|
|||
"@libp2p/kad-dht": "^7.0.3",
|
||||
"@libp2p/peer-id": "^2.0.3",
|
||||
"@libp2p/peer-id-factory": "^2.0.3",
|
||||
"@libp2p/websockets": "^5.0.7",
|
||||
"@libp2p/websockets": "^5.0.8",
|
||||
"@lumeweb/kernel-dht-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
|
||||
"@lumeweb/kernel-rpc-client": "git+https://git.lumeweb.com/LumeWeb/kernel-rpc-client.git",
|
||||
"@lumeweb/libhyperproxy": "git+https://git.lumeweb.com/LumeWeb/libhyperproxy.git",
|
||||
|
|
Loading…
Reference in New Issue