diff options
author | crupest <crupest@outlook.com> | 2021-09-02 22:33:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 22:33:30 +0800 |
commit | b01dfab961d2bd3f9081dd7135dc50332f07f21a (patch) | |
tree | 34226c6ade62d5eb0708161d0cf2f9259757a8e7 | |
parent | dec7d17ddf64ddd9c13504b95066b888d977ca16 (diff) | |
parent | 30f96029b0613108db61947f2bec490fbbae2d5f (diff) | |
download | timeline-b01dfab961d2bd3f9081dd7135dc50332f07f21a.tar.gz timeline-b01dfab961d2bd3f9081dd7135dc50332f07f21a.tar.bz2 timeline-b01dfab961d2bd3f9081dd7135dc50332f07f21a.zip |
Merge pull request #782 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.6.0
build(deps): Bump i18next from 20.4.0 to 20.6.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 4c07e5c5..3041f341 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.16.4",
- "i18next": "^20.4.0",
+ "i18next": "^20.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|