aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-27 08:27:22 +0000
committerGitHub <noreply@github.com>2022-03-27 08:27:22 +0000
commitd4d5c72fbe58d1dbadcd4dd7c4ebfce8650ba153 (patch)
tree5f1b8f45e66349f2b9857233dd33f7d14550016b /FrontEnd/package.json
parentf75a9c82cfdb573d0f511a22feb7760f41bdb394 (diff)
downloadtimeline-d4d5c72fbe58d1dbadcd4dd7c4ebfce8650ba153.tar.gz
timeline-d4d5c72fbe58d1dbadcd4dd7c4ebfce8650ba153.tar.bz2
timeline-d4d5c72fbe58d1dbadcd4dd7c4ebfce8650ba153.zip
build(deps): Bump react-i18next from 11.16.1 to 11.16.2 in /FrontEnd
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.16.1 to 11.16.2. - [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.16.1...v11.16.2) --- updated-dependencies: - dependency-name: react-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.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json
index 1b0c1162..d674a1de 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.16.1",
+ "react-i18next": "^11.16.2",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.2.2",
@@ -33,7 +33,7 @@
"rxjs": "^7.5.5",
"workbox-cacheable-response": "^6.5.2",
"workbox-expiration": "^6.5.2",
- "workbox-precaching": "^6.5.1",
+ "workbox-precaching": "^6.5.2",
"workbox-routing": "^6.5.0",
"workbox-strategies": "^6.5.1",
"workbox-window": "^6.5.1",
@@ -59,13 +59,13 @@
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.11.0",
+ "eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.6.0",
- "typescript": "^4.6.2",
+ "typescript": "^4.6.3",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
}