@amirulabu/create-recurring-rabbit-app 0.2.48 → 0.2.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +4 -22
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -141,7 +141,7 @@ async function generatePackageJson(targetDir, config) {
141
141
  tailwindcss: "^4.1.18",
142
142
  tsx: "^4.7.0",
143
143
  typescript: "^5.3.3",
144
- vite: "6",
144
+ vite: "7",
145
145
  "vite-tsconfig-paths": "^4.0.0",
146
146
  vitest: "^4.0.18",
147
147
  ...config.devDependencies
@@ -150,31 +150,13 @@ async function generatePackageJson(targetDir, config) {
150
150
  overrides: {
151
151
  zod: "^3.22.4",
152
152
  "@tanstack/react-router": "~1.157.0",
153
- "@tanstack/react-start-client": "~1.157.0",
154
- "@tanstack/react-start-plugin": "~1.157.0",
155
- "@tanstack/react-start-server": "~1.157.0",
153
+ "@tanstack/react-start": "~1.157.0",
156
154
  "@tanstack/router-core": "~1.157.0",
157
155
  "@tanstack/router-generator": "~1.157.0",
158
156
  "@tanstack/router-plugin": "~1.157.0",
159
157
  "@tanstack/router-vite-plugin": "~1.157.0",
160
- "@tanstack/solid-start": "~1.157.0",
161
- "@tanstack/solid-start-client": "~1.157.0",
162
- "@tanstack/solid-start-server": "~1.157.0",
163
- "@tanstack/vue-start": "~1.157.0",
164
- "@tanstack/vue-start-client": "~1.157.0",
165
- "@tanstack/vue-start-server": "~1.157.0",
166
- "@tanstack/start-client-core": "~1.157.0",
167
- "@tanstack/start-plugin-core": "~1.157.0",
168
- "@tanstack/start-server-core": "~1.157.0",
169
- "@tanstack/start-storage-context": "~1.157.0",
170
- "@tanstack/server-functions-plugin": "~1.157.0",
171
- "@tanstack/directive-functions-plugin": "~1.157.0",
172
- "@tanstack/start-api-routes": "~1.157.0",
173
- "@tanstack/start-server-functions-client": "~1.157.0",
174
- "@tanstack/start-server-functions-fetcher": "~1.157.0",
175
- "@tanstack/start-server-functions-handler": "~1.157.0",
176
- "@tanstack/router-utils": "~1.157.0",
177
- "@tanstack/history": "~1.157.0"
158
+ "@tanstack/router-utils": "~1.154.7",
159
+ "@tanstack/history": "~1.154.14"
178
160
  }
179
161
  },
180
162
  "lint-staged": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amirulabu/create-recurring-rabbit-app",
3
- "version": "0.2.48",
3
+ "version": "0.2.49",
4
4
  "description": "CLI tool to scaffold micro-SaaS apps with TanStack Start, tRPC, Drizzle, and Better-auth",
5
5
  "type": "module",
6
6
  "bin": {