diff options
author | crupest <crupest@outlook.com> | 2021-09-19 00:02:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 00:02:07 +0800 |
commit | 6487c632c047dcf521654becbd5ea6b9c4aaeb05 (patch) | |
tree | 6632194529db964266cba23d2638eb905eaefb4b | |
parent | 595727d12f4996f823ea5fe71fcfbbda2ac615cc (diff) | |
parent | 256d242a16117efa1618674461ba18921ebdf13b (diff) | |
download | timeline-6487c632c047dcf521654becbd5ea6b9c4aaeb05.tar.gz timeline-6487c632c047dcf521654becbd5ea6b9c4aaeb05.tar.bz2 timeline-6487c632c047dcf521654becbd5ea6b9c4aaeb05.zip |
Merge pull request #800 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.12.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 5367adcf..05659812 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -23,7 +23,7 @@ "react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.11.4",
+ "react-i18next": "^11.12.0",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|