diff options
author | crupest <crupest@outlook.com> | 2021-10-02 22:52:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 22:52:16 +0800 |
commit | b87a904c6b0bbef66ce1bc508801ab7619177aa2 (patch) | |
tree | 4561109d21a2a2e4ca1118c7e4a24e1f7056fe0f | |
parent | 9234884514bf770c20faf6717c6dfae5e615f582 (diff) | |
parent | d3a2f12c74ca3261b798469a319a6367095ed889 (diff) | |
download | timeline-b87a904c6b0bbef66ce1bc508801ab7619177aa2.tar.gz timeline-b87a904c6b0bbef66ce1bc508801ab7619177aa2.tar.bz2 timeline-b87a904c6b0bbef66ce1bc508801ab7619177aa2.zip |
Merge pull request #858 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.2.3
build(deps): Bump i18next from 21.0.2 to 21.2.3 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 fbda035e..d406b361 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.18.1",
- "i18next": "^21.0.2",
+ "i18next": "^21.2.3",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|