diff options
-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 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"
}
|