fix: backend none templates (#241)

This commit is contained in:
Aman Varshney
2025-05-10 08:10:23 +05:30
committed by GitHub
parent 4e4ad2b9ee
commit 8209713bd6
29 changed files with 519 additions and 353 deletions

View File

@@ -14,7 +14,7 @@
},
"apps/cli": {
"name": "create-better-t-stack",
"version": "2.9.0",
"version": "2.9.2",
"bin": {
"create-better-t-stack": "dist/index.js",
},
@@ -43,9 +43,9 @@
"version": "0.0.0",
"dependencies": {
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tooltip": "^1.2.4",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.6",
"babel-plugin-react-compiler": "^19.1.0-rc.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -53,7 +53,7 @@
"fumadocs-mdx": "11.6.1",
"fumadocs-ui": "15.2.10",
"lucide-react": "^0.503.0",
"motion": "^12.8.0",
"motion": "^12.10.5",
"next": "15.3.1",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
@@ -64,16 +64,16 @@
"tailwind-merge": "^3.2.0",
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/postcss": "^4.1.5",
"@types/mdx": "^2.0.13",
"@types/node": "22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"eslint": "^9.25.1",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"eslint": "^9.26.0",
"eslint-config-next": "15.3.1",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.2.8",
"tailwindcss": "^4.1.5",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3",
},
},