From 38b4672fb23b7d6f6885932bb18a4ce0236cff44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 07:01:13 +0000 Subject: [PATCH] chore(deps): bump react from 17.0.2 to 18.2.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.2 to 18.2.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.2.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 739ab3dbc4..149b5ba2c1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "pouchdb-authentication": "~1.1.3", "pouchdb-find": "~7.2.1", "pouchdb-quick-search": "~1.3.0", - "react": "~17.0.1", + "react": "~18.2.0", "react-bootstrap": "~1.6.0", "react-bootstrap-typeahead": "~5.2.0", "react-dom": "~16.13.0",