Skip to content

Commit

Permalink
feat: ✨ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
soyricardodev committed Apr 24, 2024
1 parent 3e4e871 commit bd7a84f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"build": "next build",
"db:push": "drizzle-kit push:pg",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"dev": "next dev --turbo",
"start": "next start",
"lint": "biome check ./src",
"lint:fix": "biome check --apply ./src",
"cz": "czg emoji"
},
"dependencies": {
"@clerk/nextjs": "5.0.0-beta.43",
"@clerk/nextjs": "5.0.1",
"@hookform/resolvers": "3.3.4",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-avatar": "1.0.4",
Expand All @@ -29,11 +29,11 @@
"@radix-ui/react-navigation-menu": "1.1.4",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-toast": "1.1.5",
"@sentry/nextjs": "7.111.0",
"@t3-oss/env-nextjs": "0.10.0",
"@sentry/nextjs": "7.112.1",
"@t3-oss/env-nextjs": "0.10.1",
"@uploadthing/react": "6.4.4",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"drizzle-orm": "0.30.9",
"embla-carousel-react": "8.0.2",
Expand Down

0 comments on commit bd7a84f

Please sign in to comment.