diff options
author | crupest <crupest@outlook.com> | 2022-07-13 17:13:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:13:58 +0800 |
commit | 971389b9e66b148619fa1e6af0c980c36f30f1c0 (patch) | |
tree | a3c3461857c3046aa0e0137a6cb9162543c6a566 /FrontEnd/package.json | |
parent | 886bbf930e4fcee473ee8ee13d072e21daed71ba (diff) | |
parent | d2336f9a0cdaadac432c1bb17d7af2f95dca1012 (diff) | |
download | timeline-971389b9e66b148619fa1e6af0c980c36f30f1c0.tar.gz timeline-971389b9e66b148619fa1e6af0c980c36f30f1c0.tar.bz2 timeline-971389b9e66b148619fa1e6af0c980c36f30f1c0.zip |
Merge pull request #1292 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.18.0
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 67745680..d45b2c55 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.2.0",
- "react-i18next": "^11.17.4",
+ "react-i18next": "^11.18.0",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|