Skip to content

Commit 5febcb8

Browse files
Bump react & react-dom from 19.1.0 to 19.1.1 in /website (#3806)
* Bump react from 19.1.0 to 19.1.1 in /website Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) 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) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump `react-dom` to 19.1.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 5ff5a6a commit 5febcb8

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.0",
2121
"clsx": "^2.1.1",
2222
"docusaurus-plugin-sass": "^0.2.6",
23-
"react": "^19.1.0",
24-
"react-dom": "^19.1.0",
23+
"react": "^19.1.1",
24+
"react-dom": "^19.1.1",
2525
"react-player": "^2.16.1",
2626
"sass": "^1.91.0"
2727
},

website/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7895,10 +7895,10 @@ [email protected]:
78957895
minimist "^1.2.0"
78967896
strip-json-comments "~2.0.1"
78977897

7898-
react-dom@^19.1.0:
7899-
version "19.1.0"
7900-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
7901-
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
7898+
react-dom@^19.1.1:
7899+
version "19.1.1"
7900+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.1.tgz#2daa9ff7f3ae384aeb30e76d5ee38c046dc89893"
7901+
integrity sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==
79027902
dependencies:
79037903
scheduler "^0.26.0"
79047904

@@ -7988,10 +7988,10 @@ [email protected], react-router@^5.3.4:
79887988
tiny-invariant "^1.0.2"
79897989
tiny-warning "^1.0.0"
79907990

7991-
react@^19.1.0:
7992-
version "19.1.0"
7993-
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
7994-
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
7991+
react@^19.1.1:
7992+
version "19.1.1"
7993+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
7994+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
79957995

79967996
readable-stream@^2.0.1:
79977997
version "2.3.8"

0 commit comments

Comments
 (0)