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 AspNetCore/Stencil/AdvancedSearch/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@stencil/core": "^2.2.0",
"@stencil/router": "^1.0.1",
"@easydata/core": "1.5.8",
"@easydata/core": "1.5.11",
"@easydata/ui": "1.5.8",
Comment on lines +16 to 17

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Version mismatch between @easydata/core and @easydata/ui sibling packages

@easydata/core was bumped from 1.5.8 to 1.5.11, but @easydata/ui remains at 1.5.8. Every other project in this repository keeps these two sibling packages at the same version (e.g., AspNetCore/React/AdvancedSearch/ClientApp/package.json:6-7, AspNetCore/Vue3/AdvancedSearch.Client/package.json:13-14, etc. — all use 1.5.8 for both). @easydata/ui depends on @easydata/core, and using mismatched versions can lead to runtime incompatibilities or subtle bugs.

Suggested change
"@easydata/core": "1.5.11",
"@easydata/ui": "1.5.8",
"@easydata/core": "1.5.11",
"@easydata/ui": "1.5.11",
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"@easyquery/core": "7.4.0",
"@easyquery/ui": "7.4.0",
Expand Down