diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-25 06:26:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 06:26:39 +0000 |
commit | 4afc1c68bd49603ff18d8f5f2d5af2b2f212565d (patch) | |
tree | f15fe74998d807f6ec3f0a7a5ccd3fa4cd39aec1 | |
parent | 3af9bdfe997257db36ea102fbaec15e58c3b0f51 (diff) | |
download | timeline-4afc1c68bd49603ff18d8f5f2d5af2b2f212565d.tar.gz timeline-4afc1c68bd49603ff18d8f5f2d5af2b2f212565d.tar.bz2 timeline-4afc1c68bd49603ff18d8f5f2d5af2b2f212565d.zip |
build(deps): Bump i18next from 20.0.0 to 20.1.0 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 20.0.0 to 20.1.0.
- [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/v20.0.0...v20.1.0)
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 e34b0207..1dfec090 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -12,7 +12,7 @@ "classnames": "^2.2.6",
"clsx": "^1.1.1",
"core-js": "^3.9.1",
- "i18next": "^20.0.0",
+ "i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
|