Skip to content

Commit

Permalink
Merge pull request #1106 from oasisprotocol/renovate/major-i18n-depen…
Browse files Browse the repository at this point in the history
…dencies

fix(deps): update dependency i18next-browser-languagedetector to v7
  • Loading branch information
buberdds committed Oct 27, 2022
2 parents 6273791 + a190e3f commit e202227
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"grommet": "2.27.0",
"grommet-icons": "4.8.0",
"i18next": "22.0.2",
"i18next-browser-languagedetector": "6.1.8",
"i18next-browser-languagedetector": "7.0.0",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-app-polyfill": "3.0.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.15.4", "@babel/runtime@^7.17.2", "@babel/runtime@^7.19.0":
"@babel/runtime@^7.15.4", "@babel/runtime@^7.17.2":
version "7.19.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.0.tgz#22b11c037b094d27a8a2504ea4dcff00f50e2259"
integrity sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==
Expand All @@ -1639,6 +1639,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.19.4":
version "7.19.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.4.tgz#a42f814502ee467d55b38dd1c256f53a7b885c78"
integrity sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/template@^7.12.13":
version "7.12.13"
resolved "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz"
Expand Down Expand Up @@ -7455,12 +7462,12 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

i18next-browser-languagedetector@6.1.8:
version "6.1.8"
resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.8.tgz#8e9c61b32a4dfe9b959b38bc9d2a8b95f799b27c"
integrity sha512-Svm+MduCElO0Meqpj1kJAriTC6OhI41VhlT/A0UPjGoPZBhAHIaGE5EfsHlTpgdH09UVX7rcc72pSDDBeKSQQA==
i18next-browser-languagedetector@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/i18next-browser-languagedetector/-/i18next-browser-languagedetector-7.0.0.tgz#eb0775b6f26b7a6bb6ed0289351899e8a152cfbd"
integrity sha512-RrH7z5/DbhzhgCLDFIKXBTZlb2aXi38ZHa5e5oZaPt9zGLWmgAX49mzkQL/E7R6Y9fTE8QbZFuyMV0ronu4H/Q==
dependencies:
"@babel/runtime" "^7.19.0"
"@babel/runtime" "^7.19.4"

i18next-scanner-typescript@1.0.6:
version "1.0.6"
Expand Down

0 comments on commit e202227

Please sign in to comment.