Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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 packages/sdks/output/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"isolated-vm": "^6.0.0"
},
"devDependencies": {
"@builder.io/qwik": "^1.5.1",
"@builder.io/qwik": "^1.17.1",
Copy link

Choose a reason for hiding this comment

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

Bug: Peer Dependency Mismatch After Qwik Upgrade

Upgrading @builder.io/qwik to ^1.17.1 introduces a peer dependency conflict. Qwik 1.17.x requires vite: ">=5 <8" but the package still specifies vite: "^4.5.11". This mismatch will cause peer dependency warnings or errors during installation and may lead to runtime incompatibilities.

Fix in Cursor Fix in Web

"@builder.io/sdks": "workspace:*",
"@types/node": "latest",
"typescript": "5.5.2",
Expand Down
Loading
Loading