mirror of
https://github.com/colanode/colanode.git
synced 2026-08-29 10:08:23 +02:00
Update packages (#367)
* Update packages * Add missing core and crdt dependencies to client package The client package imports from @colanode/core and @colanode/crdt but didn't declare them in package.json, causing Turbo to not guarantee building them first. This led to TS6305 errors in CI.
This commit is contained in:
@@ -27,22 +27,22 @@
|
||||
"@electron-forge/plugin-vite": "^7.11.1",
|
||||
"@electron-forge/publisher-github": "^7.11.1",
|
||||
"@electron/rebuild": "^4.0.3",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/electron-squirrel-startup": "^1.0.2",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"electron": "^40.2.1",
|
||||
"@vitejs/plugin-react": "^5.2.0",
|
||||
"electron": "^40.8.5",
|
||||
"vite": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@colanode/client": "*",
|
||||
"@colanode/core": "*",
|
||||
"@colanode/ui": "*",
|
||||
"better-sqlite3": "^12.6.2",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"bufferutil": "^4.1.0",
|
||||
"electron-squirrel-startup": "^1.0.1",
|
||||
"update-electron-app": "^3.1.2",
|
||||
"utf-8-validate": "^6.0.6",
|
||||
"ws": "^8.19.0"
|
||||
"ws": "^8.20.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user