diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-31 07:16:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 07:16:54 +0000 |
commit | 0492d77e290d52bf3ccec648fe11e022ad372354 (patch) | |
tree | 5b6a521f991c3ae7ee28b10c7207f4b82069ca1e | |
parent | fa45532753dee9a68dd351a9f2eca1a931434315 (diff) | |
download | timeline-0492d77e290d52bf3ccec648fe11e022ad372354.tar.gz timeline-0492d77e290d52bf3ccec648fe11e022ad372354.tar.bz2 timeline-0492d77e290d52bf3ccec648fe11e022ad372354.zip |
build(deps): Bump react-i18next from 11.9.0 to 11.10.0 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.9.0 to 11.10.0.
- [Release notes](https://github.com/i18next/react-i18next/releases)
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v11.9.0...v11.10.0)
Signed-off-by: dependabot[bot] <support@github.com>
-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 7608c51b..05cdfbf2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -22,7 +22,7 @@ "react-bootstrap": "^2.0.0-alpha.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
- "react-i18next": "^11.9.0",
+ "react-i18next": "^11.10.0",
"react-inlinesvg": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|