mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
Squashed commit of the following:
commit 17e50e79d662fda1ad7ad7f3e4b6b4b90cc6f588 Author: David Bauch <jamesbauch@gmail.com> Date: Tue Jul 29 08:34:22 2025 -0400 full deployment github action. commit cf8bbf8d37b6428d902add914c7d70b18f5ec8cb Author: David Bauch <jamesbauch@gmail.com> Date: Tue Jul 29 08:17:38 2025 -0400 cleaned up context used by server hono app. updated deps updated schema typing chore: knip commit a02bb69e7da02c01988b552342cfcd796154b08e Author: David Bauch <jamesbauch@gmail.com> Date: Tue Jul 29 07:48:08 2025 -0400 first migration sql file has IF NOT EXISTS logic for everything commit b887c770e574427d70a46a7ff26a4eb0362b6147 Author: David Bauch <jamesbauch@gmail.com> Date: Tue Jul 29 07:32:32 2025 -0400 drizzle-kit push to prod, then pulled from prod 2025-07-29 commit 8c434101a78d1c75c817711687fe1f636690e487 Author: David Bauch <jamesbauch@gmail.com> Date: Tue Jul 29 07:08:01 2025 -0400 generate migrations against prod based on current dev schemas commit d6574ccd5132097fccbc7d0660e8ff727be70b7f Author: David Bauch <jamesbauch@gmail.com> Date: Tue Jul 29 07:04:36 2025 -0400 pull schema from dev and updated schema.ts with cleaner code commit e82b571335a5563a895130acb3fa14d21269874f Author: David Bauch <jamesbauch@gmail.com> Date: Tue Jul 29 05:39:49 2025 -0400 pull schema from prod
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
"docker:reset": "bun run docker:remove && bun run docker:up"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^5.1.1",
|
||||
"@hookform/resolvers": "^5.2.0",
|
||||
"@nimbus/auth": "workspace:*",
|
||||
"@nimbus/env": "workspace:*",
|
||||
"@nimbus/server": "workspace:*",
|
||||
"@nimbus/shared": "workspace:*",
|
||||
"@number-flow/react": "^0.5.10",
|
||||
"@opennextjs/cloudflare": "^1.6.1",
|
||||
"@opennextjs/cloudflare": "^1.6.2",
|
||||
"@radix-ui/react-avatar": "^1.1.10",
|
||||
"@radix-ui/react-checkbox": "^1.3.2",
|
||||
"@radix-ui/react-collapsible": "^1.1.11",
|
||||
@@ -50,34 +50,34 @@
|
||||
"@tanstack/react-query": "^5.83.0",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"axios": "^1.11.0",
|
||||
"better-auth": "^1.3.3",
|
||||
"better-auth": "^1.3.4",
|
||||
"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.9",
|
||||
"hono": "^4.8.10",
|
||||
"lucide-react": "^0.533.0",
|
||||
"motion": "^12.23.11",
|
||||
"next": "15.3",
|
||||
"next-themes": "^0.4.6",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-dropzone": "^14.3.8",
|
||||
"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.9"
|
||||
"tw-animate-css": "^1.3.6",
|
||||
"zod": "^4.0.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@nimbus/eslint": "workspace:*",
|
||||
"@nimbus/tsconfig": "workspace:*",
|
||||
"@types/react": "^19.1.8",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"eslint": "^9.31.0",
|
||||
"eslint-config-next": "15.3",
|
||||
"@types/react": "^19.1.9",
|
||||
"@types/react-dom": "^19.1.7",
|
||||
"eslint": "^9.32.0",
|
||||
"eslint-config-next": "15.4",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user