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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "^6.0.0",
"vite-plus": "0.1.22",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1588",

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

To ensure build reproducibility and prevent potential version mismatch issues, it is highly recommended to pin vite-plus to the exact same commit hash (5577b0154f33d1480a3c96347e94fa5d2094de2e) used for the @voidzero-dev/vite-plus-core and @voidzero-dev/vite-plus-prompts overrides in pnpm-workspace.yaml.

Using the PR number @1588 means that if new commits are pushed to the PR upstream, vite-plus will resolve to the latest commit while the overrides remain pinned to the older commit, which can lead to unexpected runtime errors or out-of-sync behaviors.

Suggested change
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1588",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@5577b0154f33d1480a3c96347e94fa5d2094de2e",

"vue-tsc": "~3.3.0"
},
"engines": {
Expand Down
Loading
Loading