Skip to content

Commit f3fc252

Browse files
committed
fix: upgrade deps
1 parent 2b47dc2 commit f3fc252

File tree

3 files changed

+62
-37
lines changed

3 files changed

+62
-37
lines changed

packages/extension-sqlite/package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"description": "a generic Hocuspocus persistence driver for the sqlite",
44
"version": "4.0.0-rc.0",
55
"homepage": "https://hocuspocus.dev",
6-
"keywords": [
7-
"hocuspocus",
8-
"yjs"
9-
],
6+
"keywords": ["hocuspocus", "yjs"],
107
"license": "MIT",
118
"type": "module",
129
"main": "dist/hocuspocus-sqlite.cjs",
@@ -22,13 +19,10 @@
2219
"types": "./dist/index.d.ts"
2320
}
2421
},
25-
"files": [
26-
"src",
27-
"dist"
28-
],
22+
"files": ["src", "dist"],
2923
"dependencies": {
3024
"@hocuspocus/extension-database": "workspace:^",
31-
"better-sqlite3": "^11.0.0",
25+
"better-sqlite3": "^12.6.2",
3226
"kleur": "^4.1.4"
3327
},
3428
"devDependencies": {

packages/server/package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"description": "plug & play collaboration backend",
44
"version": "4.0.0-rc.0",
55
"homepage": "https://hocuspocus.dev",
6-
"keywords": [
7-
"hocuspocus",
8-
"yjs",
9-
"yjs-websocket",
10-
"prosemirror"
11-
],
6+
"keywords": ["hocuspocus", "yjs", "yjs-websocket", "prosemirror"],
127
"license": "MIT",
138
"type": "module",
149
"main": "dist/hocuspocus-server.cjs",
@@ -24,15 +19,12 @@
2419
"types": "./dist/index.d.ts"
2520
}
2621
},
27-
"files": [
28-
"src",
29-
"dist"
30-
],
22+
"files": ["src", "dist"],
3123
"dependencies": {
3224
"@hocuspocus/common": "workspace:^",
3325
"async-lock": "^1.3.1",
3426
"async-mutex": "^0.5.0",
35-
"crossws": "^0.3.4",
27+
"crossws": "^0.4.4",
3628
"kleur": "^4.1.4",
3729
"lib0": "^0.2.47"
3830
},

0 commit comments

Comments
 (0)