Skip to content

Commit 2a2ef63

Browse files
committed
fix: Temporarily pin TanStack versions for Clerk
1 parent e583a7f commit 2a2ef63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/cli/templates/frontend/react/tanstack-start/package.json.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"@tanstack/react-form": "^1.23.5",
1313
"@tailwindcss/vite": "^4.1.8",
1414
"@tanstack/react-query": "^5.80.6",
15-
"@tanstack/react-router": "^1.132.31",
15+
"@tanstack/react-router": {{#if (eq auth "clerk")}}"1.134.4"{{else}}"^1.132.31"{{/if}},
1616
"@tanstack/react-router-with-query": "^1.130.17",
17-
"@tanstack/react-start": "^1.132.31",
18-
"@tanstack/router-plugin": "^1.132.31",
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}},
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
2121
"lucide-react": "^0.525.0",
@@ -30,7 +30,7 @@
3030
"zod": "^4.0.2"
3131
},
3232
"devDependencies": {
33-
"@tanstack/react-router-devtools": "^1.132.31",
33+
"@tanstack/react-router-devtools": {{#if (eq auth "clerk")}}"1.134.4"{{else}}"^1.132.31"{{/if}},
3434
"@testing-library/dom": "^10.4.0",
3535
"@testing-library/react": "^16.2.0",
3636
"@types/react": "~19.1.10",

0 commit comments

Comments
 (0)