Skip to content

Commit c6b5177

Browse files
committed
chore(deps): upgrade TanStack Start deps
Following steps here from 1.114.0 onward: TanStack/router#2863
1 parent 110b333 commit c6b5177

File tree

9 files changed

+6140
-7023
lines changed

9 files changed

+6140
-7023
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
node_modules
22
.DS_Store
33
dist
4-
dist-ssr
54
*.local
6-
.vinxi
5+
.nitro
6+
.output
77
.netlify
8-
.env
8+
.env
9+
.tanstack

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Clicking this button will create a new repo for you that looks exactly like this
6565
- **Database**: Convex (optional)
6666
- **Styling**: Tailwind CSS 4
6767
- **AI Integration**: Anthropic's Claude API
68-
- **Build Tool**: Vite 6 with Vinxi
68+
- **Build Tool**: Vite 6
6969

7070
### Prerequisites
7171

@@ -288,7 +288,7 @@ Here is an example layout that includes a header:
288288

289289
```tsx
290290
import { createRootRoute, Outlet } from '@tanstack/react-router'
291-
import { TanStackRouterDevtools } from '@tanstack/router-devtools'
291+
import { TanStackRouterDevtools } from '@tanstack/react-router-devtools'
292292

293293
import { Link } from "@tanstack/react-router";
294294

app.config.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)