Update packages

This commit is contained in:
2026-01-23 15:50:15 +01:00
parent 9fc94f342b
commit f9c14ed9fb
3 changed files with 366 additions and 214 deletions

View File

@ -10,8 +10,8 @@
"format": "biome format --write"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.962.0",
"@aws-sdk/s3-request-presigner": "^3.962.0",
"@aws-sdk/client-s3": "^3.974.0",
"@aws-sdk/s3-request-presigner": "^3.974.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@hookform/resolvers": "^5.2.2",
@ -19,9 +19,9 @@
"@platejs/code-block": "^52.0.11",
"@platejs/indent": "^52.0.11",
"@platejs/list": "^52.0.11",
"@platejs/markdown": "^52.0.11",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@platejs/markdown": "^52.1.0",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
@ -40,7 +40,7 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-table": "^8.21.3",
"archiver": "^7.0.1",
"better-auth": "^1.4.10",
"better-auth": "^1.4.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
@ -49,23 +49,23 @@
"dotenv": "^17.2.3",
"lowlight": "^3.3.0",
"lucide-react": "^0.561.0",
"next": "^16.1.1",
"next": "^16.1.4",
"next-themes": "^0.4.6",
"node-vibrant": "^4.0.3",
"nodemailer": "^7.0.12",
"pg": "^8.16.3",
"platejs": "^52.0.15",
"pg": "^8.17.2",
"platejs": "^52.0.17",
"react": "19.2.1",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.1",
"react-hook-form": "^7.69.0",
"react-hook-form": "^7.71.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwind-scrollbar-hide": "^4.0.0",
"uuid": "^13.0.0",
"zod": "^4.3.4"
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
@ -73,13 +73,13 @@
"@types/archiver": "^7.0.0",
"@types/culori": "^4.0.1",
"@types/date-fns": "^2.6.3",
"@types/node": "^20.19.27",
"@types/nodemailer": "^7.0.4",
"@types/node": "^20.19.30",
"@types/nodemailer": "^7.0.5",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.7",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^11.0.0",
"prisma": "^7.2.0",
"prisma": "^7.3.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"