updated packages. server and web build

This commit is contained in:
David Bauch
2025-07-24 20:03:20 -04:00
parent e21bc7fe2e
commit ecab5fd37f
9 changed files with 150 additions and 200 deletions

View File

@@ -29,7 +29,7 @@
"@nimbus/server": "workspace:*",
"@nimbus/shared": "workspace:*",
"@number-flow/react": "^0.5.10",
"@opennextjs/cloudflare": "^1.5.1",
"@opennextjs/cloudflare": "^1.6.1",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
@@ -47,26 +47,26 @@
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.10.0",
"better-auth": "^1.2.12",
"axios": "^1.11.0",
"better-auth": "^1.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"hono": "^4.8.5",
"lucide-react": "^0.525.0",
"motion": "^12.23.5",
"next": "15.3.5",
"motion": "^12.23.9",
"next": "15.4.4",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.60.0",
"react-hook-form": "^7.61.1",
"recharts": "^3.1.0",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5",
"zod": "^4.0.5"
"zod": "^4.0.9"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
@@ -75,7 +75,7 @@
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.31.0",
"eslint-config-next": "15.3.5",
"eslint-config-next": "15.4.4",
"typescript": "^5.8.3"
}
}