diff options
author | crupest <crupest@outlook.com> | 2022-06-14 19:26:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 19:26:13 +0800 |
commit | 564f5e79ee55dafbdf1f8c4363f13134a821337c (patch) | |
tree | b27fe1f7763e67fe4dd786d85e93d18a9859cbf2 | |
parent | 92274c9ada3e59ee094218f72f1591ef0fc0a8fb (diff) | |
parent | 7f8190402e00cef5d86ab7c444dd273e78cffaec (diff) | |
download | timeline-564f5e79ee55dafbdf1f8c4363f13134a821337c.tar.gz timeline-564f5e79ee55dafbdf1f8c4363f13134a821337c.tar.bz2 timeline-564f5e79ee55dafbdf1f8c4363f13134a821337c.zip |
Merge pull request #1253 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.17.1
-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 3b6538ad..ed416ea6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -24,7 +24,7 @@ "react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
- "react-i18next": "^11.17.0",
+ "react-i18next": "^11.17.1",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|