From c03796932c9d52558c732ecc277436e328590566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 17:02:46 +0000 Subject: [PATCH] npm: bump react-i18next from 11.18.6 to 12.0.0 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.18.6 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.6...v12.0.0) --- updated-dependencies: - dependency-name: react-i18next dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 7dfd664a..b13a6314 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-i18next": "^11.8.13", + "react-i18next": "^12.0.0", "rollup": "^2.49.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.0", @@ -80,7 +80,7 @@ "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-i18next": "^11.8.13" + "react-i18next": "^12.0.0" }, "dependencies": { "@date-io/date-fns": "^1.3.13", diff --git a/yarn.lock b/yarn.lock index 6a08d2b9..f7659d19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5538,10 +5538,10 @@ react-dom@^17.0.1: object-assign "^4.1.1" scheduler "^0.20.2" -react-i18next@^11.8.13: - version "11.18.6" - resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.18.6.tgz#e159c2960c718c1314f1e8fcaa282d1c8b167887" - integrity sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA== +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"