diff options
-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 54120208..ed73598c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^5.0.10",
"@popperjs/core": "^2.10.2",
- "axios": "^0.21.4",
+ "axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.5.0",
"classnames": "^2.3.1",
@@ -52,7 +52,7 @@ "@types/lodash": "^4.14.176",
"@types/node": "^16.11.7",
"@types/react": "^17.0.26",
- "@types/react-color": "^3.0.5",
+ "@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.4",
"@types/react-router": "^5.1.17",
@@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
- "typescript": "^4.4.3",
+ "typescript": "^4.4.4",
"vite": "^2.6.2",
"vite-plugin-pwa": "^0.11.3"
}
|