Skip to content

Commit bdad818

Browse files
committed
Fix e2e version to minimally supported
1 parent 2e7a29e commit bdad818

File tree

1 file changed

+2
-2
lines changed
  • dev-packages/e2e-tests/test-applications/tanstackstart-react

1 file changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/tanstackstart-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@sentry/tanstackstart-react": "latest || *",
16-
"@tanstack/react-start": "^1.139.12",
17-
"@tanstack/react-router": "^1.139.12",
16+
"@tanstack/react-start": "^1.136.0",
17+
"@tanstack/react-router": "^1.136.0",
1818
"react": "^19.2.0",
1919
"react-dom": "^19.2.0"
2020
},

0 commit comments

Comments
 (0)