diff options
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 395c145d..f1d7fa4e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -58,13 +58,13 @@ "@types/remarkable": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
- "@vitejs/plugin-react-refresh": "^1.3.3",
+ "@vitejs/plugin-react-refresh": "^1.3.4",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
- "prettier": "^2.3.1",
+ "prettier": "^2.3.2",
"typescript": "^4.3.4",
"vite": "^2.3.8",
"vite-plugin-pwa": "^0.8.1"
|