File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/cli/templates/frontend/react/tanstack-start Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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",
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",
You can’t perform that action at this time.
0 commit comments