From 9f9ed6bb55da7e847db78585f637f4b82a3dd9d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 01:25:07 +0800 Subject: [PATCH] fix(deps): update dependency uiw to ~4.21.0 (#354) --- example/rematch-tsx/package.json | 2 +- example/uiw/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/rematch-tsx/package.json b/example/rematch-tsx/package.json index c7507d26..723f8d7b 100644 --- a/example/rematch-tsx/package.json +++ b/example/rematch-tsx/package.json @@ -22,7 +22,7 @@ "react-dynamic-loadable": "~3.0.0", "react-redux": "~7.2.8", "react-router-dom": "~6.3.0", - "uiw": "~4.10.2" + "uiw": "~4.21.0" }, "devDependencies": { "@kkt/less-modules": "7.1.2", diff --git a/example/uiw/package.json b/example/uiw/package.json index 98a4d2f4..91b8dbb1 100644 --- a/example/uiw/package.json +++ b/example/uiw/package.json @@ -18,7 +18,7 @@ "dependencies": { "react": "~18.1.0", "react-dom": "~18.1.0", - "uiw": "~4.10.2" + "uiw": "~4.21.0" }, "devDependencies": { "kkt": "7.1.7"