Skip to content

Commit 96ac2d8

Browse files
authored
fix(router-plugin): update vite-plugin-solid peer dependency to support version 3.0.0-0 (#7170)
1 parent 85db378 commit 96ac2d8

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changeset/witty-nails-tickle.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+
fix: update vite-plugin-solid peer dependency to support version 3.0.0-0

packages/router-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"@rsbuild/core": ">=1.0.2",
133133
"@tanstack/react-router": "workspace:^",
134134
"vite": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0",
135-
"vite-plugin-solid": "^2.11.10",
135+
"vite-plugin-solid": "^2.11.10 || ^3.0.0-0",
136136
"webpack": ">=5.92.0"
137137
},
138138
"peerDependenciesMeta": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)