diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-24 10:02:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 10:02:28 +0000 |
commit | 337761fd1ffc5117f02c39b0abd44c72ce8ea184 (patch) | |
tree | 0b17e37076e23eaef0bff443f3840f261a66c829 | |
parent | 63cb8d9cefb5c71c2c25bb9f6619174322b30c61 (diff) | |
download | timeline-337761fd1ffc5117f02c39b0abd44c72ce8ea184.tar.gz timeline-337761fd1ffc5117f02c39b0abd44c72ce8ea184.tar.bz2 timeline-337761fd1ffc5117f02c39b0abd44c72ce8ea184.zip |
build(deps): Bump i18next from 21.8.9 to 21.8.10 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.8.9 to 21.8.10.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v21.8.9...v21.8.10)
---
updated-dependencies:
- dependency-name: 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 5517eb75..24be7585 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.23.0",
- "i18next": "^21.8.9",
+ "i18next": "^21.8.10",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -64,7 +64,7 @@ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
- "eslint-plugin-react-hooks": "^4.5.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "^4.7.3",
"vite": "^2.9.12",
|