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
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,14 @@
"devDependencies": {
"@vitest/coverage-v8": "4.1.5",
"release-it": "20.0.1",
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.16",
"vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1703",
"vite-plugin-dts": "4.5.4",
"vite-plus": "0.1.19",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1703",
"vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1703",
Comment on lines +51 to +54

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

There is an inconsistency between the dependency versions specified in package.json (which use the PR number @1703) and the overrides defined in pnpm-workspace.yaml (which use the specific commit hash @d0b407c85b560c2470395176c9f1c838b5ca8af8). To prevent potential resolution conflicts or duplicate package installations, it is recommended to align both files to use the same immutable commit hash.

Suggested change
"vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1703",
"vite-plugin-dts": "4.5.4",
"vite-plus": "0.1.19",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1703",
"vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1703",
"vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@d0b407c85b560c2470395176c9f1c838b5ca8af8",
"vite-plugin-dts": "4.5.4",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@d0b407c85b560c2470395176c9f1c838b5ca8af8",
"vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@d0b407c85b560c2470395176c9f1c838b5ca8af8",

"webdriverio": "9.27.0"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.16",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16"
}
}
"packageManager": "pnpm@10.33.0"
}
Loading
Loading