diff options
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c63b1514..39757577 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -32,9 +32,9 @@ "regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.3.0",
- "workbox-cacheable-response": "^6.1.5",
+ "workbox-cacheable-response": "^6.2.0",
"workbox-expiration": "^6.2.0",
- "workbox-precaching": "^6.1.0",
+ "workbox-precaching": "^6.2.0",
"workbox-routing": "^6.2.0",
"workbox-strategies": "^6.2.0",
"workbox-window": "^6.1.1",
@@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.172",
"@types/node": "^16.4.13",
- "@types/react": "^17.0.15",
+ "@types/react": "^17.0.16",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
|