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 @@ -6,7 +6,7 @@
"@easydata/core": "1.5.8",
"@easydata/ui": "1.5.8",
"@easyquery/core": "7.4.0",
"@easyquery/ui": "7.4.0",
"@easyquery/ui": "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.

🟡 Version mismatch among @easyquery/ packages*

Only @easyquery/ui is bumped to 7.4.1 while @easyquery/core and @easyquery/enterprise remain at 7.4.0. Every other project in this repository (Angular, Vue2, Vue3, Stencil, Razor — see e.g. AspNetCore/Angular/AdvancedSearch/ClientApp/package.json) keeps all @easyquery/* packages at the same version (7.4.0). These packages are tightly coupled (the UI package depends on core), so a version skew could cause subtle runtime incompatibilities if @easyquery/ui@7.4.1 relies on changes that are only present in @easyquery/core@7.4.1.

Prompt for agents
The @easyquery/ui package was bumped to 7.4.1 while @easyquery/core (line 8) and @easyquery/enterprise (line 10) remain at 7.4.0 in AspNetCore/React/AdvancedSearch/ClientApp/package.json. All other sample projects in the repo keep these three packages at the same version. Either bump all three @easyquery packages to 7.4.1 together, or revert @easyquery/ui back to 7.4.0 to maintain consistency. If this is intentional (e.g. to pick up a UI-only bugfix), confirm that @easyquery/ui@7.4.1 is compatible with @easyquery/core@7.4.0 and consider updating the other sample projects as well.
Open in Devin Review

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

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