Skip to content

Commit 6705d1a

Browse files
committed
fix: pin start version
1 parent 8c93012 commit 6705d1a

File tree

3 files changed

+2658
-335
lines changed

3 files changed

+2658
-335
lines changed

examples/react/tanstack-start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@tanstack/react-devtools": "^0.7.0",
1313
"@tanstack/react-form": "^1.23.7",
1414
"@tanstack/react-form-devtools": "^0.1.7",
15-
"@tanstack/react-router": "^1.131.50",
16-
"@tanstack/react-start": "^1.131.50",
15+
"@tanstack/react-router": "1.131.50",
16+
"@tanstack/react-start": "1.131.50",
1717
"@tanstack/react-store": "^0.7.7",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0"

packages/react-form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"devalue": "^5.3.2"
8888
},
8989
"devDependencies": {
90-
"@tanstack/react-start": "^1.131.50",
90+
"@tanstack/react-start": "1.131.50",
9191
"@types/react": "^19.0.7",
9292
"@types/react-dom": "^19.0.3",
9393
"@vitejs/plugin-react": "^4.7.0",

0 commit comments

Comments
 (0)