Skip to content

Commit 656a2a0

Browse files
schiller-manuelCopilotnx-cloud[bot]autofix-ci[bot]
authored
chore: add vite 8 to peer deps (#7160)
Co-authored-by: schiller-manuel <6340397+schiller-manuel@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 55201ad commit 656a2a0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/vite-8-peer-deps.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/router-plugin': patch
3+
---
4+
5+
add vite 8 to peer deps

packages/router-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"peerDependencies": {
132132
"@rsbuild/core": ">=1.0.2",
133133
"@tanstack/react-router": "workspace:^",
134-
"vite": ">=5.0.0 || >=6.0.0 || >=7.0.0",
134+
"vite": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0",
135135
"vite-plugin-solid": "^2.11.10",
136136
"webpack": ">=5.92.0"
137137
},

0 commit comments

Comments
 (0)