chore: update dependencies

This commit is contained in:
2025-07-16 12:37:58 -03:00
parent 8f23227003
commit 3b0dd00881
2 changed files with 678 additions and 1224 deletions
+661 -1207
View File
File diff suppressed because it is too large Load Diff
+17 -17
View File
@@ -9,27 +9,27 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-separator": "^1.1.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.510.0",
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.0"
"next": "^15.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"tailwindcss": "^4",
"tw-animate-css": "^1.2.9",
"typescript": "^5"
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.8",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.31.0",
"eslint-config-next": "^15.3.2",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5",
"typescript": "^5.8.3"
}
}