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/React/AdvancedSearch/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@easydata/core": "1.5.8",
"@easydata/ui": "1.5.8",
"@easyquery/core": "7.4.0",
"@easyquery/core": "7.4.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Inconsistent @easyquery package versions: core bumped to 7.4.1 while ui and enterprise remain at 7.4.0

@easyquery/core is bumped to 7.4.1 but @easyquery/ui (line 9) and @easyquery/enterprise (line 10) remain pinned at 7.4.0. All other sample projects in the repo (Angular at AspNetCore/Angular/AdvancedSearch/ClientApp/package.json, Vue2 at AspNetCore/Vue2/AdvancedSearch/ClientApp/package.json) keep these three @easyquery/* packages at the same version. These packages are from the same product suite and are typically expected to be version-aligned. This partial bump is likely an oversight and could cause peer-dependency warnings or subtle runtime incompatibilities.

Suggested change
"@easyquery/core": "7.4.1",
"@easyquery/core": "7.4.1",
"@easyquery/ui": "7.4.1",
"@easyquery/enterprise": "7.4.1",
Open in Devin Review

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

"@easyquery/ui": "7.4.0",
"@easyquery/enterprise": "7.4.0",
"bootstrap": "^4.3.1",
Expand Down