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: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# vite-plus preview build registry bridge (auto-added by vp)
registry=https://registry-bridge.viteplus.dev/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"stylelint-17": "npm:stylelint@^17.6.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.22",
"vite-plus": "^0.1.22",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.22"
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest": "catalog:"
Comment on lines +47 to +49

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

With the upgrade to Vite+ v0.2.x, the @voidzero-dev/vite-plus-test wrapper package has been removed, and vitest is now consumed directly and transitively via vite-plus.

If this project does not have direct vitest imports (i.e., you only run tests via vp test and do not import from vitest directly), you can completely remove vitest from devDependencies (Case A in the Vite+ migration guide).

    "vite": "catalog:",
    "vite-plus": "catalog"

},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}
Loading
Loading