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 @@ -106,7 +106,7 @@
"validate-npm-package-name": "7.0.2",
"virtua": "0.48.8",
"vite-plugin-pwa": "1.2.0",
"vite-plus": "0.1.16",
"vite-plus": "0.1.18-alpha.0",
"vue": "3.5.30",
"vue-data-ui": "3.17.13"
},
Expand Down Expand Up @@ -140,7 +140,7 @@
"storybook-i18n": "catalog:storybook",
"typescript": "6.0.2",
"unplugin-vue-markdown": "30.0.0",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.16",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.18-alpha.0",
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

The upgrade to vite-plus@0.1.18-alpha.0 (aliased as vitest) introduces a peer dependency requirement for @vitest/ui, @vitest/coverage-v8, and @vitest/coverage-istanbul at version 4.1.4, as indicated in the pnpm-lock.yaml package metadata (lines 5352-5354). However, the project is currently resolving these to version 4.1.2 (e.g., pnpm-lock.yaml line 277). To ensure full compatibility with this alpha release and avoid potential peer dependency warnings or runtime inconsistencies, consider updating these related packages to version 4.1.4 in the workspace.

"vue-i18n-extract": "2.0.7",
"vue-tsc": "3.2.6"
},
Expand Down
Loading
Loading