diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-15 05:05:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 05:05:39 +0000 |
commit | c29120b84167734d8ec440a45b0684f8521766c5 (patch) | |
tree | c5d8b37a7e814d830f23312fda5684457b001f7d /FrontEnd | |
parent | a712215ef63e076e2477d0e92d3bed4a5050ac67 (diff) | |
download | timeline-c29120b84167734d8ec440a45b0684f8521766c5.tar.gz timeline-c29120b84167734d8ec440a45b0684f8521766c5.tar.bz2 timeline-c29120b84167734d8ec440a45b0684f8521766c5.zip |
build(deps): Bump react-i18next from 11.11.1 to 11.11.2 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.11.1 to 11.11.2.
- [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.11.1...v11.11.2)
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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 d48b886e..d1625378 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.11.1",
+ "react-i18next": "^11.11.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|