diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-10 05:06:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 05:06:00 +0000 |
commit | 742176a9d8ae85f3f1488feaa0aa73abe36a85a4 (patch) | |
tree | 19b52da0a01ee1db650740ce573295e7174f1e00 | |
parent | 330771555033780bfd7f13093b8d94ce3c66a7a8 (diff) | |
download | timeline-742176a9d8ae85f3f1488feaa0aa73abe36a85a4.tar.gz timeline-742176a9d8ae85f3f1488feaa0aa73abe36a85a4.tar.bz2 timeline-742176a9d8ae85f3f1488feaa0aa73abe36a85a4.zip |
build(deps): Bump react-i18next from 11.13.0 to 11.14.0 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.13.0 to 11.14.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.13.0...v11.14.0)
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 659eccca..820f5b0c 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.13.0",
+ "react-i18next": "^11.14.0",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|