From 329523bd9cd08c88332b8dcc7646c9f8417af257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 04:04:24 +0000 Subject: [PATCH] Bump @types/react from 18.2.18 to 18.2.21 in /client/web/antrea-ui Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.18 to 18.2.21. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/web/antrea-ui/package.json | 2 +- client/web/antrea-ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/web/antrea-ui/package.json b/client/web/antrea-ui/package.json index 44c462aa..afd1beeb 100644 --- a/client/web/antrea-ui/package.json +++ b/client/web/antrea-ui/package.json @@ -15,7 +15,7 @@ "@types/d3-graphviz": "^2.6.7", "@types/echarts": "^4.9.16", "@types/node": "^20.5.0", - "@types/react": "^18.2.0", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.0.4", "axios": "^1.5.0", diff --git a/client/web/antrea-ui/yarn.lock b/client/web/antrea-ui/yarn.lock index 82bbd8c7..899d55a8 100644 --- a/client/web/antrea-ui/yarn.lock +++ b/client/web/antrea-ui/yarn.lock @@ -917,10 +917,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.2.0": - version "18.2.18" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.18.tgz#c8b233919eef1bdc294f6f34b37f9727ad677516" - integrity sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ== +"@types/react@*", "@types/react@^18.2.21": + version "18.2.21" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9" + integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"