From b1e65ce114c7624e456e8af1ca155cb301eb0959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 07:58:32 -0700 Subject: [PATCH] Bump react from 17.0.2 to 18.0.0 (#1306) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3ce3b4a5..2932c9ed 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@mdx-js/react": "^1.6.21", "by-node-env": "^2.0.1", "clsx": "^1.1.1", - "react": "^17.0.2", + "react": "^18.0.0", "react-dom": "^17.0.2" }, "resolutions": {}, diff --git a/yarn.lock b/yarn.lock index 42174cd4..dc77a0dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7193,13 +7193,12 @@ react-textarea-autosize@^8.3.2: use-composed-ref "^1.0.0" use-latest "^1.0.0" -react@^17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== +react@^18.0.0: + version "18.0.0" + resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96" + integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A== dependencies: loose-envify "^1.1.0" - object-assign "^4.1.1" read-pkg-up@^6.0.0: version "6.0.0"