update packages

This commit is contained in:
2025-10-23 15:37:01 -05:00
parent 7eb3a1dff0
commit 1040250928
5 changed files with 565 additions and 217 deletions

View File

@@ -26,39 +26,39 @@
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@sentry/nextjs": "^10.15.0",
"@sentry/nextjs": "^10.21.0",
"@t3-oss/env-nextjs": "^0.13.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.27.3",
"convex": "^1.28.0",
"eslint-plugin-prettier": "^5.5.4",
"input-otp": "^1.4.2",
"lucide-react": "^0.542.0",
"next": "^15.5.4",
"next": "^15.5.6",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.63.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.65.0",
"react-image-crop": "^11.0.10",
"require-in-the-middle": "^7.5.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"typescript-eslint": "^8.44.1",
"typescript-eslint": "^8.46.2",
"vaul": "^1.1.2",
"zod": "^4.1.11"
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^20.19.17",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^20.19.23",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"dotenv": "^16.6.1",
"eslint-config-next": "^15.5.4",
"eslint-config-next": "^15.5.6",
"npm-run-all": "^4.1.5",
"tailwindcss": "^4.1.13",
"tailwindcss": "^4.1.16",
"tw-animate-css": "^1.4.0"
}
}