Skip to content

Commit a39f2fc

Browse files
authored
chore(tanstack-react-start): Constrain TanStack dependencies to pre-RC versions (#6845)
1 parent 05f1832 commit a39f2fc

3 files changed

Lines changed: 86 additions & 81 deletions

File tree

.changeset/fast-dolls-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@clerk/tanstack-react-start": minor
3+
---
4+
5+
Constrained TanStack dependencies to pre-RC versions. Please ensure you're using `@tanstack/*` versions below `1.132.0`.

packages/tanstack-react-start/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
"tslib": "catalog:repo"
7777
},
7878
"devDependencies": {
79-
"@tanstack/react-router": "^1.131.34",
80-
"@tanstack/react-start": "^1.131.34",
79+
"@tanstack/react-router": "1.131.34",
80+
"@tanstack/react-start": "1.131.34",
8181
"esbuild-plugin-file-path-extensions": "^2.1.4"
8282
},
8383
"peerDependencies": {
84-
"@tanstack/react-router": "^1.131.0",
85-
"@tanstack/react-start": "^1.131.0",
84+
"@tanstack/react-router": "^1.131.0 <1.132.0",
85+
"@tanstack/react-start": "^1.131.0 <1.132.0",
8686
"react": "catalog:peer-react",
8787
"react-dom": "catalog:peer-react"
8888
},

0 commit comments

Comments
 (0)