Skip to content

Commit 194f041

Browse files
Bump react & react-dom from 19.2.0 to 19.2.1 in /website (#3997)
* Bump react from 19.2.0 to 19.2.1 in /website Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.0 to 19.2.1. - [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.1/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump `react-dom` to 19.2.1 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 8f11ae4 commit 194f041

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@mdx-js/react": "^3.1.1",
2121
"clsx": "^2.1.1",
2222
"docusaurus-plugin-sass": "^0.2.6",
23-
"react": "^19.2.0",
24-
"react-dom": "^19.2.0",
23+
"react": "^19.2.1",
24+
"react-dom": "^19.2.1",
2525
"react-player": "^2.16.1",
2626
"sass": "^1.95.0"
2727
},

website/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8033,10 +8033,10 @@ [email protected]:
80338033
minimist "^1.2.0"
80348034
strip-json-comments "~2.0.1"
80358035

8036-
react-dom@^19.2.0:
8037-
version "19.2.0"
8038-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
8039-
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
8036+
react-dom@^19.2.1:
8037+
version "19.2.1"
8038+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
8039+
integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
80408040
dependencies:
80418041
scheduler "^0.27.0"
80428042

@@ -8126,10 +8126,10 @@ [email protected], react-router@^5.3.4:
81268126
tiny-invariant "^1.0.2"
81278127
tiny-warning "^1.0.0"
81288128

8129-
react@^19.2.0:
8130-
version "19.2.0"
8131-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
8132-
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
8129+
react@^19.2.1:
8130+
version "19.2.1"
8131+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
8132+
integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
81338133

81348134
readable-stream@^2.0.1:
81358135
version "2.3.8"

0 commit comments

Comments
 (0)