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 610fbc9c..c799918d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -7,7 +7,7 @@ "description": "Timeline app.",
"dependencies": {
"@microsoft/signalr": "^6.0.1",
- "@popperjs/core": "^2.11.0",
+ "@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
@@ -49,7 +49,7 @@ "devDependencies": {
"@types/color": "^3.0.2",
"@types/lodash": "^4.14.178",
- "@types/node": "^17.0.10",
+ "@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
@@ -57,12 +57,12 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.10.2",
- "@typescript-eslint/parser": "^5.10.1",
+ "@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-react": "^7.27.1",
+ "eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
|