Skip to content

Commit 54bd214

Browse files
Bump react from 18.2.0 to 18.3.1 in /website (#3573)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) 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) --- updated-dependencies: - dependency-name: react 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 bb2a666 commit 54bd214

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
@@ -20,7 +20,7 @@
2020
"@mdx-js/react": "^3.0.0",
2121
"clsx": "^1.2.1",
2222
"docusaurus-plugin-sass": "^0.2.6",
23-
"react": "^18.2.0",
23+
"react": "^18.3.1",
2424
"react-dom": "^18.2.0",
2525
"react-player": "^2.16.0",
2626
"sass": "^1.58.3"

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7250,10 +7250,10 @@ [email protected], react-router@^5.3.4:
72507250
tiny-invariant "^1.0.2"
72517251
tiny-warning "^1.0.0"
72527252

7253-
react@^18.2.0:
7254-
version "18.2.0"
7255-
resolved "https://registry.npmjs.org/react/-/react-18.2.0.tgz"
7256-
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
7253+
react@^18.3.1:
7254+
version "18.3.1"
7255+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
7256+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
72577257
dependencies:
72587258
loose-envify "^1.1.0"
72597259

0 commit comments

Comments
 (0)