diff options
author | crupest <crupest@outlook.com> | 2021-12-06 22:26:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 22:26:34 +0800 |
commit | 084873e98b76b50b1a2911a280e207c68a356bdf (patch) | |
tree | c8eaf0eaa6e7d30f8fb32b103e0a8c88f1e2c49f /FrontEnd | |
parent | e398103c7b0fa62e0c9806fcb61665fbf1994293 (diff) | |
parent | ab5c297033051544a924d5e94e66fe5c04ebd220 (diff) | |
download | timeline-084873e98b76b50b1a2911a280e207c68a356bdf.tar.gz timeline-084873e98b76b50b1a2911a280e207c68a356bdf.tar.bz2 timeline-084873e98b76b50b1a2911a280e207c68a356bdf.zip |
Merge pull request #963 from crupest/dependabot/npm_and_yarn/FrontEnd/react-i18next-11.14.3
build(deps): Bump react-i18next from 11.14.2 to 11.14.3 in /FrontEnd
Diffstat (limited to 'FrontEnd')
-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 d244a859..bb8b9769 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.14.2",
+ "react-i18next": "^11.14.3",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.0.0",
|