create-better-t-stack 3.7.3 → 3.7.4
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.
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-b1TtTCMt.js → src-B6YuFjPr.js} +12 -12
- package/package.json +1 -1
- package/templates/frontend/react/next/package.json.hbs +6 -6
- package/templates/frontend/react/react-router/package.json.hbs +13 -13
- package/templates/frontend/react/tanstack-router/package.json.hbs +7 -7
- package/templates/frontend/react/tanstack-start/package.json.hbs +8 -8
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-
|
|
2
|
+
import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-B6YuFjPr.js";
|
|
3
3
|
|
|
4
4
|
export { builder, createBtsCli, docs, init, router, sponsors };
|
|
@@ -118,17 +118,17 @@ const dependencyVersionMap = {
|
|
|
118
118
|
"@ai-sdk/vue": "^2.0.49",
|
|
119
119
|
"@ai-sdk/svelte": "^3.0.39",
|
|
120
120
|
"@ai-sdk/react": "^2.0.39",
|
|
121
|
-
streamdown: "^1.
|
|
121
|
+
streamdown: "^1.6.10",
|
|
122
122
|
shiki: "^3.12.2",
|
|
123
|
-
"@orpc/server": "^1.
|
|
124
|
-
"@orpc/client": "^1.
|
|
125
|
-
"@orpc/openapi": "^1.
|
|
126
|
-
"@orpc/zod": "^1.
|
|
127
|
-
"@orpc/tanstack-query": "^1.
|
|
128
|
-
"@trpc/tanstack-react-query": "^11.
|
|
129
|
-
"@trpc/server": "^11.
|
|
130
|
-
"@trpc/client": "^11.
|
|
131
|
-
next: "^16.0.
|
|
123
|
+
"@orpc/server": "^1.12.2",
|
|
124
|
+
"@orpc/client": "^1.12.2",
|
|
125
|
+
"@orpc/openapi": "^1.12.2",
|
|
126
|
+
"@orpc/zod": "^1.12.2",
|
|
127
|
+
"@orpc/tanstack-query": "^1.12.2",
|
|
128
|
+
"@trpc/tanstack-react-query": "^11.7.2",
|
|
129
|
+
"@trpc/server": "^11.7.2",
|
|
130
|
+
"@trpc/client": "^11.7.2",
|
|
131
|
+
next: "^16.0.10",
|
|
132
132
|
convex: "^1.29.3",
|
|
133
133
|
"@convex-dev/react-query": "^0.1.0",
|
|
134
134
|
"convex-svelte": "^0.0.12",
|
|
@@ -139,8 +139,8 @@ const dependencyVersionMap = {
|
|
|
139
139
|
"@tanstack/svelte-query-devtools": "^5.85.3",
|
|
140
140
|
"@tanstack/vue-query-devtools": "^5.90.2",
|
|
141
141
|
"@tanstack/vue-query": "^5.90.2",
|
|
142
|
-
"@tanstack/react-query-devtools": "^5.
|
|
143
|
-
"@tanstack/react-query": "^5.
|
|
142
|
+
"@tanstack/react-query-devtools": "^5.91.1",
|
|
143
|
+
"@tanstack/react-query": "^5.90.12",
|
|
144
144
|
"@tanstack/solid-query": "^5.87.4",
|
|
145
145
|
"@tanstack/solid-query-devtools": "^5.87.4",
|
|
146
146
|
"@tanstack/solid-router-devtools": "^1.131.44",
|
package/package.json
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"radix-ui": "^1.4.2",
|
|
12
|
-
"@tanstack/react-form": "^1.
|
|
12
|
+
"@tanstack/react-form": "^1.27.3",
|
|
13
13
|
"class-variance-authority": "^0.7.1",
|
|
14
14
|
"clsx": "^2.1.1",
|
|
15
15
|
"lucide-react": "^0.546.0",
|
|
16
|
-
"next": "^16.0.
|
|
16
|
+
"next": "^16.0.10",
|
|
17
17
|
"next-themes": "^0.4.6",
|
|
18
|
-
"react": "19.
|
|
19
|
-
"react-dom": "19.
|
|
18
|
+
"react": "19.2.3",
|
|
19
|
+
"react-dom": "19.2.3",
|
|
20
20
|
"sonner": "^2.0.5",
|
|
21
21
|
"tailwind-merge": "^3.3.1",
|
|
22
22
|
"tw-animate-css": "^1.3.4",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@tailwindcss/postcss": "^4.1.10",
|
|
27
27
|
"@types/node": "^20",
|
|
28
|
-
"@types/react": "19.2.
|
|
29
|
-
"@types/react-dom": "19.2.
|
|
28
|
+
"@types/react": "19.2.7",
|
|
29
|
+
"@types/react-dom": "19.2.3",
|
|
30
30
|
"tailwindcss": "^4.1.10",
|
|
31
31
|
"typescript": "^5"
|
|
32
32
|
}
|
|
@@ -10,32 +10,32 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"radix-ui": "^1.4.2",
|
|
13
|
-
"@react-router/fs-routes": "^7.
|
|
14
|
-
"@react-router/node": "^7.
|
|
15
|
-
"@react-router/serve": "^7.
|
|
16
|
-
"@tanstack/react-form": "^1.
|
|
13
|
+
"@react-router/fs-routes": "^7.10.1",
|
|
14
|
+
"@react-router/node": "^7.10.1",
|
|
15
|
+
"@react-router/serve": "^7.10.1",
|
|
16
|
+
"@tanstack/react-form": "^1.27.3",
|
|
17
17
|
"class-variance-authority": "^0.7.1",
|
|
18
18
|
"clsx": "^2.1.1",
|
|
19
19
|
"isbot": "^5.1.28",
|
|
20
20
|
"lucide-react": "^0.511.0",
|
|
21
21
|
"next-themes": "^0.4.6",
|
|
22
|
-
"react": "19.
|
|
23
|
-
"react-dom": "19.
|
|
24
|
-
"react-router": "^7.
|
|
22
|
+
"react": "19.2.3",
|
|
23
|
+
"react-dom": "19.2.3",
|
|
24
|
+
"react-router": "^7.10.1",
|
|
25
25
|
"sonner": "^2.0.3",
|
|
26
26
|
"tailwind-merge": "^3.3.0",
|
|
27
27
|
"tw-animate-css": "^1.3.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@react-router/dev": "^7.
|
|
31
|
-
"@tailwindcss/vite": "^4.1.
|
|
30
|
+
"@react-router/dev": "^7.10.1",
|
|
31
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
32
32
|
"@types/node": "^20",
|
|
33
|
-
"@types/react": "~19.
|
|
34
|
-
"@types/react-dom": "^19.
|
|
33
|
+
"@types/react": "~19.2.7",
|
|
34
|
+
"@types/react-dom": "^19.2.3",
|
|
35
35
|
"react-router-devtools": "^1.1.0",
|
|
36
|
-
"tailwindcss": "^4.1.
|
|
36
|
+
"tailwindcss": "^4.1.18",
|
|
37
37
|
"typescript": "^5.8.3",
|
|
38
|
-
"vite": "^
|
|
38
|
+
"vite": "^7.2.7",
|
|
39
39
|
"vite-tsconfig-paths": "^5.1.4"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"radix-ui": "^1.4.2",
|
|
16
16
|
"@tanstack/react-form": "^1.12.3",
|
|
17
17
|
"@tailwindcss/vite": "^4.0.15",
|
|
18
|
-
"@tanstack/react-router": "^1.
|
|
18
|
+
"@tanstack/react-router": "^1.141.1",
|
|
19
19
|
"class-variance-authority": "^0.7.1",
|
|
20
20
|
"clsx": "^2.1.1",
|
|
21
21
|
"lucide-react": "^0.473.0",
|
|
22
22
|
"next-themes": "^0.4.6",
|
|
23
|
-
"react": "19.
|
|
24
|
-
"react-dom": "19.
|
|
23
|
+
"react": "19.2.3",
|
|
24
|
+
"react-dom": "19.2.3",
|
|
25
25
|
"sonner": "^2.0.5",
|
|
26
26
|
"tailwind-merge": "^3.3.1",
|
|
27
27
|
"tw-animate-css": "^1.2.5"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@tanstack/react-router-devtools": "^1.
|
|
31
|
-
"@tanstack/router-plugin": "^1.
|
|
30
|
+
"@tanstack/react-router-devtools": "^1.141.1",
|
|
31
|
+
"@tanstack/router-plugin": "^1.141.1",
|
|
32
32
|
"@types/node": "^22.13.13",
|
|
33
|
-
"@types/react": "
|
|
34
|
-
"@types/react-dom": "
|
|
33
|
+
"@types/react": "19.2.7",
|
|
34
|
+
"@types/react-dom": "19.2.3",
|
|
35
35
|
"@vitejs/plugin-react": "^4.3.4",
|
|
36
36
|
"postcss": "^8.5.3",
|
|
37
37
|
"typescript": "^5.8.3",
|
|
@@ -12,16 +12,16 @@
|
|
|
12
12
|
"@tanstack/react-form": "^1.23.5",
|
|
13
13
|
"@tailwindcss/vite": "^4.1.8",
|
|
14
14
|
"@tanstack/react-query": "^5.80.6",
|
|
15
|
-
"@tanstack/react-router":
|
|
15
|
+
"@tanstack/react-router": "^1.141.1",
|
|
16
16
|
"@tanstack/react-router-with-query": "^1.130.17",
|
|
17
|
-
"@tanstack/react-start":
|
|
18
|
-
"@tanstack/router-plugin":
|
|
17
|
+
"@tanstack/react-start": "^1.141.1",
|
|
18
|
+
"@tanstack/router-plugin": "^1.141.1",
|
|
19
19
|
"class-variance-authority": "^0.7.1",
|
|
20
20
|
"clsx": "^2.1.1",
|
|
21
21
|
"lucide-react": "^0.525.0",
|
|
22
22
|
"next-themes": "^0.4.6",
|
|
23
|
-
"react": "19.
|
|
24
|
-
"react-dom": "19.
|
|
23
|
+
"react": "19.2.3",
|
|
24
|
+
"react-dom": "19.2.3",
|
|
25
25
|
"sonner": "^2.0.3",
|
|
26
26
|
"tailwindcss": "^4.1.3",
|
|
27
27
|
"tailwind-merge": "^3.3.1",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"vite-tsconfig-paths": "^5.1.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@tanstack/react-router-devtools":
|
|
32
|
+
"@tanstack/react-router-devtools": "^1.141.1",
|
|
33
33
|
"@testing-library/dom": "^10.4.0",
|
|
34
34
|
"@testing-library/react": "^16.2.0",
|
|
35
|
-
"@types/react": "
|
|
36
|
-
"@types/react-dom": "
|
|
35
|
+
"@types/react": "19.2.7",
|
|
36
|
+
"@types/react-dom": "19.2.3",
|
|
37
37
|
"@vitejs/plugin-react": "^5.0.4",
|
|
38
38
|
"jsdom": "^26.0.0",
|
|
39
39
|
"typescript": "^5.7.2",
|