diff options
author | crupest <crupest@outlook.com> | 2022-02-23 20:36:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-23 20:36:14 +0800 |
commit | 8a873f7bd473b81c9c9dea3c8868ecd5aba3d2ad (patch) | |
tree | bbf7fb5bc8b2d7929e537653601745bea6c189b2 | |
parent | b6f2a1984c7c64c0c0d6f3405bcb4d10151e751b (diff) | |
parent | 310c7539ad742f1df11397f4495ae1e5dca3841d (diff) | |
download | timeline-8a873f7bd473b81c9c9dea3c8868ecd5aba3d2ad.tar.gz timeline-8a873f7bd473b81c9c9dea3c8868ecd5aba3d2ad.tar.bz2 timeline-8a873f7bd473b81c9c9dea3c8868ecd5aba3d2ad.zip |
Merge pull request #1074 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.15.5
-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 ca58e0dc..d5fabe0f 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.15.4",
+ "react-i18next": "^11.15.5",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.1",
|