|
50 | 50 | "pub:release": "pnpm build && npm publish"
|
51 | 51 | },
|
52 | 52 | "dependencies": {
|
53 |
| - "@clack/core": "^0.3.2", |
| 53 | + "@clack/core": "^0.3.4", |
54 | 54 | "@clack/prompts": "^0.6.3",
|
55 | 55 | "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
56 | 56 | "chalk": "5.2.0",
|
57 |
| - "commander": "^10.0.0", |
58 |
| - "execa": "^7.1.1", |
59 |
| - "fs-extra": "^11.1.1", |
| 57 | + "commander": "^10.0.1", |
| 58 | + "execa": "^7.2.0", |
| 59 | + "fs-extra": "^11.2.0", |
60 | 60 | "gradient-string": "^2.0.2",
|
61 | 61 | "ora": "6.3.1",
|
62 | 62 | "sort-package-json": "^2.10.0"
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@auth/drizzle-adapter": "^0.7.0", |
66 |
| - "@auth/prisma-adapter": "^1.4.0", |
| 65 | + "@auth/drizzle-adapter": "^1.1.0", |
| 66 | + "@auth/prisma-adapter": "^1.6.0", |
67 | 67 | "@libsql/client": "^0.6.0",
|
68 |
| - "@planetscale/database": "^1.16.0", |
69 |
| - "@prisma/adapter-planetscale": "^5.10.2", |
70 |
| - "@prisma/client": "^5.10.2", |
| 68 | + "@planetscale/database": "^1.18.0", |
| 69 | + "@prisma/adapter-planetscale": "^5.14.0", |
| 70 | + "@prisma/client": "^5.14.0", |
71 | 71 | "@t3-oss/env-nextjs": "^0.10.1",
|
72 |
| - "@tanstack/react-query": "^5.25.0", |
73 |
| - "@trpc/client": "next", |
74 |
| - "@trpc/next": "next", |
75 |
| - "@trpc/react-query": "next", |
76 |
| - "@trpc/server": "next", |
| 72 | + "@tanstack/react-query": "^5.39.0", |
| 73 | + "@trpc/client": "11.0.0-rc.377", |
| 74 | + "@trpc/next": "11.0.0-rc.377", |
| 75 | + "@trpc/react-query": "11.0.0-rc.377", |
| 76 | + "@trpc/server": "11.0.0-rc.377", |
77 | 77 | "@types/fs-extra": "^11.0.4",
|
78 |
| - "@types/gradient-string": "^1.1.5", |
| 78 | + "@types/gradient-string": "^1.1.6", |
79 | 79 | "@types/node": "^20.12.12",
|
80 |
| - "drizzle-kit": "^0.21.0", |
81 |
| - "drizzle-orm": "^0.29.4", |
82 |
| - "mysql2": "^3.9.1", |
83 |
| - "next": "^14.2.1", |
84 |
| - "next-auth": "^4.24.6", |
85 |
| - "postgres": "^3.4.3", |
| 80 | + "drizzle-kit": "^0.21.4", |
| 81 | + "drizzle-orm": "^0.30.10", |
| 82 | + "mysql2": "^3.9.7", |
| 83 | + "next": "^14.2.3", |
| 84 | + "next-auth": "^4.24.7", |
| 85 | + "postgres": "^3.4.4", |
86 | 86 | "prettier": "^3.2.5",
|
87 | 87 | "prettier-plugin-tailwindcss": "^0.5.14",
|
88 |
| - "prisma": "^5.10.2", |
89 |
| - "react": "18.2.0", |
90 |
| - "react-dom": "18.2.0", |
| 88 | + "prisma": "^5.14.0", |
| 89 | + "react": "^18.3.0", |
| 90 | + "react-dom": "^18.3.0", |
91 | 91 | "superjson": "^2.2.1",
|
92 |
| - "tailwindcss": "^3.4.1", |
| 92 | + "tailwindcss": "^3.4.3", |
93 | 93 | "tsup": "^6.7.0",
|
94 |
| - "type-fest": "^3.7.0", |
95 |
| - "typescript": "^5.4.2", |
96 |
| - "zod": "^3.23.3" |
| 94 | + "type-fest": "^3.13.1", |
| 95 | + "typescript": "^5.4.5", |
| 96 | + "zod": "^3.23.8" |
97 | 97 | }
|
98 | 98 | }
|
0 commit comments