|
16 | 16 | "db:generate": "prisma generate",
|
17 | 17 | "db:migrate": "prisma migrate dev --name init",
|
18 | 18 | "db:studio": "prisma studio",
|
19 |
| - "db:push": "turso db shell slug < ./prisma/migrations/20240331131037_init/migration.sql", |
| 19 | + "db:push": "turso db shell slug < ./prisma/migrations/20240404040238_init/migration.sql", |
20 | 20 | "db:pscale:dump": "pscale database dump databasename databasebranch",
|
21 | 21 | "db:turso:dump": "turso db shell slug .dump > dump.sql"
|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 |
| - "@auth/core": "0.28.1", |
25 |
| - "@auth/prisma-adapter": "1.5.1", |
| 24 | + "@auth/core": "0.28.2", |
| 25 | + "@auth/prisma-adapter": "1.5.2", |
26 | 26 | "@hookform/resolvers": "3.3.4",
|
27 |
| - "@libsql/client": "0.5.6", |
28 |
| - "@prisma/adapter-libsql": "5.11.0", |
29 |
| - "@prisma/client": "5.11.0", |
| 27 | + "@libsql/client": "0.6.0", |
| 28 | + "@prisma/adapter-libsql": "5.12.0", |
| 29 | + "@prisma/client": "5.12.0", |
30 | 30 | "@radix-ui/react-collapsible": "1.0.3",
|
31 | 31 | "@radix-ui/react-dialog": "1.0.5",
|
32 | 32 | "@radix-ui/react-dropdown-menu": "2.0.6",
|
|
46 | 46 | "date-fns": "3.6.0",
|
47 | 47 | "eslint-config-next": "14.1.4",
|
48 | 48 | "js-confetti": "0.12.0",
|
49 |
| - "lucide-react": "0.363.0", |
| 49 | + "lucide-react": "0.364.0", |
50 | 50 | "next": "14.1.4",
|
51 | 51 | "next-auth": "5.0.0-beta.16",
|
52 | 52 | "next-themes": "0.3.0",
|
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@tailwindcss/typography": "0.5.12",
|
65 | 65 | "@types/bcryptjs": "2.4.6",
|
66 |
| - "@types/eslint": "8.56.6", |
67 |
| - "@types/node": "20.12.2", |
68 |
| - "@types/react": "18.2.73", |
69 |
| - "@types/react-dom": "18.2.23", |
| 66 | + "@types/eslint": "8.56.7", |
| 67 | + "@types/node": "20.12.4", |
| 68 | + "@types/react": "18.2.74", |
| 69 | + "@types/react-dom": "18.2.24", |
70 | 70 | "@types/uuid": "9.0.8",
|
71 |
| - "@typescript-eslint/eslint-plugin": "7.4.0", |
72 |
| - "@typescript-eslint/parser": "7.4.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "7.5.0", |
| 72 | + "@typescript-eslint/parser": "7.5.0", |
73 | 73 | "autoprefixer": "10.4.19",
|
74 | 74 | "eslint": "8.57.0",
|
75 | 75 | "postcss": "8.4.38",
|
76 | 76 | "prettier": "3.2.5",
|
77 | 77 | "prettier-plugin-tailwindcss": "0.5.13",
|
78 |
| - "prisma": "5.11.0", |
| 78 | + "prisma": "5.12.0", |
79 | 79 | "tailwindcss": "3.4.3",
|
80 | 80 | "typescript": "5.4.3"
|
81 | 81 | },
|
82 | 82 | "ct3aMetadata": {
|
83 | 83 | "initVersion": "7.25.0"
|
84 | 84 | },
|
85 |
| - "packageManager": "[email protected].5" |
| 85 | + "packageManager": "[email protected].6" |
86 | 86 | }
|
0 commit comments