Skip to content

Commit 3495215

Browse files
Dependency (dependabot/npm): Bump react-dom in /Website (#3119)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.1.0 to 19.1.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.1.1/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.1.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 0e4bc9b commit 3495215

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.1.1",
24-
"react-dom": "^19.1.0",
24+
"react-dom": "^19.1.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
@@ -7220,10 +7220,10 @@ [email protected]:
72207220
minimist "^1.2.0"
72217221
strip-json-comments "~2.0.1"
72227222

7223-
react-dom@^19.1.0:
7224-
version "19.1.0"
7225-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
7226-
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
7223+
react-dom@^19.1.1:
7224+
version "19.1.1"
7225+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.1.tgz#2daa9ff7f3ae384aeb30e76d5ee38c046dc89893"
7226+
integrity sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==
72277227
dependencies:
72287228
scheduler "^0.26.0"
72297229

0 commit comments

Comments
 (0)