diff options
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 344c74fe..37a0c519 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -6,7 +6,7 @@ "keywords": [],
"description": "Timeline app.",
"dependencies": {
- "@microsoft/signalr": "^6.0.5",
+ "@microsoft/signalr": "^6.0.6",
"@popperjs/core": "^2.11.5",
"axios": "^0.27.0",
"bootstrap": "^5.1.3",
@@ -23,7 +23,7 @@ "pepjs": "^0.5.3",
"react": "^18.0.0",
"react-color": "^2.19.3",
- "react-dom": "^18.0.0",
+ "react-dom": "^18.2.0",
"react-i18next": "^11.17.1",
"react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
|