create-better-t-stack 3.7.3-canary.fe324be3 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.7.3-canary.fe324be3",
3
+ "version": "3.7.4",
4
4
  "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -65,7 +65,6 @@
65
65
  }
66
66
  },
67
67
  "dependencies": {
68
- "@better-t-stack/types": "3.7.3",
69
68
  "@biomejs/js-api": "^3.0.0",
70
69
  "@biomejs/wasm-nodejs": "^2.2.6",
71
70
  "@clack/prompts": "^1.0.0-alpha.6",
@@ -11,5 +11,8 @@
11
11
  "type": "module",
12
12
  "scripts": {},
13
13
  "devDependencies": {},
14
+ "peerDependencies": {
15
+ "typescript": "^5"
16
+ },
14
17
  "dependencies": {}
15
18
  }
@@ -10,5 +10,8 @@
10
10
  },
11
11
  "type": "module",
12
12
  "scripts": {},
13
- "devDependencies": {}
13
+ "devDependencies": {},
14
+ "peerDependencies": {
15
+ "typescript": "^5"
16
+ }
14
17
  }
@@ -10,5 +10,8 @@
10
10
  },
11
11
  "type": "module",
12
12
  "scripts": {},
13
- "devDependencies": {}
13
+ "devDependencies": {},
14
+ "peerDependencies": {
15
+ "typescript": "^5"
16
+ }
14
17
  }
@@ -9,7 +9,8 @@
9
9
  "license": "ISC",
10
10
  "description": "",
11
11
  "devDependencies": {
12
- "@types/node": "^24.3.0"
12
+ "@types/node": "^24.3.0",
13
+ "typescript": "^5.9.2"
13
14
  },
14
15
  "dependencies": {}
15
16
  }
@@ -13,5 +13,7 @@
13
13
  "supabase"
14
14
  ],
15
15
  {{/if}}
16
- "devDependencies": {}
16
+ "devDependencies": {
17
+ "typescript": "^5.8.2"
18
+ }
17
19
  }
@@ -10,5 +10,8 @@
10
10
  }
11
11
  },
12
12
  "scripts": {},
13
- "devDependencies": {}
13
+ "devDependencies": {},
14
+ "peerDependencies": {
15
+ "typescript": "^5"
16
+ }
14
17
  }
@@ -44,7 +44,8 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@babel/core": "^7.26.10",
47
- "@types/react": "~19.1.10"
47
+ "@types/react": "~19.1.10",
48
+ "typescript": "~5.8.2"
48
49
  },
49
50
  "private": true
50
51
  }
@@ -46,6 +46,7 @@
46
46
  "devDependencies": {
47
47
  "ajv": "^8.17.1",
48
48
  "@babel/core": "^7.28.0",
49
- "@types/react": "~19.1.10"
49
+ "@types/react": "~19.1.10",
50
+ "typescript": "~5.9.2"
50
51
  }
51
52
  }
@@ -48,7 +48,8 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^24.10.0",
51
- "@types/react": "~19.1.0"
51
+ "@types/react": "~19.1.0",
52
+ "typescript": "~5.9.2"
52
53
  },
53
54
  "private": true
54
55
  }
@@ -14,6 +14,7 @@
14
14
  "@nuxt/content": "^3.7.1",
15
15
  "@nuxtjs/mdc": "^0.17.4",
16
16
  "nuxt": "^4.1.2",
17
+ "typescript": "^5.9.2",
17
18
  "vue": "^3.5.21",
18
19
  "vue-router": "^4.5.1"
19
20
  },
@@ -9,14 +9,14 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "radix-ui": "^1.4.2",
12
- "@tanstack/react-form": "^1.12.3",
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.7",
16
+ "next": "^16.0.10",
17
17
  "next-themes": "^0.4.6",
18
- "react": "19.1.2",
19
- "react-dom": "19.1.2",
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,9 @@
25
25
  "devDependencies": {
26
26
  "@tailwindcss/postcss": "^4.1.10",
27
27
  "@types/node": "^20",
28
- "@types/react": "19.2.2",
29
- "@types/react-dom": "19.2.2",
30
- "tailwindcss": "^4.1.10"
28
+ "@types/react": "19.2.7",
29
+ "@types/react-dom": "19.2.3",
30
+ "tailwindcss": "^4.1.10",
31
+ "typescript": "^5"
31
32
  }
32
33
  }
@@ -10,31 +10,32 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "radix-ui": "^1.4.2",
13
- "@react-router/fs-routes": "^7.6.1",
14
- "@react-router/node": "^7.6.1",
15
- "@react-router/serve": "^7.6.1",
16
- "@tanstack/react-form": "^1.12.0",
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.1.2",
23
- "react-dom": "19.1.2",
24
- "react-router": "^7.6.1",
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.6.1",
31
- "@tailwindcss/vite": "^4.1.8",
30
+ "@react-router/dev": "^7.10.1",
31
+ "@tailwindcss/vite": "^4.1.18",
32
32
  "@types/node": "^20",
33
- "@types/react": "~19.1.10",
34
- "@types/react-dom": "^19.0.4",
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.8",
37
- "vite": "^6.3.5",
36
+ "tailwindcss": "^4.1.18",
37
+ "typescript": "^5.8.3",
38
+ "vite": "^7.2.7",
38
39
  "vite-tsconfig-paths": "^5.1.4"
39
40
  }
40
41
  }
@@ -15,25 +15,26 @@
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.114.25",
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.1.2",
24
- "react-dom": "19.1.2",
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.114.27",
31
- "@tanstack/router-plugin": "^1.114.27",
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": "~19.1.10",
34
- "@types/react-dom": "^19.0.4",
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
+ "typescript": "^5.8.3",
37
38
  "tailwindcss": "^4.0.15",
38
39
  "vite": "^6.2.2"
39
40
  }
@@ -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": {{#if (eq auth "clerk")}}"1.134.4"{{else}}"^1.132.31"{{/if}},
15
+ "@tanstack/react-router": "^1.141.1",
16
16
  "@tanstack/react-router-with-query": "^1.130.17",
17
- "@tanstack/react-start": {{#if (eq auth "clerk")}}"1.134.6"{{else}}"^1.132.31"{{/if}},
18
- "@tanstack/router-plugin": {{#if (eq auth "clerk")}}"1.134.4"{{else}}"^1.132.31"{{/if}},
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.1.2",
24
- "react-dom": "19.1.2",
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,13 +29,14 @@
29
29
  "vite-tsconfig-paths": "^5.1.4"
30
30
  },
31
31
  "devDependencies": {
32
- "@tanstack/react-router-devtools": {{#if (eq auth "clerk")}}"1.134.4"{{else}}"^1.132.31"{{/if}},
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": "~19.1.10",
36
- "@types/react-dom": "^19.0.4",
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
+ "typescript": "^5.7.2",
39
40
  "vite": "^7.0.2",
40
41
  "web-vitals": "^5.0.3"
41
42
  }
@@ -18,6 +18,7 @@
18
18
  "tailwindcss": "^4.1.13"
19
19
  },
20
20
  "devDependencies": {
21
+ "typescript": "^5.9.2",
21
22
  "vite": "^7.1.5",
22
23
  "vite-plugin-solid": "^2.11.8"
23
24
  }
@@ -19,6 +19,7 @@
19
19
  "svelte": "^5.38.1",
20
20
  "svelte-check": "^4.3.1",
21
21
  "tailwindcss": "^4.1.12",
22
+ "typescript": "^5.9.2",
22
23
  "vite": "^7.1.2"
23
24
  },
24
25
  "dependencies": {