Skip to content

Commit

Permalink
fix(deps): update i18n dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and buberdds committed Oct 24, 2022
1 parent 7dcd86c commit 33c273e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -67,15 +67,15 @@
"copy-to-clipboard": "3.3.2",
"grommet": "2.27.0",
"grommet-icons": "4.8.0",
"i18next": "21.10.0",
"i18next": "22.0.2",
"i18next-browser-languagedetector": "6.1.8",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-app-polyfill": "3.0.0",
"react-data-table-component": "6.11.8",
"react-dom": "18.2.0",
"react-helmet-async": "1.3.0",
"react-i18next": "11.18.6",
"react-i18next": "12.0.0",
"react-redux": "7.2.9",
"react-router-dom": "6.4.2",
"react-test-renderer": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/react-i18next.d.ts
@@ -1,10 +1,10 @@
import 'react-i18next'
import 'i18next'
import en from './en/translation.json'

// Enable intellisense of translation keys
// Note: this may slow down compilation. If performance gets too bad, remove it.
// https://react.i18next.com/latest/typescript#create-a-declaration-file
declare module 'react-i18next' {
declare module 'i18next' {
interface CustomTypeOptions {
resources: {
translation: typeof en
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -7367,10 +7367,10 @@ i18next@*:
dependencies:
"@babel/runtime" "^7.12.0"

i18next@21.10.0:
version "21.10.0"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.10.0.tgz#85429af55fdca4858345d0e16b584ec29520197d"
integrity sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==
i18next@22.0.2:
version "22.0.2"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.0.2.tgz#04634aa751388625735cdb41f625a6b0dd1dcb2f"
integrity sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ==
dependencies:
"@babel/runtime" "^7.17.2"

Expand Down Expand Up @@ -10745,10 +10745,10 @@ react-helmet-async@1.3.0:
react-fast-compare "^3.2.0"
shallowequal "^1.1.0"

react-i18next@11.18.6:
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"
Expand Down

0 comments on commit 33c273e

Please sign in to comment.