create-better-t-stack 2.28.2 → 2.28.3

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/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations
4
4
 
5
- ![demo](https://cdn.jsdelivr.net/gh/amanvarshney01/create-better-t-stack@master/demo.gif)
6
-
7
5
  ## Sponsors
8
6
 
9
7
  <p align="center">
10
8
  <img src="https://sponsors.amanv.dev/sponsors.png" alt="Sponsors">
11
9
  </p>
12
10
 
11
+ ![demo](https://cdn.jsdelivr.net/gh/amanvarshney01/create-better-t-stack@master/demo.gif)
12
+
13
13
  ## Quick Start
14
14
 
15
15
  Run without installing globally:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "2.28.2",
3
+ "version": "2.28.3",
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",
@@ -10,11 +10,12 @@
10
10
  "postinstall": "nuxt prepare"
11
11
  },
12
12
  "dependencies": {
13
- "@nuxt/ui": "3.2.0",
13
+ "@nuxt/ui": "3.3.0",
14
14
  "@tanstack/vue-query": "^5.83.0",
15
- "nuxt": "^4.0.0",
16
- "typescript": "^5.6.3",
17
- "vue": "^3.5.17",
15
+ "nuxt": "^4.0.2",
16
+ "tailwindcss": "^4.1.11",
17
+ "typescript": "^5.8.3",
18
+ "vue": "^3.5.18",
18
19
  "vue-router": "^4.5.1",
19
20
  "zod": "^4.0.2"
20
21
  },