diff options
author | crupest <crupest@outlook.com> | 2021-11-17 19:51:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 19:51:41 +0800 |
commit | ebf3309a6e44d34f4b8fc99db5f740f88bf10861 (patch) | |
tree | c86dee525ebaf082a67685ea8b7fdff424013c4d | |
parent | 9c129026c831d8ac008ab25970be55185ccaf7dc (diff) | |
parent | dac9481fdc648a2031af47bc56774c2ad12777fe (diff) | |
download | timeline-ebf3309a6e44d34f4b8fc99db5f740f88bf10861.tar.gz timeline-ebf3309a6e44d34f4b8fc99db5f740f88bf10861.tar.bz2 timeline-ebf3309a6e44d34f4b8fc99db5f740f88bf10861.zip |
Merge pull request #946 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.5.2
build(deps): Bump i18next from 21.4.2 to 21.5.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 b95bc080..de2d6a54 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.4.2",
+ "i18next": "^21.5.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|