Skip to content

Commit 660a450

Browse files
committed
Revert “chore(deps): update tanstack-router monorepo to v1.139.14”
react-router is failing to parse the params on the /#/org-{id}/clu-{id} page, resulting in a redirect to undefined/undefined. Reverting until I have time to sort this out. Doesn’t reproduce in local environments or under simulated network congestion.
1 parent 8adaa7e commit 660a450

File tree

2 files changed

+79
-32
lines changed

2 files changed

+79
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@tailwindcss/vite": "^4.0.9",
5050
"@tanstack/react-query": "^5.90.2",
5151
"@tanstack/react-query-devtools": "^5.90.2",
52-
"@tanstack/react-router": "^1.132.25",
53-
"@tanstack/react-router-devtools": "^1.132.25",
52+
"@tanstack/react-router": "1.133.20",
53+
"@tanstack/react-router-devtools": "1.133.20",
5454
"@tanstack/react-table": "^8.21.2",
5555
"@types/node": "^24.0.0",
5656
"axios": "^1.7.9",

pnpm-lock.yaml

Lines changed: 77 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)