Commit 593cb49
authored
chore(deps): update React dependencies to 19.2.3 (#956)
## 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/[email protected]` requires `@types/react@^19.2.0`
- `[email protected]` requires exact match with `[email protected]`
Updating all packages together resolves these conflicts.
## Closes
- Closes #927
- Closes #926
- Closes #890
## Testing
- [x] Unit tests pass
- [x] Build succeeds1 parent d40b83a commit 593cb49
2 files changed
+32
-37
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments