Skip to content
Open
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 @@ -87,7 +87,7 @@
"ts-mixer": "^6.0.4",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-plugin-externalize-deps": "^0.10.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency upgrade looks good and brings several benefits. The update from 0.8.0 to 0.10.0 adds support for Vite v6 and v7, which improves compatibility with newer versions of the build tool. The change is minimal and follows semantic versioning, indicating backward compatibility. Since this is a development dependency used for build processes, the risk of breaking changes is low.

"vitest": "^1.4.0"
},
"dependencies": {
Expand Down