diff options
author | crupest <crupest@outlook.com> | 2021-09-24 23:09:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 23:09:47 +0800 |
commit | 9b8ecc5353ea66e651d50c0bf1337a30207dad60 (patch) | |
tree | b3dc4ff2d49035375b37041692f69231c05ee3d5 | |
parent | e8d67acba08f367c838131f59dc1d7d1230b832b (diff) | |
parent | 3894632fdcfdbb84dfd78bbf1f2a92e0106d7b87 (diff) | |
download | timeline-9b8ecc5353ea66e651d50c0bf1337a30207dad60.tar.gz timeline-9b8ecc5353ea66e651d50c0bf1337a30207dad60.tar.bz2 timeline-9b8ecc5353ea66e651d50c0bf1337a30207dad60.zip |
Merge pull request #841 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.0.2
build(deps): Bump i18next from 21.0.1 to 21.0.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 ba1eb79c..fe981962 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.0",
- "i18next": "^21.0.1",
+ "i18next": "^21.0.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|