diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-11 15:48:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 15:48:21 +0000 |
commit | 1678498beec35490265cbc0065be28cc27eb19b4 (patch) | |
tree | 8567fdf28e0afa76ca97d3d3545b3e5355dadb15 /FrontEnd/package.json | |
parent | 0ffe713f72d167655f0f9ffe81c8a98c68d5d96c (diff) | |
download | timeline-1678498beec35490265cbc0065be28cc27eb19b4.tar.gz timeline-1678498beec35490265cbc0065be28cc27eb19b4.tar.bz2 timeline-1678498beec35490265cbc0065be28cc27eb19b4.zip |
build(deps): Bump i18next from 21.6.14 to 21.6.15 in /FrontEnd
Bumps [i18next](https://github.com/i18next/i18next) from 21.6.14 to 21.6.15.
- [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.14...v21.6.15)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 358eadc1..912cbe26 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.3",
"core-js": "^3.21.1",
- "i18next": "^21.6.14",
+ "i18next": "^21.6.15",
"i18next-browser-languagedetector": "^6.1.4",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.12.0",
+ "eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|