Skip to content

Commit efe1a11

Browse files
committed
Update deps & types
1 parent 9a7a95f commit efe1a11

File tree

2 files changed

+2234
-2083
lines changed

2 files changed

+2234
-2083
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitdb/core-types",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Official typings for OrbitDB",
55
"types": "src/index.d.ts",
66
"type": "module",
@@ -25,19 +25,19 @@
2525
"release": "pnpm test && pnpm format && pnpm publish --access public"
2626
},
2727
"devDependencies": {
28-
"@eslint/js": "^9.20.0",
29-
"@libp2p/interface": "^2.5.0",
30-
"@orbitdb/core": "^2.4.3",
28+
"@eslint/js": "^9.30.1",
29+
"@libp2p/interface": "^2.10.5",
30+
"@orbitdb/core": "^3.0.2",
3131
"@types/elliptic": "^6.4.18",
3232
"@types/events": "^3.0.3",
33-
"eslint": "^9.20.0",
34-
"eslint-plugin-import": "^2.31.0",
35-
"globals": "^15.14.0",
36-
"helia": "^5.2.0",
37-
"multiformats": "^13.3.2",
38-
"prettier": "^3.5.0",
33+
"eslint": "^9.30.1",
34+
"eslint-plugin-import": "^2.32.0",
35+
"globals": "^16.3.0",
36+
"helia": "^5.4.2",
37+
"multiformats": "^13.3.7",
38+
"prettier": "^3.6.2",
3939
"tiny-typed-emitter": "^2.1.0",
40-
"typescript": "^5.7.3",
41-
"typescript-eslint": "^8.24.0"
40+
"typescript": "^5.8.3",
41+
"typescript-eslint": "^8.35.1"
4242
}
4343
}

0 commit comments

Comments
 (0)