Skip to content

Commit 3806b40

Browse files
committed
port to alpha.10
1 parent 65432e4 commit 3806b40

File tree

15 files changed

+177
-2014
lines changed

15 files changed

+177
-2014
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ yarn.lock
88
.vercel
99
.output
1010
.vinxi
11+
.tanstack-start
12+
.nitro
1113
.netlify
1214

1315
/build/

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@tanstack/react-query": "^5.66.0",
3838
"@tanstack/react-router": "1.120.4-alpha.1",
3939
"@tanstack/react-router-with-query": "1.120.4-alpha.1",
40-
"@tanstack/react-start": "1.120.4-alpha.1",
40+
"@tanstack/react-start": "1.120.4-alpha.10",
4141
"@tanstack/react-router-devtools": "1.120.4-alpha.1",
4242
"@types/d3": "^7.4.3",
4343
"@typescript-eslint/parser": "^7.2.0",
@@ -74,7 +74,6 @@
7474
"shiki": "^1.4.0",
7575
"tailwind-merge": "^1.14.0",
7676
"tiny-invariant": "^1.3.3",
77-
"vinxi": "^0.5.3",
7877
"vite-tsconfig-paths": "^5.0.1",
7978
"zod": "^3.23.8",
8079
"zustand": "^4.5.2"
@@ -97,9 +96,6 @@
9796
"typescript": "^5.6.3",
9897
"vite": "^6.3.5"
9998
},
100-
"resolutions": {
101-
"vite": "6.3.5"
102-
},
10399
"engines": {
104100
"node": ">=18.0.0"
105101
},

0 commit comments

Comments
 (0)