From 80773aca0b0ee8f344ef2319197cab1f79023462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 22:02:57 +0000 Subject: [PATCH] fix(deps): update dependency @types/react-dom to v17.0.1 (#2765) Co-authored-by: Renovate Bot --- 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 275f8c22a..e846b32ff 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4533,9 +4533,9 @@ } }, "@types/react-dom": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.0.tgz", - "integrity": "sha512-lUqY7OlkF/RbNtD5nIq7ot8NquXrdFrjSOR6+w9a9RFQevGi1oZO1dcJbXMeONAPKtZ2UrZOEJ5UOCVsxbLk/g==", + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.1.tgz", + "integrity": "sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==", "requires": { "@types/react": "*" } diff --git a/ui/package.json b/ui/package.json index 7ed2b5bdf..f2ef27ed1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -29,7 +29,7 @@ "@types/qs": "6.9.5", "@types/react": "17.0.2", "@types/react-autosuggest": "10.1.1", - "@types/react-dom": "17.0.0", + "@types/react-dom": "17.0.1", "@types/react-js-pagination": "3.0.3", "@types/react-select": "4.0.13", "@typescript-eslint/eslint-plugin": "4.15.0",