Skip to content

Commit 7bafc4b

Browse files
committed
theme loos good just merge main on top of this branch to update it.
2 parents d431760 + 5205921 commit 7bafc4b

39 files changed

+3083
-1357
lines changed

drizzle.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ import { defineConfig } from "drizzle-kit";
44
export default defineConfig({
55
schema: "./src/db/schema.ts",
66
dialect: "turso",
7-
out: "./drizzle",
7+
out: "./src/db/drizzle",
88
dbCredentials: {
9-
//url: process.env.DATABASE_URL!,
109
url: process.env.TURSO_DATABASE_URL!,
1110
authToken: process.env.TURSO_AUTH_TOKEN!,
1211
},

drizzle/0000_safe_polaris.backup.sql

Lines changed: 0 additions & 101 deletions
This file was deleted.

drizzle/0000_safe_polaris.sql

Lines changed: 0 additions & 101 deletions
This file was deleted.

drizzle/0002_complex_khan.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,25 @@
1818
"esbuild"
1919
],
2020
"dependencies": {
21+
"@hookform/resolvers": "^5.2.2",
2122
"@libsql/client": "^0.15.15",
2223
"@radix-ui/react-alert-dialog": "^1.1.15",
23-
"@radix-ui/react-aspect-ratio": "^1.1.8",
24+
"@radix-ui/react-aspect-ratio": "^1.1.7",
2425
"@radix-ui/react-avatar": "^1.1.11",
2526
"@radix-ui/react-checkbox": "^1.3.3",
27+
"@radix-ui/react-dialog": "^1.1.15",
2628
"@radix-ui/react-dropdown-menu": "^2.1.16",
2729
"@radix-ui/react-icons": "^1.3.2",
2830
"@radix-ui/react-label": "^2.1.8",
2931
"@radix-ui/react-navigation-menu": "^1.2.14",
30-
"@radix-ui/react-progress": "^1.1.8",
32+
"@radix-ui/react-progress": "^1.1.7",
3133
"@radix-ui/react-scroll-area": "^1.2.10",
34+
"@radix-ui/react-select": "^2.2.6",
3235
"@radix-ui/react-separator": "^1.1.8",
3336
"@radix-ui/react-slot": "^1.2.4",
3437
"@radix-ui/react-tabs": "^1.1.13",
3538
"@radix-ui/react-tooltip": "^1.2.8",
39+
"@tanstack/react-table": "^8.21.3",
3640
"better-auth": "^1.3.34",
3741
"class-variance-authority": "^0.7.1",
3842
"clsx": "^2.1.1",
@@ -41,11 +45,11 @@
4145
"next": "16.0.3",
4246
"next-safe-action": "8.0.11",
4347
"next-themes": "^0.4.6",
44-
"react": "19.2.0",
45-
"react-dom": "19.2.0",
48+
"react": "19.1.0",
49+
"react-dom": "19.1.0",
4650
"react-hook-form": "^7.66.1",
4751
"sonner": "^2.0.7",
48-
"tailwind-merge": "^3.4.0",
52+
"tailwind-merge": "^3.3.1",
4953
"web": "link:@libsql/client/web",
5054
"zod": "^4.1.12"
5155
},

0 commit comments

Comments
 (0)