Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/witty-nails-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tanstack/router-plugin': patch
---

fix: update vite-plugin-solid peer dependency to support version 3.0.0-0
2 changes: 1 addition & 1 deletion packages/router-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@rsbuild/core": ">=1.0.2",
"@tanstack/react-router": "workspace:^",
"vite": ">=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0",
"vite-plugin-solid": "^2.11.10",
"vite-plugin-solid": "^2.11.10 || ^3.0.0-0",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"webpack": ">=5.92.0"
},
"peerDependenciesMeta": {
Expand Down
Loading