Skip to content

Commit

Permalink
Mises à jour
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Oct 30, 2024
1 parent dca65b0 commit 6622c24
Show file tree
Hide file tree
Showing 3 changed files with 2,045 additions and 2,294 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,55 +33,55 @@
"@types/crypto-js": "^4.2.2",
"@types/express": "^5.0.0",
"@types/file-saver": "^2.0.7",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.2",
"@types/serve-static": "^1.15.7",
"@types/uuid": "^10.0.0",
"core-js": "^3.38.1",
"eslint": "^9.11.1",
"execa": "^9.4.0",
"globals": "^15.10.0",
"eslint": "^9.13.0",
"execa": "^9.5.0",
"globals": "^15.11.0",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"tsconfig-paths": "^4.2.0",
"tscpaths": "^0.0.9",
"typescript": "5.3.3",
"typescript-eslint": "^8.8.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.12.1",
"typescript-transform-paths": "^3.5.1"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@helia/block-brokers": "^3.0.4",
"@libp2p/autonat": "^2.0.6",
"@libp2p/bootstrap": "^11.0.6",
"@libp2p/circuit-relay-v2": "^2.1.1",
"@libp2p/crypto": "^5.0.4",
"@libp2p/dcutr": "^2.0.6",
"@libp2p/identify": "^3.0.6",
"@libp2p/interface": "^2.1.2",
"@libp2p/mplex": "^11.0.6",
"@libp2p/peer-id": "^5.0.4",
"@helia/block-brokers": "^4.0.1",
"@libp2p/autonat": "^2.0.10",
"@libp2p/bootstrap": "^11.0.10",
"@libp2p/circuit-relay-v2": "^3.1.0",
"@libp2p/crypto": "^5.0.6",
"@libp2p/dcutr": "^2.0.10",
"@libp2p/identify": "^3.0.10",
"@libp2p/interface": "^2.2.0",
"@libp2p/peer-id": "^5.0.7",
"@libp2p/pubsub-peer-discovery": "^11.0.0",
"@libp2p/tcp": "^10.0.7",
"@libp2p/webrtc": "^5.0.9",
"@libp2p/websockets": "^9.0.6",
"@libp2p/webtransport": "^5.0.9",
"@libp2p/tcp": "^10.0.11",
"@libp2p/webrtc": "^5.0.16",
"@libp2p/websockets": "^9.0.11",
"@libp2p/webtransport": "^5.0.16",
"blockstore-core": "^5.0.2",
"blockstore-level": "^2.0.1",
"compression": "^1.7.4",
"events": "^3.3.0",
"express": "^4.21.0",
"express": "^4.21.1",
"genversion": "^3.2.0",
"helia": "^4.2.6",
"libp2p": "^2.1.5",
"helia": "^5.1.0",
"libp2p": "^2.2.1",
"rimraf": "^6.0.1",
"serve-static": "^1.16.2",
"uint8arrays": "^5.1.0",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"wherearewe": "^2.0.1"
}
}
Loading

0 comments on commit 6622c24

Please sign in to comment.