From 332eeada4fee89a61d86a90ab683b0952ef89ea4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:36:08 +0800 Subject: [PATCH] chore(deps): update dependency @types/react-dom to v17.0.10 (#313) Co-authored-by: Renovate Bot --- example/react-component-tsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index aa0f9488..b7eae429 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -44,7 +44,7 @@ "@kkt/scope-plugin-options": "6.11.0", "@tsbb/babel-preset-tsbb": "1.14.2", "@types/react": "17.0.29", - "@types/react-dom": "17.0.9", + "@types/react-dom": "17.0.10", "compile-less-cli": "1.8.9", "husky": "7.0.2", "kkt": "6.11.0",