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"