Skip to content

Commit

Permalink
chore: update package dependencies (#168)
Browse files Browse the repository at this point in the history
* chore: update package dependencies

* fmt
  • Loading branch information
noelrohi authored Jun 21, 2024
1 parent 4dc62fe commit 2e7d3e1
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 418 deletions.
44 changes: 21 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@
"ui": "pnpm dlx shadcn-ui",
"db": "drizzle-kit",
"postinstall": "drizzle-kit generate",
"fmt": "biome format src --write && biome check src --apply-unsafe"
"fmt": "biome format src --write && biome check src --write --unsafe"
},
"dependencies": {
"@auth/core": "^0.32.0",
"@auth/core": "^0.33.0",
"@auth/drizzle-adapter": "^0.9.0",
"@irsyadadl/paranoid": "^1.0.43",
"@irsyadadl/paranoid": "^1.1.0",
"@loglib/tracker": "^0.8.0",
"@neondatabase/serverless": "^0.9.3",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@unkey/nextjs": "^0.15.16",
"@vercel/kv": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.31.2",
"embla-carousel": "8.1.3",
"embla-carousel-react": "8.1.3",
"framer-motion": "^11.2.10",
"embla-carousel": "8.1.5",
"embla-carousel-react": "8.1.5",
"framer-motion": "^11.2.11",
"geist": "^1.3.0",
"lucide-react": "^0.390.0",
"next": "14.2.3",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-auth": "5.0.0-beta.19",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
Expand All @@ -51,18 +51,16 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.8.0",
"@types/node": "^20.14.2",
"@biomejs/biome": "1.8.2",
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"drizzle-kit": "^0.22.6",
"drizzle-kit": "^0.22.7",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"turbo": "^2.0.3",
"typescript": "^5.4.5"
"turbo": "^2.0.4",
"typescript": "^5.5.2"
},
"trustedDependencies": [
"@biomejs/biome"
]
"trustedDependencies": ["@biomejs/biome"]
}
Loading

0 comments on commit 2e7d3e1

Please sign in to comment.