From 7e3179db705cde0ba1a72eb4f9290cabc2ad73fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Oct 2021 15:12:04 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v17.0.30 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 02aad7459..ab1c66b69 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -5039,9 +5039,9 @@ } }, "@types/react": { - "version": "17.0.29", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.29.tgz", - "integrity": "sha512-HSenIfBEBZ70BLrrVhtEtHpqaP79waauPtA8XKlczTxL3hXrW/ElGNLTpD1TmqkykgGlOAK55+D3SmUHEirpFw==", + "version": "17.0.30", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.30.tgz", + "integrity": "sha512-3Dt/A8gd3TCXi2aRe84y7cK1K8G+N9CZRDG8kDGguOKa0kf/ZkSwTmVIDPsm/KbQOVMaDJXwhBtuOXxqwdpWVg==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/ui/package.json b/ui/package.json index 11e8e5ed6..96a26b85c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -72,7 +72,7 @@ "@types/node": "14.17.26", "@types/promise-retry": "1.1.3", "@types/qs": "6.9.7", - "@types/react": "17.0.29", + "@types/react": "17.0.30", "@types/react-dom": "17.0.9", "@types/react-js-pagination": "3.0.4", "@types/react-select": "4.0.18",