Skip to content

Commit 28e3d5e

Browse files
committed
Refactor api
1 parent 9b3ccac commit 28e3d5e

File tree

4 files changed

+2179
-2215
lines changed

4 files changed

+2179
-2215
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,37 @@
2626
"updateVersion": "pnpm genversion --es6 --semi src/version.ts"
2727
},
2828
"dependencies": {
29-
"@orbitdb/core": "^2.5.0",
29+
"@orbitdb/core": "^3.0.2",
3030
"helia": "^5.4.2"
3131
},
3232
"devDependencies": {
3333
"@chainsafe/libp2p-gossipsub": "^14.1.1",
34-
"@chainsafe/libp2p-noise": "^16.1.3",
35-
"@chainsafe/libp2p-yamux": "^7.0.2",
36-
"@eslint/js": "^9.29.0",
34+
"@chainsafe/libp2p-noise": "^16.1.4",
35+
"@chainsafe/libp2p-yamux": "^7.0.4",
36+
"@eslint/js": "^9.30.1",
3737
"@helia/block-brokers": "^4.2.2",
38-
"@libp2p/circuit-relay-v2": "^3.2.19",
39-
"@libp2p/identify": "^3.0.36",
40-
"@libp2p/interface": "^2.10.4",
41-
"@libp2p/webrtc": "^5.2.19",
42-
"@libp2p/websockets": "^9.2.16",
43-
"@orbitdb/core-types": "^1.0.15",
38+
"@libp2p/circuit-relay-v2": "^3.2.20",
39+
"@libp2p/identify": "^3.0.37",
40+
"@libp2p/interface": "^2.10.5",
41+
"@libp2p/webrtc": "^5.2.20",
42+
"@libp2p/websockets": "^9.2.17",
43+
"@orbitdb/core-types": "^1.1.6",
4444
"@types/mocha": "^10.0.10",
45-
"@typescript-eslint/eslint-plugin": "^8.34.1",
46-
"@typescript-eslint/parser": "^8.34.1",
47-
"aegir": "^45.2.1",
45+
"@typescript-eslint/eslint-plugin": "^8.35.1",
46+
"@typescript-eslint/parser": "^8.35.1",
47+
"aegir": "^47.0.19",
4848
"blockstore-core": "^5.0.4",
4949
"blockstore-level": "^2.0.3",
50-
"eslint": "^9.29.0",
50+
"eslint": "^9.30.1",
5151
"eslint-config-prettier": "^10.1.5",
5252
"genversion": "^3.2.0",
53-
"libp2p": "^2.8.11",
54-
"mocha": "^11.7.0",
55-
"prettier": "^3.5.3",
53+
"libp2p": "^2.8.12",
54+
"mocha": "^11.7.1",
55+
"prettier": "^3.6.2",
5656
"rimraf": "^6.0.1",
5757
"ts-patch": "^3.3.0",
5858
"typescript": "^5.8.3",
59-
"typescript-eslint": "^8.34.1",
59+
"typescript-eslint": "^8.35.1",
6060
"typescript-transform-paths": "^3.5.5",
6161
"wherearewe": "^2.0.1"
6262
},

0 commit comments

Comments
 (0)