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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"playwright": "1.60.0",
"simple-git-hooks": "2.13.1",
"typescript": "6.0.3",
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.22",
"vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856",
"vite-plugin-svgr": "5.2.0",
"vite-plus": "catalog:",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.22",
"vitest": "4.1.9",
Comment on lines +81 to +84

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 both vite and vitest are defined in the catalog in pnpm-workspace.yaml with the exact same versions/URLs, you can use the catalog: protocol here to keep dependency management centralized and avoid duplication.

Suggested change
"vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856",
"vite-plugin-svgr": "5.2.0",
"vite-plus": "catalog:",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.22",
"vitest": "4.1.9",
"vite": "catalog:",
"vite-plugin-svgr": "5.2.0",
"vite-plus": "catalog:",
"vitest": "catalog:",

"vitest-browser-react": "2.2.0"
},
"simple-git-hooks": {
Expand Down
Loading
Loading