Skip to content

Commit 91ba311

Browse files
committed
Mises à jour
1 parent c35e8ab commit 91ba311

File tree

3 files changed

+3342
-3665
lines changed

3 files changed

+3342
-3665
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitdb/ordered-keyvalue-db",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Ordered keyvalue database type for orbit-db.",
55
"author": "Julien Jean Malard-Adam",
66
"keywords": [
@@ -26,35 +26,35 @@
2626
"updateVersion": "pnpm genversion --es6 --semi src/version.ts"
2727
},
2828
"dependencies": {
29-
"@orbitdb/core": "^2.2.0",
30-
"helia": "^4.2.4"
29+
"@orbitdb/core": "^2.3.0",
30+
"helia": "^5.1.0"
3131
},
3232
"devDependencies": {
33-
"@chainsafe/libp2p-gossipsub": "^13.1.0",
34-
"@chainsafe/libp2p-noise": "^15.1.0",
35-
"@chainsafe/libp2p-yamux": "^6.0.2",
36-
"@constl/orbit-db-types": "^2.0.0",
37-
"@eslint/js": "^9.7.0",
38-
"@helia/block-brokers": "^3.0.2",
39-
"@libp2p/circuit-relay-v2": "^1.1.2",
40-
"@libp2p/identify": "^2.1.2",
41-
"@libp2p/webrtc": "^4.1.2",
42-
"@libp2p/websockets": "^8.1.2",
43-
"@types/mocha": "^10.0.7",
44-
"aegir": "^44.0.1",
45-
"blockstore-core": "^4.4.1",
46-
"blockstore-level": "^1.1.8",
47-
"eslint": "^9.7.0",
33+
"@chainsafe/libp2p-gossipsub": "^14.1.0",
34+
"@chainsafe/libp2p-noise": "^16.0.0",
35+
"@chainsafe/libp2p-yamux": "^7.0.1",
36+
"@constl/orbit-db-types": "^2.0.2",
37+
"@eslint/js": "^9.13.0",
38+
"@helia/block-brokers": "^4.0.1",
39+
"@libp2p/circuit-relay-v2": "^3.0.0",
40+
"@libp2p/identify": "^3.0.9",
41+
"@libp2p/webrtc": "^5.0.14",
42+
"@libp2p/websockets": "^9.0.9",
43+
"@types/mocha": "^10.0.9",
44+
"aegir": "^44.1.4",
45+
"blockstore-core": "^5.0.2",
46+
"blockstore-level": "^2.0.1",
47+
"eslint": "^9.13.0",
4848
"eslint-config-prettier": "^9.1.0",
4949
"genversion": "^3.2.0",
50-
"libp2p": "^1.8.1",
51-
"mocha": "^10.6.0",
50+
"libp2p": "^2.1.10",
51+
"mocha": "^10.7.3",
5252
"prettier": "^3.3.3",
5353
"rimraf": "^6.0.1",
5454
"ts-patch": "^3.2.1",
55-
"typescript": "^5.5.3",
56-
"typescript-eslint": "^7.16.0",
57-
"typescript-transform-paths": "^3.4.7",
55+
"typescript": "^5.5.4",
56+
"typescript-eslint": "^8.11.0",
57+
"typescript-transform-paths": "^3.5.1",
5858
"wherearewe": "^2.0.1"
5959
},
6060
"jest": {

0 commit comments

Comments
 (0)