diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-09 11:58:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 11:58:57 +0000 |
commit | d6c85a4a898bc35c3317b3f28dc6b7471752df8c (patch) | |
tree | ad7801ee8cd65fde6ba7267f62140212efac52de | |
parent | 9b24f2bb9183663a9e1d9d5ba28092408adef7b0 (diff) | |
download | timeline-d6c85a4a898bc35c3317b3f28dc6b7471752df8c.tar.gz timeline-d6c85a4a898bc35c3317b3f28dc6b7471752df8c.tar.bz2 timeline-d6c85a4a898bc35c3317b3f28dc6b7471752df8c.zip |
build(deps): Bump react-i18next from 11.12.0 to 11.13.0 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.12.0 to 11.13.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.12.0...v11.13.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 26fb0b93..0886cd09 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.12.0",
+ "react-i18next": "^11.13.0",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
@@ -60,7 +60,7 @@ "@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
- "@typescript-eslint/parser": "^4.32.0",
+ "@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
@@ -70,6 +70,6 @@ "prettier": "^2.4.1",
"typescript": "^4.4.3",
"vite": "^2.6.2",
- "vite-plugin-pwa": "^0.11.2"
+ "vite-plugin-pwa": "^0.11.3"
}
}
|