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 @@ -14,7 +14,7 @@
"@stencil/core": "^2.2.0",
"@stencil/router": "^1.0.1",
"@easydata/core": "1.5.8",
"@easydata/ui": "1.5.8",
"@easydata/ui": "1.5.11",
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 (1.5.8) and @easydata/ui (1.5.11)

@easydata/ui is bumped to 1.5.11 while @easydata/core remains at 1.5.8. Every other project in this repository keeps these two sibling packages at the same version (all currently at 1.5.8 — see e.g. AspNetCore/React/AdvancedSearch/ClientApp/package.json:6-7, AspNetCore/Vue3/AdvancedSearch.Client/package.json:13-14, AspNetCore/Angular/AdvancedSearch/ClientApp/package.json:26-27). Since @easydata/ui likely depends on @easydata/core internally, running mismatched versions risks subtle runtime incompatibilities.

Suggested change
"@easydata/ui": "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",
"@easyquery/enterprise": "7.4.0"
Expand Down