Skip to content
Draft
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 npm/vscode-vize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@typescript/native-preview": "7.0.0-dev.20260421.1",
"@vscode/vsce": "3.9.1",
"typescript": "6.0.3",
"vite-plus": "0.1.19"
"vite-plus": "0.1.21-alpha.7"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Since vite-plus is already defined in the vite-stack catalog within pnpm-workspace.yaml, it is recommended to use the catalog reference here instead of a hardcoded version. This ensures that the version is managed in a single place across the entire workspace, maintaining consistency and simplifying future updates.

Suggested change
"vite-plus": "0.1.21-alpha.7"
"vite-plus": "catalog:vite-stack"

},
"contributes": {
"languages": [
Expand Down
Loading
Loading