From 801a068ae8a0c835e0899194c0781825de1ec4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 07:01:38 +0000 Subject: [PATCH] Bump react from 18.0.0 to 18.1.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.0.0 to 18.1.0. - [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.1.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ebfc093..74913d4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "file-saver": "^2.0.5", "moment": "^2.29.2", - "react": "^18.0.0", + "react": "^18.1.0", "react-dom": "^18.0.0", "react-router-dom": "^6.2.1" }, diff --git a/yarn.lock b/yarn.lock index 74fa32c..3cec86e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6882,10 +6882,10 @@ react-scripts@^5.0.0: optionalDependencies: fsevents "^2.3.2" -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== +react@^18.1.0: + version "18.1.0" + resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890" + integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ== dependencies: loose-envify "^1.1.0"