diff options
author | crupest <crupest@outlook.com> | 2022-01-02 21:55:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-02 21:55:56 +0800 |
commit | 3eb15cb31398b18c818bf7331da2837a26438456 (patch) | |
tree | 58f58b0dc6ec1f26ed365612e5c0630567e61c7f | |
parent | 18e70a313898b52850f1097b2605026461bb23d1 (diff) | |
parent | 9171b3244532e2502a25bb886c1d2196b72879ca (diff) | |
download | timeline-3eb15cb31398b18c818bf7331da2837a26438456.tar.gz timeline-3eb15cb31398b18c818bf7331da2837a26438456.tar.bz2 timeline-3eb15cb31398b18c818bf7331da2837a26438456.zip |
Merge pull request #1013 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.15.2
-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 efe6591c..ba40e90d 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.1",
+ "react-i18next": "^11.15.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.1",
|