diff options
author | crupest <crupest@outlook.com> | 2021-08-12 01:36:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 01:36:52 +0800 |
commit | 76aa4197559e10288d728d65f010b3b42b5e25b1 (patch) | |
tree | 2ff8b49a270c48923bf2d5dfebc3bc77dcc3881d | |
parent | 3406696ac4b923a9eb0545ee8c463fcca1169312 (diff) | |
parent | 4cd672229fdc7dc752a46b87c064b13257e6dea2 (diff) | |
download | timeline-76aa4197559e10288d728d65f010b3b42b5e25b1.tar.gz timeline-76aa4197559e10288d728d65f010b3b42b5e25b1.tar.bz2 timeline-76aa4197559e10288d728d65f010b3b42b5e25b1.zip |
Merge pull request #744 from crupest/dependabot/npm_and_yarn/FrontEnd/i18next-20.4.0
-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 2d14011b..f63ce4bf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.16.1",
- "i18next": "^20.3.5",
+ "i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
|