mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-20 04:52:21 +00:00
Update i18next (#1408)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
fdae30b32c
commit
257cd54a97
2 changed files with 15 additions and 15 deletions
|
@ -51,9 +51,9 @@
|
|||
"flowchart.js": "1.15.0",
|
||||
"fork-awesome": "1.1.7",
|
||||
"highlight.js": "11.1.0",
|
||||
"i18next": "20.3.4",
|
||||
"i18next": "20.3.5",
|
||||
"i18next-browser-languagedetector": "6.1.2",
|
||||
"i18next-http-backend": "1.2.8",
|
||||
"i18next-http-backend": "1.3.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"katex": "0.13.13",
|
||||
"luxon": "1.28.0",
|
||||
|
@ -86,7 +86,7 @@
|
|||
"react-codemirror2": "7.2.1",
|
||||
"react-diff-viewer": "3.1.1",
|
||||
"react-dom": "17.0.2",
|
||||
"react-i18next": "11.11.3",
|
||||
"react-i18next": "11.11.4",
|
||||
"react-redux": "7.2.4",
|
||||
"react-router": "5.2.0",
|
||||
"react-router-bootstrap": "0.25.0",
|
||||
|
|
24
yarn.lock
24
yarn.lock
|
@ -7634,17 +7634,17 @@ i18next-browser-languagedetector@6.1.2:
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.14.6"
|
||||
|
||||
i18next-http-backend@1.2.8:
|
||||
version "1.2.8"
|
||||
resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-1.2.8.tgz#3e52ea803f70423e05758dba3ad74b893348fe91"
|
||||
integrity sha512-WyD+P1fDa4Jwk+NN4lnm6vUkjl0R1gJCfSmXCja/cMQSJRVOGA+mVdzj4m6i3XpOFtTHSZi71B7+XJhsw6szeA==
|
||||
i18next-http-backend@1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/i18next-http-backend/-/i18next-http-backend-1.3.0.tgz#fcafb9583cf2942a9c669bd1868ec84a11410536"
|
||||
integrity sha512-49Sf7Dt6GHeFYlCcCTwD39bkaiw7ld8RlGCXw6ZERabN7SXaLM6qRGnd+XbFdPhJHNMHvt/38XiRtJcEgu5Arg==
|
||||
dependencies:
|
||||
cross-fetch "3.1.4"
|
||||
|
||||
i18next@20.3.4:
|
||||
version "20.3.4"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-20.3.4.tgz#5e05524a8baa17bbf99b89cdb427d3a68406aa64"
|
||||
integrity sha512-xj3A2tGvwdWI1QBDKKFLOT/n4QImm+tN8QvHBIaTU/zN4YWK1NlpWPZN6mKzd3G1Wd7J1jU5BkFeaKQWHpf05w==
|
||||
i18next@20.3.5:
|
||||
version "20.3.5"
|
||||
resolved "https://registry.yarnpkg.com/i18next/-/i18next-20.3.5.tgz#14308b79a3f1cafb24fdcd8e182d3673baf1e979"
|
||||
integrity sha512-//MGeU6n4TencJmCgG+TCrpdgAD/NDEU/KfKQekYbJX6QV7sD/NjWQdVdBi+bkT0snegnSoB7QhjSeatrk3a0w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.0"
|
||||
|
||||
|
@ -11518,10 +11518,10 @@ react-error-overlay@^6.0.9:
|
|||
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a"
|
||||
integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==
|
||||
|
||||
react-i18next@11.11.3:
|
||||
version "11.11.3"
|
||||
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.11.3.tgz#38d083bb079c3e6ee376b3321b0d6e409d798f68"
|
||||
integrity sha512-upzG5/SpyOlYP5oSF4K8TZBvDWVhnCo38JNV+KnWjrg0+IaJCBltyh6lRGZDO5ovLyA4dU6Ip0bwbUCjb6Yyxw==
|
||||
react-i18next@11.11.4:
|
||||
version "11.11.4"
|
||||
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-11.11.4.tgz#f6f9a1c827e7a5271377de2bf14db04cb1c9e5ce"
|
||||
integrity sha512-ayWFlu8Sc7GAxW1PzMaPtzq+yiozWMxs0P1WeITNVzXAVRhC0Httkzw/IiODBta6seJRBCLrtUeFUSXhAIxlRg==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.14.5"
|
||||
html-parse-stringify "^3.0.1"
|
||||
|
|
Loading…
Reference in a new issue