From c0bc4d753a4f5914a74b0fdeb5e47e1595d849f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:11:17 +0000 Subject: [PATCH] Update @types/react requirement from ^18.2.18 to ^18.2.21 in /src (#635) --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 77b47d9a..32ebc946 100644 --- a/src/package.json +++ b/src/package.json @@ -26,7 +26,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", - "@types/react": "^18.2.18", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@originjs/vite-plugin-federation": "^1.2.3", "@rollup/plugin-babel": "^6.0.3",