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 @@ -58,7 +58,7 @@
"rimraf": "^6.1.3",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vite-plus": "^0.1.19",
"vite-plus": "0.1.21-alpha.6",

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 PR description mentions bumping related packages and updating configuration fields like overrides or resolutions to version 0.1.21-alpha.6, but these changes are missing from the diff. Please verify if these should be included to ensure the entire ecosystem is correctly aligned with the new alpha version.

"vitest": "^4.1.5",
"vitest-image-snapshot": "^0.6.50"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"vite": "^8.0.3",
"vite-plus": "^0.1.19",
"vite-plus": "0.1.21-alpha.6",

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 expected updates for related packages mentioned in the PR description are missing from this file. Please ensure all intended dependencies are bumped to the alpha version to maintain consistency across the workspace.

"vitest": "^4.1.5",
"vitest-image-snapshot": "^0.6.50"
}
Expand Down
Loading