Skip to content

Commit

Permalink
Merge pull request #1115 from oasisprotocol/renovate/i18n-dependencies
Browse files Browse the repository at this point in the history
fix(deps): update dependency i18next to v22.0.3
  • Loading branch information
buberdds committed Oct 27, 2022
2 parents e202227 + 2a906bc commit 601a2b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"copy-to-clipboard": "3.3.2",
"grommet": "2.27.0",
"grommet-icons": "4.8.0",
"i18next": "22.0.2",
"i18next": "22.0.3",
"i18next-browser-languagedetector": "7.0.0",
"qrcode.react": "3.1.0",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Transaction/__tests__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jest.mock('react-i18next', () => ({
Trans: (({ i18nKey }) => <>{i18nKey}</>) as TransType,
useTranslation: () => {
return {
t: str => str,
t: (str: string) => str,
i18n: {
changeLanguage: () => new Promise(() => {}),
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7509,10 +7509,10 @@ i18next@*:
dependencies:
"@babel/runtime" "^7.12.0"

i18next@22.0.2:
version "22.0.2"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.0.2.tgz#04634aa751388625735cdb41f625a6b0dd1dcb2f"
integrity sha512-rGXWILemhx0dpNE5PfudVU1g4SdW0hkh4WYHaP8Cl6gm1KkMdBckmNqj9WvYqp8fOSocqX5FFJeadwiOZHLSXQ==
i18next@22.0.3:
version "22.0.3"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-22.0.3.tgz#084e40ec88d63c13385175ddebcc4395c89b97e3"
integrity sha512-gG6kCG5+gnPXdK8TLTJ2oiuFSjn6CYMSUwV3vnmISxwTunJHREn/z6gi1g7942c61K1dL3Gm+9a64nZCPv6mlg==
dependencies:
"@babel/runtime" "^7.17.2"

Expand Down

0 comments on commit 601a2b9

Please sign in to comment.