Skip to content

Conversation

@lukaszzazulak
Copy link
Contributor

@lukaszzazulak lukaszzazulak commented Jan 21, 2026

In order to solve this #10678 we need to update dependencies, to be able to run npm ci

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates React dependency version constraints to resolve installation issues identified in #10678. The changes restrict the maximum allowed React version from 20 to 19.

Changes:

  • Updated React and ReactDOM version constraints to exclude React 20

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

package.json Outdated
"randexp": "^0.5.3",
"randombytes": "^2.1.0",
"react": ">=16.8.0 <20",
"react": ">=16.8.0 <19",
Copy link
Contributor

Choose a reason for hiding this comment

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

We can't drop support for React 19. Does running npm i on the dependabot branch not update package-lock to solve the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants