diff options
author | crupest <crupest@outlook.com> | 2022-04-16 19:53:05 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-16 19:53:05 +0800 |
commit | f1f21a5fbdbbe952d35c353bb91c0c6263f336af (patch) | |
tree | f36cb8a1616b5986aff8d6e08006eadd0b73a38f | |
parent | 8c797c5b4f822ee815357fc358d6b8de38b86dd9 (diff) | |
parent | a73b4cc4f4f8348937003059401923b6d209a6ae (diff) | |
download | timeline-f1f21a5fbdbbe952d35c353bb91c0c6263f336af.tar.gz timeline-f1f21a5fbdbbe952d35c353bb91c0c6263f336af.tar.bz2 timeline-f1f21a5fbdbbe952d35c353bb91c0c6263f336af.zip |
Merge branch 'main' of https://github.com/crupest/Timeline
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 98b87d79..b970c760 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.21.1",
- "i18next": "^21.6.15",
+ "i18next": "^21.6.16",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -23,7 +23,7 @@ "react": "^17.0.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.0",
- "react-i18next": "^11.16.5",
+ "react-i18next": "^11.16.6",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|