diff options
Diffstat (limited to 'FrontEnd')
-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 c5744fa4..e3b50cd2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"@microsoft/signalr": "^5.0.10",
- "@popperjs/core": "^2.10.1",
+ "@popperjs/core": "^2.10.2",
"axios": "^0.21.4",
"bootstrap": "^5.1.1",
"bootstrap-icons": "^1.5.0",
@@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.173",
"@types/node": "^16.9.6",
- "@types/react": "^17.0.24",
+ "@types/react": "^17.0.26",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
@@ -65,11 +65,11 @@ "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.26.0",
+ "eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.4.1",
"typescript": "^4.4.3",
- "vite": "^2.5.10",
+ "vite": "^2.6.2",
"vite-plugin-pwa": "^0.11.2"
}
}
|