diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-15 05:06:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 05:06:06 +0000 |
commit | 20ec048d65d3d3bb00c741ad0cee3f7f1e2a730c (patch) | |
tree | 638ea82f881a1e0303434e57354af20c8cc37bf6 | |
parent | 554814df13817381b547528df5b8270d554749c5 (diff) | |
download | timeline-20ec048d65d3d3bb00c741ad0cee3f7f1e2a730c.tar.gz timeline-20ec048d65d3d3bb00c741ad0cee3f7f1e2a730c.tar.bz2 timeline-20ec048d65d3d3bb00c741ad0cee3f7f1e2a730c.zip |
build(deps): Bump react-i18next from 11.14.1 to 11.14.2 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.14.1 to 11.14.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.14.1...v11.14.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>
-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 b30477ca..80891b88 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.1",
+ "react-i18next": "^11.14.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
|