diff options
author | crupest <crupest@outlook.com> | 2022-07-05 13:16:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 13:16:19 +0800 |
commit | 02a1110ff29ffcd95d82c64060d0d36c3b189e9b (patch) | |
tree | aa721c15fed46c90b4d09129a4f3ddd71a2b10e8 | |
parent | f8e956b21434b583ac8e979761b5552b14de01dd (diff) | |
parent | 1d410bc5dccb78ba5e25569487b765bf3645e3a1 (diff) | |
download | timeline-02a1110ff29ffcd95d82c64060d0d36c3b189e9b.tar.gz timeline-02a1110ff29ffcd95d82c64060d0d36c3b189e9b.tar.bz2 timeline-02a1110ff29ffcd95d82c64060d0d36c3b189e9b.zip |
Merge pull request #1281 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.17.4
-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 7ce99df1..75a73870 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.3",
+ "react-i18next": "^11.17.4",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|