Skip to content

Commit 7cc5c01

Browse files
Dependency (dependabot/npm): Bump react-dom in /Website (#3264)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) 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-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d359037 commit 7cc5c01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clsx": "^2.0.0",
2222
"prism-react-renderer": "^2.4.1",
2323
"react": "^19.2.1",
24-
"react-dom": "^19.2.0",
24+
"react-dom": "^19.2.1",
2525
"react-image-gallery": "^1.4.0"
2626
},
2727
"devDependencies": {

Website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7374,10 +7374,10 @@ [email protected]:
73747374
minimist "^1.2.0"
73757375
strip-json-comments "~2.0.1"
73767376

7377-
react-dom@^19.2.0:
7378-
version "19.2.0"
7379-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
7380-
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
7377+
react-dom@^19.2.1:
7378+
version "19.2.1"
7379+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
7380+
integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
73817381
dependencies:
73827382
scheduler "^0.27.0"
73837383

0 commit comments

Comments
 (0)