Fix admin cleanup hook order and lint setup

This commit is contained in:
Esdras Renan 2025-10-24 09:21:31 -03:00
parent 37c32149a6
commit c7aaa60d9a
4 changed files with 1886 additions and 31 deletions

View file

@ -61,9 +61,9 @@
"pdfkit": "^0.17.2",
"postcss": "^8.5.6",
"react": "19.2.0",
"react-aria-components": "^1.4.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.64.0",
"react-aria-components": "^1.4.0",
"recharts": "^2.15.4",
"sanitize-html": "^2.17.0",
"sonner": "^2.0.7",
@ -98,6 +98,7 @@
"tsconfig-paths": "^4.2.0",
"tw-animate-css": "^1.3.8",
"typescript": "^5",
"typescript-eslint": "^8.46.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.1"
}