Skip to content
Snippets Groups Projects
Commit 55f9f61e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Merge branch 'renovate/i18next-22.x' into 'master'

fix(deps): update dependency i18next to v22

See merge request !289
parents f502f559 61d07774
No related branches found
No related tags found
1 merge request!289fix(deps): update dependency i18next to v22
Pipeline #199318 passed
......@@ -44,7 +44,7 @@
"@dbp-toolkit/person-profile": "^0.2.5",
"@dbp-toolkit/theme-switcher": "^0.0.5",
"@open-wc/scoped-elements": "^2.1.0",
"i18next": "^21.4.2",
"i18next": "^22.0.0",
"lit": "^2.0.0",
"universal-router": "^9.0.1"
},
......
......@@ -43,7 +43,7 @@
},
"dependencies": {
"@open-wc/scoped-elements": "^2.1.0",
"i18next": "^21.4.2",
"i18next": "^22.0.0",
"lit": "^2.0.0"
}
}
......@@ -45,7 +45,7 @@
"datatables.net-dt": "^1.10.20",
"datatables.net-responsive": "^2.2.3",
"datatables.net-responsive-dt": "^2.2.3",
"i18next": "^21.4.2",
"i18next": "^22.0.0",
"jquery": "^3.4.1",
"jszip": "^3.2.2",
"lit": "^2.0.0"
......
......@@ -38,7 +38,7 @@
"@dbp-toolkit/common": "^0.3.3",
"@open-wc/scoped-elements": "^2.1.0",
"file-saver": "^2.0.2",
"i18next": "^21.4.2",
"i18next": "^22.0.0",
"jose": "^4.0.0",
"jszip": "^3.5.0",
"lit": "^2.0.0",
......
......@@ -39,7 +39,7 @@
"@dbp-toolkit/auth": "^0.3.1",
"@dbp-toolkit/common": "^0.3.3",
"@open-wc/scoped-elements": "^2.1.0",
"i18next": "^21.4.2",
"i18next": "^22.0.0",
"lit": "^2.0.0",
"material-design-icons-svg": "^3.0.0"
},
......
......@@ -37,7 +37,7 @@
"dependencies": {
"@dbp-toolkit/common": "^0.3.3",
"@open-wc/scoped-elements": "^2.1.0",
"i18next": "^21.4.2",
"i18next": "^22.0.0",
"jszip": "^3.5.0",
"lit": "^2.0.0",
"material-design-icons-svg": "^3.0.0"
......
......@@ -4936,13 +4936,20 @@ i18next-parser@^6.3.0:
vinyl-fs "^3.0.2"
vue-template-compiler "^2.6.11"
i18next@^21.2.0, i18next@^21.4.2:
i18next@^21.2.0:
version "21.10.0"
resolved "https://registry.yarnpkg.com/i18next/-/i18next-21.10.0.tgz#85429af55fdca4858345d0e16b584ec29520197d"
integrity sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==
dependencies:
"@babel/runtime" "^7.17.2"
i18next@^22.0.0:
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"
iconv-lite@0.4.24, iconv-lite@^0.4.24:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment