diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-23 10:34:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 10:34:50 +0000 |
commit | e8646b05e350b3d8c57e9d6aa41b352da264d20c (patch) | |
tree | f69bb2c8559dc81a9a5db610b272a911567cf11f /FrontEnd | |
parent | 146930a52d6f46808e71218037861eae956b5413 (diff) | |
download | timeline-e8646b05e350b3d8c57e9d6aa41b352da264d20c.tar.gz timeline-e8646b05e350b3d8c57e9d6aa41b352da264d20c.tar.bz2 timeline-e8646b05e350b3d8c57e9d6aa41b352da264d20c.zip |
build(deps): Bump react-i18next from 11.17.1 to 11.17.2 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.17.1 to 11.17.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.17.1...v11.17.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 bc2e6968..a3e06389 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -24,7 +24,7 @@ "react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
- "react-i18next": "^11.17.1",
+ "react-i18next": "^11.17.2",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
|