From 0514feb68d031280df670782db73edb71b5318bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 12:54:14 +0800 Subject: [PATCH] chore(deps): update dependency @types/react-dom to v17.0.11 (#323) 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 ea8fb2dd..0b157293 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.33", - "@types/react-dom": "17.0.10", + "@types/react-dom": "17.0.11", "compile-less-cli": "1.8.9", "husky": "7.0.2", "kkt": "6.11.0",