Skip to content

Conversation

@yogeshchoudhary147
Copy link
Contributor

Summary

Updates all React dependencies to version 19.2.3 to resolve peer dependency conflicts.

Changes

  • Bump react from 19.1.2 to 19.2.3
  • Bump react-dom from 19.1.2 to 19.2.3
  • Bump @types/react from 19.1.8 to 19.2.7
  • Bump @types/react-dom from 19.1.6 to 19.2.3

Why

The three separate Dependabot PRs (#927, #926, #890) had circular dependencies:

  • @types/react-dom@19.2.3 requires @types/react@^19.2.0
  • react-dom@19.2.3 requires exact match with react@19.2.3

Updating all packages together resolves these conflicts.

Closes

Testing

  • Unit tests pass
  • Build succeeds

- Bump react from 19.1.2 to 19.2.3
- Bump react-dom from 19.1.2 to 19.2.3
- Bump @types/react from 19.1.8 to 19.2.7
- Bump @types/react-dom from 19.1.6 to 19.2.3

This resolves peer dependency conflicts between react, react-dom and their type definitions.
@yogeshchoudhary147 yogeshchoudhary147 requested a review from a team as a code owner December 18, 2025 11:12
@yogeshchoudhary147 yogeshchoudhary147 merged commit 593cb49 into main Dec 18, 2025
12 of 13 checks passed
@yogeshchoudhary147 yogeshchoudhary147 deleted the chore/update-react-19.2.3 branch December 18, 2025 12:54
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