Skip to content

Commit 988488f

Browse files
Bump react & react-dom from 19.2.1 to 19.2.3 in /website (#4012)
* Bump react from 19.2.1 to 19.2.3 in /website Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.1 to 19.2.3. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump `react-dom` to 19.2.3 (was 19.2.1) * re-add `react-loadable` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
1 parent 5e0c260 commit 988488f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/react": "^19.2.7",
2525
"clsx": "^2.1.1",
2626
"docusaurus-plugin-sass": "^0.2.6",
27-
"react": "^19.2.1",
28-
"react-dom": "^19.2.1",
27+
"react": "^19.2.3",
28+
"react-dom": "^19.2.3",
2929
"react-loadable": "^5.5.0",
3030
"react-player": "^2.16.1",
3131
"sass": "^1.96.0",

website/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7818,7 +7818,7 @@ rc@1.2.8:
78187818
minimist "^1.2.0"
78197819
strip-json-comments "~2.0.1"
78207820

7821-
react-dom@^19.2.1:
7821+
react-dom@^19.2.3:
78227822
version "19.2.3"
78237823
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.3.tgz#f0b61d7e5c4a86773889fcc1853af3ed5f215b17"
78247824
integrity sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==
@@ -7911,7 +7911,7 @@ react-router@5.3.4, react-router@^5.3.4:
79117911
tiny-invariant "^1.0.2"
79127912
tiny-warning "^1.0.0"
79137913

7914-
react@^19.2.1:
7914+
react@^19.2.3:
79157915
version "19.2.3"
79167916
resolved "https://registry.yarnpkg.com/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
79177917
integrity sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==

0 commit comments

Comments
 (0)