Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion examples/astro-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@wyw-in-js/vite": "^0.6.0",
"astro": "^1.6.10",
"solid-js": "^1.6.2",
"vite": "^3",
"vite": "^5",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Vite Upgrade Conflicts with Astro Dependency

Upgrading Vite from v3 to v5 introduces a dependency conflict, as Astro 1.6.10 requires Vite 3.x. This major version mismatch can lead to build failures or runtime issues due to breaking changes.

Fix in Cursor Fix in Web

"vite-plugin-inspect": "^0.7.33"
},
"scripts": {
Expand Down
Loading
Loading