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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "node lint-fix.js"
},
"dependencies": {
"@copilotkit/react-core": "1.5.18",
"@copilotkit/react-core": "1.8.9",

Choose a reason for hiding this comment

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

critical

This PR upgrades @copilotkit/react-core from 1.5.18 to 1.8.9, which is a substantial update.

However, the related package @copilotkit/react-ui (on line 15) remains at version 1.5.18. These two packages are typically versioned in tandem. For instance, the release notes for @copilotkit/react-core@1.8.9 indicate that @copilotkit/react-ui@1.8.9 is the corresponding version.

Using mismatched versions like this can lead to compatibility issues, runtime errors, or unexpected behavior. Could you please also upgrade @copilotkit/react-ui to version 1.8.9 to ensure compatibility with the new @copilotkit/react-core version?

"@copilotkit/react-ui": "1.5.18",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
Expand Down