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 769790b0..5f54c8bb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -35,7 +35,7 @@ "workbox-cacheable-response": "^6.3.0",
"workbox-expiration": "^6.3.0",
"workbox-precaching": "^6.3.0",
- "workbox-routing": "^6.2.4",
+ "workbox-routing": "^6.3.0",
"workbox-strategies": "^6.2.4",
"workbox-window": "^6.3.0",
"xregexp": "^5.1.0"
@@ -56,10 +56,10 @@ "@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-router-dom": "^5.1.9",
"@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.30.0",
+ "@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|