refactor: iupdate

This commit is contained in:
Mauricio Siu
2024-10-27 22:09:15 -06:00
parent c862207381
commit fd1f028077
4 changed files with 6 additions and 9 deletions

View File

@@ -11,7 +11,6 @@
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"typecheck": "tsc --noEmit"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
@@ -32,10 +31,10 @@
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6",
"@radix-ui/react-tabs": "1.1.1"
},
"devDependencies": {
"typescript": "5.1.6",
"@biomejs/biome": "1.8.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"