Skip to content

Commit 651f5c8

Browse files
committed
chore: update dependencies
1 parent dd1d26e commit 651f5c8

File tree

2 files changed

+308
-508
lines changed

2 files changed

+308
-508
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"email": "email dev --dir emails --port 3333"
1818
},
1919
"dependencies": {
20-
"@auth/prisma-adapter": "^2.1.0",
21-
"@hookform/resolvers": "^3.4.2",
22-
"@prisma/client": "^5.14.0",
20+
"@auth/prisma-adapter": "^2.2.0",
21+
"@hookform/resolvers": "^3.6.0",
22+
"@prisma/client": "^5.15.1",
2323
"@radix-ui/react-accessible-icon": "^1.0.3",
2424
"@radix-ui/react-accordion": "^1.1.2",
2525
"@radix-ui/react-alert-dialog": "^1.0.5",
@@ -52,7 +52,7 @@
5252
"@react-email/components": "0.0.19",
5353
"@react-email/html": "0.0.8",
5454
"@t3-oss/env-nextjs": "^0.10.1",
55-
"@typescript-eslint/parser": "^7.11.0",
55+
"@typescript-eslint/parser": "^7.13.1",
5656
"@vercel/analytics": "^1.3.1",
5757
"@vercel/og": "^0.6.2",
5858
"class-variance-authority": "^0.7.0",
@@ -63,7 +63,7 @@
6363
"date-fns": "^3.6.0",
6464
"lucide-react": "^0.381.0",
6565
"ms": "^2.1.3",
66-
"next": "14.2.3",
66+
"next": "14.2.4",
6767
"next-auth": "5.0.0-beta.18",
6868
"next-contentlayer2": "^0.4.6",
6969
"next-themes": "^0.3.0",
@@ -73,13 +73,13 @@
7373
"react-day-picker": "^8.10.1",
7474
"react-dom": "18.3.1",
7575
"react-email": "2.1.4",
76-
"react-hook-form": "^7.51.5",
76+
"react-hook-form": "^7.52.0",
7777
"react-textarea-autosize": "^8.5.3",
78-
"resend": "^3.2.0",
78+
"resend": "^3.3.0",
7979
"sharp": "^0.33.4",
80-
"shiki": "^1.6.1",
80+
"shiki": "^1.7.0",
8181
"sonner": "^1.5.0",
82-
"stripe": "^15.8.0",
82+
"stripe": "^15.12.0",
8383
"tailwind-merge": "^2.3.0",
8484
"tailwindcss-animate": "^1.0.7",
8585
"vaul": "^0.9.1",
@@ -91,29 +91,29 @@
9191
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
9292
"@tailwindcss/line-clamp": "^0.4.4",
9393
"@tailwindcss/typography": "^0.5.13",
94-
"@types/node": "^20.13.0",
94+
"@types/node": "^20.14.5",
9595
"@types/react": "18.3.3",
9696
"@types/react-dom": "18.3.0",
9797
"autoprefixer": "^10.4.19",
9898
"eslint": "^8.57.0",
99-
"eslint-config-next": "14.2.3",
99+
"eslint-config-next": "14.2.4",
100100
"eslint-config-prettier": "^9.1.0",
101-
"eslint-plugin-react": "^7.34.2",
102-
"eslint-plugin-tailwindcss": "^3.17.0",
101+
"eslint-plugin-react": "^7.34.3",
102+
"eslint-plugin-tailwindcss": "^3.17.3",
103103
"husky": "^9.0.11",
104-
"mdast-util-toc": "^7.0.1",
104+
"mdast-util-toc": "^7.1.0",
105105
"postcss": "^8.4.38",
106-
"prettier": "^3.3.0",
106+
"prettier": "^3.3.2",
107107
"prettier-plugin-tailwindcss": "^0.6.1",
108108
"pretty-quick": "^4.0.0",
109-
"prisma": "^5.14.0",
109+
"prisma": "^5.15.1",
110110
"rehype": "^13.0.1",
111111
"rehype-autolink-headings": "^7.1.0",
112112
"rehype-pretty-code": "^0.13.2",
113113
"rehype-slug": "^6.0.0",
114114
"remark": "^15.0.1",
115115
"remark-gfm": "^4.0.0",
116-
"tailwindcss": "^3.4.3",
116+
"tailwindcss": "^3.4.4",
117117
"typescript": "5.4.5",
118118
"unist-util-visit": "^5.0.0"
119119
}

0 commit comments

Comments
 (0)