Skip to content

Commit b23d4ae

Browse files
authored
chore(repo): Pin non-breaking TanStack Start version in integration tests (#6104)
1 parent ce9e403 commit b23d4ae

File tree

5 files changed

+62
-24
lines changed

5 files changed

+62
-24
lines changed

.changeset/green-peaches-sneeze.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

integration/templates/tanstack-react-router/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.114.6",
13-
"@tanstack/react-router-devtools": "^1.114.6",
14-
"@tanstack/router-plugin": "^1.114.6",
12+
"@tanstack/react-router": "1.120.17",
13+
"@tanstack/react-router-devtools": "1.120.17",
14+
"@tanstack/router-generator": "1.120.17",
15+
"@tanstack/router-plugin": "1.120.17",
1516
"react": "18.3.1",
1617
"react-dom": "18.3.1"
1718
},

integration/templates/tanstack-react-start/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@
88
"start": "vinxi start --port=$PORT"
99
},
1010
"dependencies": {
11-
"@tanstack/react-router": "^1.114.6",
12-
"@tanstack/react-router-devtools": "^1.114.6",
13-
"@tanstack/react-start": "1.114.6",
11+
"@tanstack/react-router": "1.120.17",
12+
"@tanstack/router-generator": "1.120.17",
13+
"@tanstack/react-router-devtools": "1.120.17",
14+
"@tanstack/react-start": "1.120.17",
15+
"@tanstack/react-start-config": "1.120.17",
16+
"@tanstack/router-plugin": "1.120.17",
17+
"@tanstack/react-start-client": "1.120.17",
18+
"@tanstack/react-start-plugin": "1.120.17",
19+
"@tanstack/react-start-server": "1.120.17",
20+
"@tanstack/start-server-core": "1.120.17",
1421
"@typescript-eslint/parser": "^7.18.0",
1522
"isbot": "^5.1.17",
1623
"react": "18.3.1",

packages/tanstack-react-start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"tslib": "catalog:repo"
7575
},
7676
"devDependencies": {
77-
"@tanstack/react-router": "^1.115.2",
78-
"@tanstack/react-start": "^1.115.2",
77+
"@tanstack/react-router": "1.115.2",
78+
"@tanstack/react-start": "1.115.2",
7979
"esbuild-plugin-file-path-extensions": "^2.1.4"
8080
},
8181
"peerDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)