Skip to content

Commit b89304c

Browse files
author
Rohi
authored
chore: bump deps (#187)
1 parent 2c5791e commit b89304c

File tree

2 files changed

+104
-111
lines changed

2 files changed

+104
-111
lines changed

package.json

+10-12
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@auth/core": "^0.34.1",
1616
"@auth/drizzle-adapter": "^1.4.1",
17-
"@irsyadadl/paranoid": "^1.3.3",
17+
"@irsyadadl/paranoid": "^1.3.7",
1818
"@loglib/tracker": "^0.8.0",
1919
"@neondatabase/serverless": "^0.9.4",
2020
"@paralleldrive/cuid2": "^2.2.2",
@@ -26,17 +26,17 @@
2626
"@radix-ui/react-separator": "^1.1.0",
2727
"@radix-ui/react-slot": "^1.1.0",
2828
"@t3-oss/env-nextjs": "^0.10.1",
29-
"@unkey/nextjs": "^0.17.1",
29+
"@unkey/nextjs": "^0.17.2",
3030
"@vercel/kv": "^2.0.0",
3131
"class-variance-authority": "^0.7.0",
3232
"clsx": "^2.1.1",
3333
"date-fns": "^3.6.0",
3434
"drizzle-orm": "^0.32.0",
35-
"embla-carousel": "8.1.6",
36-
"embla-carousel-react": "8.1.6",
37-
"framer-motion": "^11.3.2",
35+
"embla-carousel": "8.1.7",
36+
"embla-carousel-react": "8.1.7",
37+
"framer-motion": "^11.3.8",
3838
"geist": "^1.3.1",
39-
"lucide-react": "^0.408.0",
39+
"lucide-react": "^0.412.0",
4040
"next": "14.2.5",
4141
"next-auth": "5.0.0-beta.19",
4242
"next-pwa": "^5.6.0",
@@ -52,17 +52,15 @@
5252
},
5353
"devDependencies": {
5454
"@biomejs/biome": "1.8.3",
55-
"@types/node": "^20.14.10",
55+
"@types/node": "^20.14.11",
5656
"@types/react": "^18.3.3",
5757
"@types/react-dom": "^18.3.0",
5858
"autoprefixer": "^10.4.19",
5959
"drizzle-kit": "^0.23.0",
6060
"postcss": "^8.4.39",
61-
"tailwindcss": "^3.4.4",
62-
"turbo": "^2.0.6",
61+
"tailwindcss": "^3.4.6",
62+
"turbo": "^2.0.9",
6363
"typescript": "^5.5.3"
6464
},
65-
"trustedDependencies": [
66-
"@biomejs/biome"
67-
]
65+
"trustedDependencies": ["@biomejs/biome"]
6866
}

0 commit comments

Comments
 (0)