From ab88a4c163c4d19c3ff7d81adee941446aeb74b4 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Sun, 23 Oct 2022 09:06:40 +0000 Subject: [PATCH] Bump react-i18next from 11.18.3 to 12.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.3 to 12.0.0. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.18.3...v12.0.0) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c0cdd90..77623e1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "obv": "0.0.1", "prop-types": "^15.8.1", "react": "17.0.2", - "react-i18next": "^11.18.3", + "react-i18next": "^12.0.0", "react-native": "0.67.4", "react-native-calendars": "^1.1287.0", "react-native-document-picker": "^8.1.1", diff --git a/yarn.lock b/yarn.lock index ed9e572..4330e66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6782,10 +6782,10 @@ react-devtools-core@4.19.1: shell-quote "^1.6.1" ws "^7" -react-i18next@^11.18.3: - version "11.18.3" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.3.tgz#50211810bcc9fdea2d70c8aefdfff5f1eb39a923" - integrity sha512-EttTX31HbqzZymUM3SIrMPuvamfSXFZVsDHm/ZAqoDfTLjhzlwyxqfbDNxcKNAGOi2mjZaXfR7hSNMlvLNpB/g== +react-i18next@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-12.0.0.tgz#634015a2c035779c5736ae4c2e5c34c1659753b1" + integrity sha512-/O7N6aIEAl1FaWZBNvhdIo9itvF/MO/nRKr9pYqRc9LhuC1u21SlfwpiYQqvaeNSEW3g3qUXLREOWMt+gxrWbg== dependencies: "@babel/runtime" "^7.14.5" html-parse-stringify "^3.0.1"