From 6fd5a31b819ccb34ab0ca238a3660465eff32004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 11:11:09 +0000 Subject: [PATCH] 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 cf83982..3f8c52e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@umijs/preset-react": "^1.7.8", "antd": "^4.6.6", "jquery": "^3.5.1", - "react": "^17.0.1", + "react": "^18.2.0", "react-dom": "^17.0.1", "react-intl": "^5.8.3", "umi": "^3.3.3",