Skip to content

Commit b34a582

Browse files
Bump react-dom from 18.2.0 to 18.3.1 in /website (#3587)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.2.0 to 18.3.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/v18.3.1/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4dc384e commit b34a582

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.1.1",
2222
"docusaurus-plugin-sass": "^0.2.6",
2323
"react": "^18.3.1",
24-
"react-dom": "^18.2.0",
24+
"react-dom": "^18.3.1",
2525
"react-player": "^2.16.0",
2626
"sass": "^1.58.3"
2727
},

website/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9728,13 +9728,13 @@ react-dev-utils@^12.0.1:
97289728
strip-ansi "^6.0.1"
97299729
text-table "^0.2.0"
97309730

9731-
react-dom@^18.2.0:
9732-
version "18.2.0"
9733-
resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz"
9734-
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
9731+
react-dom@^18.3.1:
9732+
version "18.3.1"
9733+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
9734+
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
97359735
dependencies:
97369736
loose-envify "^1.1.0"
9737-
scheduler "^0.23.0"
9737+
scheduler "^0.23.2"
97389738

97399739
react-error-overlay@^6.0.11:
97409740
version "6.0.11"
@@ -10201,10 +10201,10 @@ sax@^1.2.4:
1020110201
resolved "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz"
1020210202
integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==
1020310203

10204-
scheduler@^0.23.0:
10205-
version "0.23.0"
10206-
resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz"
10207-
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
10204+
scheduler@^0.23.2:
10205+
version "0.23.2"
10206+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
10207+
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
1020810208
dependencies:
1020910209
loose-envify "^1.1.0"
1021010210

0 commit comments

Comments
 (0)