Update package dependencies and remove unused import

Updated several package dependencies including 'react-hook-form' and '@types/node' in various package.json files, and '@typescript-eslint/eslint-plugin' and '@typescript-eslint/parser' in the ESLint configuration. Additionally, an unused import related to "prettier-plugin-tailwindcss" has been removed from the prettier tool configuration.
This commit is contained in:
gbuomprisco
2024-06-12 00:04:08 +08:00
parent 5e6ed5c6bd
commit 236185933d
16 changed files with 88 additions and 89 deletions

View File

@@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.44.1",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"node-html-parser": "^6.1.13"
}
}