From 2d76713ec9e2bc82c5071cfe1c259fb2a8e0c6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 07:02:58 +0000 Subject: [PATCH] Bump react from 16.14.0 to 18.2.0 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 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 3b742f1..fd12ce9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "next": "^12.0.4", "nookies": "^2.0.8", "nprogress": "^0.2.0", - "react": "^16.14.0", + "react": "^18.2.0", "react-dom": "^18.2.0", "react-stripe-checkout": "^2.6.3", "semantic-ui-react": "^2.0.4",