
add missing deps for tailwindui

parent
687a825e
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
... | ... | @@ -4,6 +4,9 @@ |
"private": true, | ||
"dependencies": { | ||
"@craco/craco": "^6.3.0", | ||
"@headlessui/react": "^1.4.1", | ||
"@heroicons/react": "^1.0.4", | ||
"@tailwindcss/forms": "^0.3.4", | ||
"@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment