diff options
author | crupest <crupest@outlook.com> | 2021-12-09 22:09:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 22:09:29 +0800 |
commit | c06c31d059a9c7c461f92f9456b95a26ea7121b0 (patch) | |
tree | 54bdcfd8ab3f3d4ff703cd477d1079769fc431c5 | |
parent | 99b6193a04b1cb0144e5d1926a1a4a27ef4ca66d (diff) | |
parent | 62d0ef3e3c920262a5030cb2ee898d9f659e1c29 (diff) | |
download | timeline-c06c31d059a9c7c461f92f9456b95a26ea7121b0.tar.gz timeline-c06c31d059a9c7c461f92f9456b95a26ea7121b0.tar.bz2 timeline-c06c31d059a9c7c461f92f9456b95a26ea7121b0.zip |
Merge pull request #979 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-21.6.0
build(deps): Bump i18next from 21.5.6 to 21.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 7be0e20a..c5d6f934 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.1.0",
"core-js": "^3.19.3",
- "i18next": "^21.5.6",
+ "i18next": "^21.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
|