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"]
}

1393
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -36,7 +36,7 @@
"eslint-plugin-react": "^7.37.5",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"turbo": "^2.8.0",
"turbo": "^2.8.3",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},

View File

@@ -25,16 +25,16 @@
},
"dependencies": {
"@tanstack/db": "^0.5.25",
"@tiptap/core": "^3.18.0",
"@tiptap/pm": "^3.18.0",
"@tiptap/core": "^3.19.0",
"@tiptap/pm": "^3.19.0",
"async-lock": "^1.4.1",
"file-type": "^21.3.0",
"isomorphic-ws": "^5.0.0",
"js-sha256": "^0.11.1",
"ky": "^1.14.3",
"kysely": "^0.28.10",
"kysely": "^0.28.11",
"ms": "^2.1.3",
"semver": "^7.7.3",
"semver": "^7.7.4",
"tus-js-client": "^4.3.1"
},
"devDependencies": {

View File

@@ -19,7 +19,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/is-hotkey": "^0.1.10",
"@types/react": "^19.2.10",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0"
@@ -47,29 +47,29 @@
"@tanstack/react-db": "^0.1.69",
"@tanstack/react-form": "^1.28.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.157.16",
"@tanstack/react-router": "^1.159.5",
"@tanstack/react-virtual": "^3.13.18",
"@tiptap/core": "^3.18.0",
"@tiptap/extension-blockquote": "^3.18.0",
"@tiptap/extension-bold": "^3.18.0",
"@tiptap/extension-code": "^3.18.0",
"@tiptap/extension-code-block-lowlight": "^3.18.0",
"@tiptap/extension-document": "^3.18.0",
"@tiptap/extension-hard-break": "^3.18.0",
"@tiptap/extension-horizontal-rule": "^3.18.0",
"@tiptap/extension-italic": "^3.18.0",
"@tiptap/extension-link": "^3.18.0",
"@tiptap/extension-list": "^3.18.0",
"@tiptap/extension-paragraph": "^3.18.0",
"@tiptap/extension-strike": "^3.18.0",
"@tiptap/extension-table": "^3.18.0",
"@tiptap/extension-text": "^3.18.0",
"@tiptap/extension-underline": "^3.18.0",
"@tiptap/extensions": "^3.18.0",
"@tiptap/markdown": "^3.18.0",
"@tiptap/pm": "^3.18.0",
"@tiptap/react": "^3.18.0",
"@tiptap/suggestion": "^3.18.0",
"@tiptap/core": "^3.19.0",
"@tiptap/extension-blockquote": "^3.19.0",
"@tiptap/extension-bold": "^3.19.0",
"@tiptap/extension-code": "^3.19.0",
"@tiptap/extension-code-block-lowlight": "^3.19.0",
"@tiptap/extension-document": "^3.19.0",
"@tiptap/extension-hard-break": "^3.19.0",
"@tiptap/extension-horizontal-rule": "^3.19.0",
"@tiptap/extension-italic": "^3.19.0",
"@tiptap/extension-link": "^3.19.0",
"@tiptap/extension-list": "^3.19.0",
"@tiptap/extension-paragraph": "^3.19.0",
"@tiptap/extension-strike": "^3.19.0",
"@tiptap/extension-table": "^3.19.0",
"@tiptap/extension-text": "^3.19.0",
"@tiptap/extension-underline": "^3.19.0",
"@tiptap/extensions": "^3.19.0",
"@tiptap/markdown": "^3.19.0",
"@tiptap/pm": "^3.19.0",
"@tiptap/react": "^3.19.0",
"@tiptap/suggestion": "^3.19.0",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
@@ -79,7 +79,7 @@
"re-resizable": "^6.11.2",
"react": "^19.2.4",
"react-circular-progressbar": "^2.2.0",
"react-day-picker": "^9.11.1",
"react-day-picker": "^9.13.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.2.4",

View File

@@ -10,7 +10,7 @@
"seed": "tsx src/seed/index.ts"
},
"devDependencies": {
"@faker-js/faker": "^10.2.0",
"@faker-js/faker": "^10.3.0",
"@types/adm-zip": "^0.5.7",
"@types/better-sqlite3": "^7.6.12",
"@types/svg-sprite": "^0.0.39"