Skip to content

Commit fbdd473

Browse files
authored
chore(repo): Temporary fix for tanstack start integration test (#6988)
1 parent dacc1af commit fbdd473

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/honest-flies-destroy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

integration/templates/tanstack-react-start/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
"start": "vite start --port=$PORT"
99
},
1010
"dependencies": {
11-
"@tanstack/react-router": "1.132.31",
12-
"@tanstack/react-router-devtools": "1.132.31",
13-
"@tanstack/react-start": "1.132.31",
11+
"@tanstack/react-router": "1.132.47",
12+
"@tanstack/react-router-devtools": "1.132.51",
13+
"@tanstack/react-start": "1.132.51",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1",
16+
"srvx": "0.8.15",
1617
"tailwind-merge": "^2.5.4"
1718
},
1819
"devDependencies": {

0 commit comments

Comments
 (0)