diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-03 17:26:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 17:26:44 +0000 |
commit | a1fbd73a8667f8689741970a54516ad5c912be9d (patch) | |
tree | 1a47269a1f30657a24625176f31dbb14320a3577 | |
parent | c1ccf9ff56113fff3d320528e15efe8ceddd0ed8 (diff) | |
download | timeline-a1fbd73a8667f8689741970a54516ad5c912be9d.tar.gz timeline-a1fbd73a8667f8689741970a54516ad5c912be9d.tar.bz2 timeline-a1fbd73a8667f8689741970a54516ad5c912be9d.zip |
build(deps): Bump react-i18next from 11.16.9 to 11.17.0 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.9 to 11.17.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.16.9...v11.17.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 1fc81e15..b5f8732c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.22.7",
- "i18next": "^21.8.5",
+ "i18next": "^21.8.8",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -24,7 +24,7 @@ "react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
- "react-i18next": "^11.16.9",
+ "react-i18next": "^11.17.0",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
@@ -58,7 +58,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.27.0",
- "@typescript-eslint/parser": "^5.26.0",
+ "@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
|