mirror of
https://github.com/colanode/colanode.git
synced 2026-05-18 05:05:03 +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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,20 +25,20 @@
|
||||
"isomorphic-webcrypto": "^2.3.8",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-native": "^0.83.1",
|
||||
"react-native": "^0.83.4",
|
||||
"react-native-get-random-values": "^2.0.0",
|
||||
"react-native-safe-area-context": "^5.6.2",
|
||||
"react-native-webview": "^13.16.0"
|
||||
"react-native-safe-area-context": "^5.7.0",
|
||||
"react-native-webview": "^13.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@types/react": "^19.2.13",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"@vitejs/plugin-react": "^5.2.0",
|
||||
"babel-preset-expo": "^54.0.10",
|
||||
"typescript": "~5.9.2",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-singlefile": "^2.3.0"
|
||||
"vite-plugin-singlefile": "^2.3.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
@@ -20,44 +20,44 @@
|
||||
},
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@testcontainers/postgresql": "^11.11.0",
|
||||
"@testcontainers/redis": "^11.11.0",
|
||||
"@types/node": "^25.2.2",
|
||||
"@types/nodemailer": "^7.0.9",
|
||||
"@types/pg": "^8.16.0",
|
||||
"@testcontainers/postgresql": "^11.13.0",
|
||||
"@testcontainers/redis": "^11.13.0",
|
||||
"@types/node": "^22.19.15",
|
||||
"@types/nodemailer": "^7.0.11",
|
||||
"@types/pg": "^8.20.0",
|
||||
"@types/ws": "^8.18.1",
|
||||
"testcontainers": "^11.11.0",
|
||||
"testcontainers": "^11.13.0",
|
||||
"tsup": "^8.5.1",
|
||||
"vite-tsconfig-paths": "^6.1.0",
|
||||
"vitest": "^4.0.18"
|
||||
"vite-tsconfig-paths": "^6.1.1",
|
||||
"vitest": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.985.0",
|
||||
"@aws-sdk/client-s3": "^3.1023.0",
|
||||
"@colanode/core": "*",
|
||||
"@colanode/crdt": "*",
|
||||
"@fastify/cors": "^11.2.0",
|
||||
"@fastify/websocket": "^11.2.0",
|
||||
"@google-cloud/storage": "^7.19.0",
|
||||
"@node-rs/argon2": "^2.0.2",
|
||||
"@redis/client": "^5.10.0",
|
||||
"@redis/client": "^5.11.0",
|
||||
"@tus/azure-store": "^2.0.0",
|
||||
"@tus/file-store": "^2.0.0",
|
||||
"@tus/gcs-store": "^2.0.0",
|
||||
"@tus/s3-store": "^2.0.1",
|
||||
"@tus/s3-store": "^2.0.2",
|
||||
"@tus/server": "^2.3.0",
|
||||
"bullmq": "^5.67.3",
|
||||
"diff": "^8.0.3",
|
||||
"dotenv": "^17.2.4",
|
||||
"fastify": "^5.7.4",
|
||||
"fastify-type-provider-zod": "^6.0.0",
|
||||
"handlebars": "^4.7.8",
|
||||
"js-sha256": "^0.11.0",
|
||||
"bullmq": "^5.73.0",
|
||||
"diff": "^8.0.4",
|
||||
"dotenv": "^17.4.0",
|
||||
"fastify": "^5.8.4",
|
||||
"fastify-type-provider-zod": "^6.1.0",
|
||||
"handlebars": "^4.7.9",
|
||||
"js-sha256": "^0.11.1",
|
||||
"ky": "^1.14.3",
|
||||
"kysely": "^0.28.11",
|
||||
"kysely": "^0.28.15",
|
||||
"ms": "^2.1.3",
|
||||
"nodemailer": "^8.0.1",
|
||||
"pg": "^8.18.0",
|
||||
"pino": "^10.3.0",
|
||||
"nodemailer": "^8.0.4",
|
||||
"pg": "^8.20.0",
|
||||
"pino": "^10.3.1",
|
||||
"sharp": "^0.34.5",
|
||||
"zod": "^4.3.6"
|
||||
}
|
||||
|
||||
@@ -13,19 +13,19 @@
|
||||
"dependencies": {
|
||||
"@colanode/client": "*",
|
||||
"@colanode/ui": "*",
|
||||
"@sqlite.org/sqlite-wasm": "^3.51.2-build6",
|
||||
"@sqlite.org/sqlite-wasm": "^3.51.2-build8",
|
||||
"comlink": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"jsdom": "^28.0.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"@vitejs/plugin-react": "^5.2.0",
|
||||
"jsdom": "^28.1.0",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-pwa": "^1.2.0",
|
||||
"vitest": "^4.0.17"
|
||||
"vitest": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user