From 256eb349468b5d38e4a69d8cc957eaaff4d39be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:00:09 +0000 Subject: [PATCH] chore(deps): Update dependency react-i18next to ^11.18.3 --- packages/brick-dll/package.json | 2 +- packages/brick-kit/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/brick-dll/package.json b/packages/brick-dll/package.json index 84386bc098..a3c604eaa4 100644 --- a/packages/brick-dll/package.json +++ b/packages/brick-dll/package.json @@ -40,7 +40,7 @@ "moment": "^2.29.4", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-i18next": "^11.18.1", + "react-i18next": "^11.18.3", "react-transition-group": "^4.4.2" }, "devDependencies": { diff --git a/packages/brick-kit/package.json b/packages/brick-kit/package.json index 256289e190..52cfa06a12 100644 --- a/packages/brick-kit/package.json +++ b/packages/brick-kit/package.json @@ -61,7 +61,7 @@ "moment": "^2.29.4", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-i18next": "^11.18.1" + "react-i18next": "^11.18.3" }, "peerDependencies": { "@ant-design/icons": "*", diff --git a/yarn.lock b/yarn.lock index f9b0ed35b8..fcc6616d02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13196,10 +13196,10 @@ react-error-boundary@^3.1.0: dependencies: "@babel/runtime" "^7.12.5" -react-i18next@^11.18.1: - version "11.18.1" - resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.1.tgz#ba86ed09069e129b8623a28f2b9a03d7f105ea6f" - integrity sha512-S8cl4mvIOSA7OQCE5jNy2yhv705Vwi+7PinpqKIYcBmX/trJtHKqrf6CL67WJSA8crr2JU+oxE9jn9DQIrQezg== +react-i18next@^11.18.3: + version "11.18.3" + resolved "https://registry.npmjs.org/react-i18next/-/react-i18next-11.18.3.tgz#50211810bcc9fdea2d70c8aefdfff5f1eb39a923" + integrity sha512-EttTX31HbqzZymUM3SIrMPuvamfSXFZVsDHm/ZAqoDfTLjhzlwyxqfbDNxcKNAGOi2mjZaXfR7hSNMlvLNpB/g== dependencies: "@babel/runtime" "^7.14.5" html-parse-stringify "^3.0.1"