Skip to content

Commit 4ae6fc5

Browse files
committed
Update deps
1 parent 358da76 commit 4ae6fc5

File tree

4 files changed

+2723
-2690
lines changed

4 files changed

+2723
-2690
lines changed

.github/workflows/run-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Ouvrir la branche
2626
uses: actions/checkout@v4
2727

28-
- name: Nétoyer les dépendances d'installation
29-
run: pnpm install --lockfile=false
28+
- name: Installer les dépendances
29+
run: pnpm install
3030

3131
- name: Vérifier les tests
3232
run: pnpm test

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,38 @@
2828
"dependencies": {
2929
"@orbitdb/core": "^3.0.2",
3030
"@orbitdb/ordered-keyvalue-db": "^1.3.5",
31-
"helia": "^5.4.2",
31+
"helia": "^5.5.1",
3232
"it-all": "^3.0.9",
3333
"ts-deepmerge": "^7.0.3"
3434
},
3535
"devDependencies": {
36-
"@chainsafe/libp2p-gossipsub": "^14.1.1",
37-
"@chainsafe/libp2p-noise": "^16.1.4",
36+
"@chainsafe/libp2p-gossipsub": "^14.1.2",
37+
"@chainsafe/libp2p-noise": "^16.1.5",
3838
"@chainsafe/libp2p-yamux": "^7.0.4",
39-
"@eslint/js": "^9.31.0",
40-
"@helia/block-brokers": "^4.2.2",
41-
"@libp2p/circuit-relay-v2": "^3.2.23",
42-
"@libp2p/identify": "^3.0.38",
43-
"@libp2p/interface": "^2.10.5",
44-
"@libp2p/webrtc": "^5.2.23",
45-
"@libp2p/websockets": "^9.2.18",
46-
"@orbitdb/core-types": "^1.1.7",
39+
"@eslint/js": "^9.39.2",
40+
"@helia/block-brokers": "^4.2.4",
41+
"@libp2p/circuit-relay-v2": "^3.2.24",
42+
"@libp2p/identify": "^3.0.39",
43+
"@libp2p/interface": "^2.11.0",
44+
"@libp2p/webrtc": "^5.2.24",
45+
"@libp2p/websockets": "^9.2.19",
46+
"@orbitdb/core-types": "^1.2.1",
4747
"@types/mocha": "^10.0.10",
48-
"@typescript-eslint/eslint-plugin": "^8.37.0",
49-
"@typescript-eslint/parser": "^8.37.0",
50-
"aegir": "^47.0.20",
48+
"@typescript-eslint/eslint-plugin": "^8.50.1",
49+
"@typescript-eslint/parser": "^8.50.1",
50+
"aegir": "^47.0.25",
5151
"blockstore-core": "^5.0.4",
52-
"blockstore-level": "^2.0.3",
53-
"eslint": "^9.31.0",
54-
"eslint-config-prettier": "^10.1.5",
52+
"blockstore-level": "^2.0.5",
53+
"eslint": "^9.39.2",
54+
"eslint-config-prettier": "^10.1.8",
5555
"genversion": "^3.2.0",
56-
"libp2p": "^2.9.0",
57-
"mocha": "^11.7.1",
58-
"prettier": "^3.6.2",
59-
"rimraf": "^6.0.1",
56+
"libp2p": "^2.10.0",
57+
"mocha": "^11.7.5",
58+
"prettier": "^3.7.4",
59+
"rimraf": "^6.1.2",
6060
"ts-patch": "^3.3.0",
61-
"typescript": "^5.8.3",
62-
"typescript-eslint": "^8.37.0",
61+
"typescript": "^5.9.3",
62+
"typescript-eslint": "^8.50.1",
6363
"typescript-transform-paths": "^3.5.5",
6464
"wherearewe": "^2.0.1"
6565
},

0 commit comments

Comments
 (0)