Skip to content

Commit e46ac82

Browse files
authored
chore(repo): Pin TanStack router and start versions to 1.128.0 in integration tests (#6369)
1 parent 61b592e commit e46ac82

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/calm-pears-camp.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-router": "^1.128.0",
13-
"@tanstack/react-router-devtools": "^1.128.0",
14-
"@tanstack/router-plugin": "^1.128.0",
12+
"@tanstack/react-router": "1.128.0",
13+
"@tanstack/react-router-devtools": "1.128.0",
14+
"@tanstack/router-plugin": "1.128.0",
1515
"react": "18.3.1",
1616
"react-dom": "18.3.1"
1717
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"start": "vite start --port=$PORT"
99
},
1010
"dependencies": {
11-
"@tanstack/react-router": "^1.128.0",
12-
"@tanstack/react-router-devtools": "^1.128.0",
13-
"@tanstack/react-start": "^1.128.0",
11+
"@tanstack/react-router": "1.128.0",
12+
"@tanstack/react-router-devtools": "1.128.0",
13+
"@tanstack/react-start": "1.128.0",
1414
"react": "18.3.1",
1515
"react-dom": "18.3.1",
1616
"tailwind-merge": "^2.5.4"

0 commit comments

Comments
 (0)