Skip to content

Commit d8350d4

Browse files
authored
test(e2e): Pin solid/vue tanstack router to 1.41.8 (#18610)
E2E tests for solid/vue tanstack router fail starting `1.42.x`. Pinning these for now until we have figured out what's going on. Closes #18612 (added automatically)
1 parent 1307651 commit d8350d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/solid-tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@sentry/solid": "latest || *",
1717
"@tailwindcss/vite": "^4.0.6",
18-
"@tanstack/solid-router": "^1.132.25",
18+
"@tanstack/solid-router": "1.141.8",
1919
"@tanstack/solid-router-devtools": "^1.132.25",
2020
"@tanstack/solid-start": "^1.132.25",
2121
"solid-js": "^1.9.5",

dev-packages/e2e-tests/test-applications/vue-tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@sentry/vue": "latest || *",
17-
"@tanstack/vue-router": "^1.64.0",
17+
"@tanstack/vue-router": "1.141.8",
1818
"vue": "^3.4.15"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)