upgrade to tanstack start alpha devinxi

This commit is contained in:
Aman Varshney
2025-06-11 19:35:05 +05:30
parent 1dc922233f
commit 0ffaeddd72
12 changed files with 44 additions and 76 deletions

View File

@@ -3,10 +3,9 @@
"private": true,
"type": "module",
"scripts": {
"start": "vinxi start",
"build": "vinxi build",
"build": "vite build",
"serve": "vite preview",
"dev": "vinxi dev --port=3001"
"dev": "vite dev --port=3001"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.4",
@@ -15,11 +14,11 @@
"@radix-ui/react-slot": "^1.1.2",
"@tanstack/react-form": "^1.0.5",
"@tailwindcss/vite": "^4.1.8",
"@tanstack/react-query": "^5.80.5",
"@tanstack/react-router": "^1.120.15",
"@tanstack/react-router-with-query": "^1.120.15",
"@tanstack/react-start": "^1.120.15",
"@tanstack/router-plugin": "^1.120.15",
"@tanstack/react-query": "^5.80.6",
"@tanstack/react-router": "^1.121.0-alpha.27",
"@tanstack/react-router-with-query": "^1.121.0",
"@tanstack/react-start": "^1.121.0-alpha.27",
"@tanstack/router-plugin": "^1.121.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.473.0",
@@ -30,17 +29,16 @@
"tailwindcss": "^4.1.3",
"tailwind-merge": "^2.6.0",
"tw-animate-css": "^1.2.5",
"vinxi": "^0.5.3",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^3.25.16"
},
"devDependencies": {
"@tanstack/react-router-devtools": "^1.120.15",
"@tanstack/react-router-devtools": "^1.121.0-alpha.27",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react": "^4.5.2",
"jsdom": "^26.0.0",
"typescript": "^5.7.2",
"vite": "^6.3.5",