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 cfeabf9e..dfd95d6d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,7 +14,7 @@ "classnames": "^2.3.1",
"color": "^4.2.1",
"core-js": "^3.21.1",
- "i18next": "^21.6.11",
+ "i18next": "^21.6.13",
"i18next-browser-languagedetector": "^6.1.3",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -26,12 +26,12 @@ "react-i18next": "^11.15.5",
"react-popper": "^2.2.5",
"react-responsive": "^8.2.0",
- "react-router-dom": "^6.2.1",
+ "react-router-dom": "^6.2.2",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"rxjs": "^7.5.4",
- "workbox-cacheable-response": "^6.3.0",
+ "workbox-cacheable-response": "^6.5.1",
"workbox-expiration": "^6.5.0",
"workbox-precaching": "^6.5.0",
"workbox-routing": "^6.5.0",
@@ -52,7 +52,7 @@ "@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
- "@types/react-dom": "^17.0.11",
+ "@types/react-dom": "^17.0.13",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
|