diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-09 21:42:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 21:42:49 +0000 |
commit | 5798d50271926802192c4e4f28ab1d87aecaa258 (patch) | |
tree | c5a4d9b57cd76e1fbe2c8db0b6eae7d4195c4c3c | |
parent | be41657b64557e9a967fe1173b2468a85a726112 (diff) | |
download | timeline-5798d50271926802192c4e4f28ab1d87aecaa258.tar.gz timeline-5798d50271926802192c4e4f28ab1d87aecaa258.tar.bz2 timeline-5798d50271926802192c4e4f28ab1d87aecaa258.zip |
build(deps): Bump i18next from 21.6.16 to 21.8.0 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.6.16 to 21.8.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/v21.6.16...v21.8.0)
---
updated-dependencies:
- dependency-name: 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c943685d..08bc70f2 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.4",
- "i18next": "^21.6.16",
+ "i18next": "^21.8.0",
"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.8",
+ "react-i18next": "^11.16.9",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
@@ -52,7 +52,7 @@ "@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.31",
- "@types/react": "^18.0.0",
+ "@types/react": "^18.0.9",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.0",
"@types/react-responsive": "^8.0.5",
@@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.14.0",
+ "eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|