Skip to content
Open
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
31 changes: 12 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@element-plus/icons-vue": "^2.3.1",

Copilot AI Nov 8, 2025

Copy link

Choose a reason for hiding this comment

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

The @element-plus/icons-vue version should be updated to ^2.3.2 to match the peer dependency requirement of element-plus 2.11.5. The package-lock.json shows element-plus 2.11.5 depends on @element-plus/icons-vue ^2.3.2, but package.json still specifies ^2.3.1. While the caret range will resolve correctly during installation, it's best practice to align the version in package.json with the peer dependency requirements.

Suggested change
"@element-plus/icons-vue": "^2.3.1",
"@element-plus/icons-vue": "^2.3.2",

Copilot uses AI. Check for mistakes.
"@types/file-saver": "^2.0.7",
"doodle.css": "^0.0.2",
"element-plus": "^2.11.4",
"element-plus": "^2.11.5",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The upgrade of element-plus to 2.11.5 also brings in @element-plus/icons-vue version 2.3.2 as a transitive dependency (as seen in package-lock.json). To maintain consistency and clarity in your project's direct dependencies, it's recommended to also update the @element-plus/icons-vue dependency in this file to ^2.3.2.

"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"paper-css": "^0.4.1",
Expand Down
Loading