Update packages (#322)

This commit is contained in:
Hakan Shehu
2026-02-09 15:42:21 +01:00
committed by GitHub
parent 075c835286
commit 1259f7bd91
10 changed files with 683 additions and 807 deletions

View File

@@ -30,8 +30,8 @@
"@tailwindcss/postcss": "^4.1.18",
"@types/better-sqlite3": "^7.6.13",
"@types/electron-squirrel-startup": "^1.0.2",
"@vitejs/plugin-react": "^5.1.2",
"electron": "^40.1.0",
"@vitejs/plugin-react": "^5.1.3",
"electron": "^40.2.1",
"vite": "^7.3.1"
},
"dependencies": {

View File

@@ -14,7 +14,7 @@
"build:ui": "vite build"
},
"dependencies": {
"expo": "^54.0.32",
"expo": "^54.0.33",
"expo-asset": "^12.0.12",
"expo-crypto": "~15.0.8",
"expo-device": "~8.0.10",
@@ -32,9 +32,9 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "^19.2.10",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react": "^5.1.3",
"babel-preset-expo": "^54.0.10",
"typescript": "~5.9.2",
"vite": "^7.3.1",

View File

@@ -22,22 +22,22 @@
"devDependencies": {
"@testcontainers/postgresql": "^11.11.0",
"@testcontainers/redis": "^11.11.0",
"@types/node": "^25.1.0",
"@types/node": "^25.2.2",
"@types/nodemailer": "^7.0.9",
"@types/pg": "^8.16.0",
"@types/ws": "^8.18.1",
"testcontainers": "^11.11.0",
"tsup": "^8.5.1",
"vite-tsconfig-paths": "^6.0.5",
"vite-tsconfig-paths": "^6.1.0",
"vitest": "^4.0.18"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.978.0",
"@aws-sdk/client-s3": "^3.985.0",
"@colanode/core": "*",
"@colanode/crdt": "*",
"@fastify/cors": "^11.2.0",
"@fastify/websocket": "^11.2.0",
"@google-cloud/storage": "^7.18.0",
"@google-cloud/storage": "^7.19.0",
"@node-rs/argon2": "^2.0.2",
"@redis/client": "^5.10.0",
"@tus/azure-store": "^2.0.0",
@@ -45,18 +45,18 @@
"@tus/gcs-store": "^2.0.0",
"@tus/s3-store": "^2.0.1",
"@tus/server": "^2.3.0",
"bullmq": "^5.67.2",
"bullmq": "^5.67.3",
"diff": "^8.0.3",
"dotenv": "^17.2.3",
"fastify": "^5.7.2",
"dotenv": "^17.2.4",
"fastify": "^5.7.4",
"fastify-type-provider-zod": "^6.0.0",
"handlebars": "^4.7.8",
"js-sha256": "^0.11.0",
"ky": "^1.14.3",
"kysely": "^0.28.10",
"kysely": "^0.28.11",
"ms": "^2.1.3",
"nodemailer": "^7.0.13",
"pg": "^8.17.2",
"nodemailer": "^8.0.1",
"pg": "^8.18.0",
"pino": "^10.3.0",
"sharp": "^0.34.5",
"zod": "^4.3.6"

View File

@@ -21,8 +21,8 @@
"@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.2",
"jsdom": "^27.4.0",
"@vitejs/plugin-react": "^5.1.3",
"jsdom": "^28.0.0",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",

View File

@@ -32,5 +32,6 @@
{ "path": "../../packages/client/tsconfig.json" },
{ "path": "../../packages/ui/tsconfig.json" }
],
"include": ["**/*.ts", "**/*.tsx"]
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["test"]
}