diff options
author | crupest <crupest@outlook.com> | 2021-05-24 20:57:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 20:57:58 +0800 |
commit | 2a081839c5b75630b6713343ab18b471e5aa7048 (patch) | |
tree | 83403139533bdfa01a142c2a61cc7b4f2ed0699a | |
parent | 6ae1fbd269069be95e893c5024a4d6ca16fb2a35 (diff) | |
parent | 7319f38813f1686d6e366c3dbe2a638908007bf4 (diff) | |
download | timeline-2a081839c5b75630b6713343ab18b471e5aa7048.tar.gz timeline-2a081839c5b75630b6713343ab18b471e5aa7048.tar.bz2 timeline-2a081839c5b75630b6713343ab18b471e5aa7048.zip |
Merge pull request #558 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.3.0
build(deps): Bump i18next from 20.2.4 to 20.3.0 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 2a38ca57..2b2f5db6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.12.1",
- "i18next": "^20.2.4",
+ "i18next": "^20.3.0",
"i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.0",
"lodash": "^4.17.21",
|