diff options
-rw-r--r-- | FrontEnd/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 820f5b0c..31a17612 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,13 +8,13 @@ "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",
+ "bootstrap-icons": "^1.7.0",
"classnames": "^2.3.1",
"color": "^4.0.1",
"core-js": "^3.19.1",
- "i18next": "^21.2.3",
+ "i18next": "^21.4.2",
"i18next-browser-languagedetector": "^6.1.2",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
@@ -52,11 +52,11 @@ "@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",
- "@types/react-router-dom": "^5.3.0",
+ "@types/react-router-dom": "^5.3.2",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
@@ -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"
}
|