diff options
author | crupest <crupest@outlook.com> | 2021-11-10 17:10:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 17:10:11 +0800 |
commit | 16da8da04d8cbd0bf9145a31d984ca567e9e0471 (patch) | |
tree | 16e982c7769453a3ca2525e14a8e0f2a3dbf0c39 | |
parent | 2fa7c2878a5c621436d2211f805aacaf429e38ad (diff) | |
parent | 7837476d924999dee11fbc6aa9447376d318bd3c (diff) | |
download | timeline-16da8da04d8cbd0bf9145a31d984ca567e9e0471.tar.gz timeline-16da8da04d8cbd0bf9145a31d984ca567e9e0471.tar.bz2 timeline-16da8da04d8cbd0bf9145a31d984ca567e9e0471.zip |
Merge pull request #930 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.4.2
build(deps): Bump i18next from 21.2.3 to 21.4.2 in /FrontEnd
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index ca5b4d0a..5d846650 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.19.1",
- "i18next": "^21.2.3",
+ "i18next": "^21.4.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|