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 36a0fe3b..60d0e4bb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.10.0",
- "@typescript-eslint/parser": "^5.8.0",
+ "@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
@@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
- "typescript": "^4.5.4",
+ "typescript": "^4.5.5",
"vite": "^2.7.10",
"vite-plugin-pwa": "^0.11.13"
}
|