From d53e115ef9aba3080bd890ebda54365d8cebb66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:04:28 +0000 Subject: [PATCH] build(deps): 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 933a283..7b1ee17 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "pouchdb-adapter-idb": "7.3.0", "pouchdb-adapter-memory": "7.3.0", "pouchdb-adapter-websql": "7.0.0", - "react": "18.0.0", + "react": "18.1.0", "react-bootstrap": "2.3.0", "react-bootstrap-table-next": "4.0.3", "react-bootstrap-table2-paginator": "2.1.2", diff --git a/yarn.lock b/yarn.lock index 400976a..6346fcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9605,10 +9605,10 @@ react-transition-group@^4.2.0, react-transition-group@^4.4.2: loose-envify "^1.4.0" prop-types "^15.6.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"