diff options
author | crupest <crupest@outlook.com> | 2021-05-31 20:54:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 20:54:04 +0800 |
commit | 4639d3cb4a59627e0669f139014cabdc7d05ffd1 (patch) | |
tree | d8fd7a2f091e61ac6b32ac96c2803c5dc2e79183 /FrontEnd/package.json | |
parent | df75722b3d08e1d23532c27c197ae9f97f81bd51 (diff) | |
parent | fc0874d1959c891f8930799e304f0de6d8202e8f (diff) | |
download | timeline-4639d3cb4a59627e0669f139014cabdc7d05ffd1.tar.gz timeline-4639d3cb4a59627e0669f139014cabdc7d05ffd1.tar.bz2 timeline-4639d3cb4a59627e0669f139014cabdc7d05ffd1.zip |
Merge pull request #579 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.3.1
Diffstat (limited to 'FrontEnd/package.json')
-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 7608c51b..c9eb6f26 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -13,7 +13,7 @@ "classnames": "^2.3.1",
"color": "^3.1.3",
"core-js": "^3.13.0",
- "i18next": "^20.3.0",
+ "i18next": "^20.3.1",
"i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|