diff options
Diffstat (limited to 'FrontEnd')
-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 9193eceb..950e4d0f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.27",
+ "@types/node": "^17.0.29",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
@@ -64,10 +64,10 @@ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
- "eslint-plugin-react-hooks": "^4.4.0",
+ "eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
- "vite": "^2.9.1",
+ "vite": "^2.9.6",
"vite-plugin-pwa": "^0.12.0"
}
}
|