diff options
-rw-r--r-- | FrontEnd/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 73b920eb..42a9b9e9 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.11.4",
+ "react-i18next": "^11.12.0",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
@@ -34,7 +34,7 @@ "rxjs": "^7.3.0",
"workbox-cacheable-response": "^6.2.4",
"workbox-expiration": "^6.2.4",
- "workbox-precaching": "^6.2.4",
+ "workbox-precaching": "^6.3.0",
"workbox-routing": "^6.2.4",
"workbox-strategies": "^6.2.4",
"workbox-window": "^6.2.4",
@@ -49,18 +49,18 @@ },
"devDependencies": {
"@types/color": "^3.0.2",
- "@types/lodash": "^4.14.172",
+ "@types/lodash": "^4.14.173",
"@types/node": "^16.9.2",
- "@types/react": "^17.0.20",
+ "@types/react": "^17.0.21",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
- "@types/react-transition-group": "^4.4.2",
+ "@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.30.0",
- "@typescript-eslint/parser": "^4.30.0",
+ "@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
@@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.2",
+ "typescript": "^4.4.3",
"vite": "^2.5.8",
"vite-plugin-pwa": "^0.11.2"
}
|