Skip to content

Commit 593cb49

Browse files
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 succeeds
1 parent d40b83a commit 593cb49

File tree

2 files changed

+32
-37
lines changed

2 files changed

+32
-37
lines changed

package-lock.json

Lines changed: 28 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@testing-library/jest-dom": "6.8.0",
5959
"@testing-library/react": "16.3.0",
6060
"@types/jest": "^29.5.14",
61-
"@types/react": "19.1.8",
62-
"@types/react-dom": "19.1.6",
61+
"@types/react": "19.2.7",
62+
"@types/react-dom": "19.2.3",
6363
"@typescript-eslint/eslint-plugin": "^8.36.0",
6464
"@typescript-eslint/parser": "^8.36.0",
6565
"browserstack-cypress-cli": "^1.19.1",
@@ -74,8 +74,8 @@
7474
"oidc-provider": "^8.8.1",
7575
"prettier": "^2.8.1",
7676
"pretty-quick": "^3.1.3",
77-
"react": "19.1.2",
78-
"react-dom": "19.1.2",
77+
"react": "19.2.3",
78+
"react-dom": "19.2.3",
7979
"rollup": "^3.7.0",
8080
"rollup-plugin-analyzer": "^4.0.0",
8181
"rollup-plugin-delete": "^2.0.0",

0 commit comments

Comments
 (0)