Dependency updates

This commit is contained in:
2024-11-20 23:35:26 -05:00
parent 0d2b18217d
commit f90b6d54c0
2 changed files with 285 additions and 271 deletions

View File

@@ -11,9 +11,9 @@
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@clerk/nextjs": "^6.1.0",
"@clerk/nextjs": "^6.4.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
@@ -21,23 +21,23 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.0",
"drizzle-orm": "^0.36.3",
"lucide-react": "^0.454.0",
"next": "15.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"drizzle-kit": "^0.27.0",
"eslint": "^9.13.0",
"drizzle-kit": "^0.27.2",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
}