18
18
},
19
19
"dependencies" : {
20
20
"@auth/prisma-adapter" : " ^2.4.1" ,
21
- "@hookform/resolvers" : " ^3.6 .0" ,
22
- "@prisma/client" : " ^5.15.1 " ,
21
+ "@hookform/resolvers" : " ^3.9 .0" ,
22
+ "@prisma/client" : " ^5.17.0 " ,
23
23
"@radix-ui/react-accessible-icon" : " ^1.1.0" ,
24
24
"@radix-ui/react-accordion" : " ^1.2.0" ,
25
25
"@radix-ui/react-alert-dialog" : " ^1.1.1" ,
26
26
"@radix-ui/react-aspect-ratio" : " ^1.1.0" ,
27
27
"@radix-ui/react-avatar" : " ^1.1.0" ,
28
- "@radix-ui/react-checkbox" : " ^1.1.0 " ,
28
+ "@radix-ui/react-checkbox" : " ^1.1.1 " ,
29
29
"@radix-ui/react-collapsible" : " ^1.1.0" ,
30
30
"@radix-ui/react-context-menu" : " ^2.2.1" ,
31
31
"@radix-ui/react-dialog" : " ^1.1.1" ,
47
47
"@radix-ui/react-toast" : " ^1.2.1" ,
48
48
"@radix-ui/react-toggle" : " ^1.1.0" ,
49
49
"@radix-ui/react-toggle-group" : " ^1.1.0" ,
50
- "@radix-ui/react-tooltip" : " ^1.1.1 " ,
50
+ "@radix-ui/react-tooltip" : " ^1.1.2 " ,
51
51
"@react-email/button" : " 0.0.15" ,
52
52
"@react-email/components" : " 0.0.21" ,
53
53
"@react-email/html" : " 0.0.8" ,
54
- "@t3-oss/env-nextjs" : " ^0.10.1 " ,
55
- "@typescript-eslint/parser" : " ^7.14.1 " ,
54
+ "@t3-oss/env-nextjs" : " ^0.11.0 " ,
55
+ "@typescript-eslint/parser" : " ^7.17.0 " ,
56
56
"@vercel/analytics" : " ^1.3.1" ,
57
57
"@vercel/og" : " ^0.6.2" ,
58
58
"class-variance-authority" : " ^0.7.0" ,
59
59
"clsx" : " ^2.1.1" ,
60
60
"cmdk" : " ^1.0.0" ,
61
61
"concurrently" : " ^8.2.2" ,
62
- "contentlayer2" : " ^0.4.6 " ,
62
+ "contentlayer2" : " ^0.5.0 " ,
63
63
"date-fns" : " ^3.6.0" ,
64
- "lucide-react" : " ^0.381 .0" ,
64
+ "lucide-react" : " ^0.414 .0" ,
65
65
"ms" : " ^2.1.3" ,
66
- "next" : " 14.2.4 " ,
66
+ "next" : " 14.2.5 " ,
67
67
"next-auth" : " 5.0.0-beta.19" ,
68
- "next-contentlayer2" : " ^0.4.6 " ,
68
+ "next-contentlayer2" : " ^0.5.0 " ,
69
69
"next-themes" : " ^0.3.0" ,
70
70
"prop-types" : " ^15.8.1" ,
71
71
"react" : " 18.3.1" ,
72
72
"react-day-picker" : " ^8.10.1" ,
73
73
"react-dom" : " 18.3.1" ,
74
74
"react-email" : " 2.1.5" ,
75
- "react-hook-form" : " ^7.52.0 " ,
75
+ "react-hook-form" : " ^7.52.1 " ,
76
76
"react-textarea-autosize" : " ^8.5.3" ,
77
- "resend" : " ^3.4 .0" ,
77
+ "resend" : " ^3.5 .0" ,
78
78
"sharp" : " ^0.33.4" ,
79
- "shiki" : " ^1.9.1 " ,
79
+ "shiki" : " ^1.11.0 " ,
80
80
"sonner" : " ^1.5.0" ,
81
81
"stripe" : " ^15.12.0" ,
82
- "tailwind-merge" : " ^2.3 .0" ,
82
+ "tailwind-merge" : " ^2.4 .0" ,
83
83
"tailwindcss-animate" : " ^1.0.7" ,
84
84
"vaul" : " ^0.9.1" ,
85
85
"zod" : " ^3.23.8"
86
86
},
87
87
"devDependencies" : {
88
88
"@commitlint/cli" : " ^19.3.0" ,
89
89
"@commitlint/config-conventional" : " ^19.2.2" ,
90
- "@ianvs/prettier-plugin-sort-imports" : " ^4.2 .1" ,
90
+ "@ianvs/prettier-plugin-sort-imports" : " ^4.3 .1" ,
91
91
"@tailwindcss/line-clamp" : " ^0.4.4" ,
92
92
"@tailwindcss/typography" : " ^0.5.13" ,
93
- "@types/node" : " ^20.14.8 " ,
93
+ "@types/node" : " ^20.14.11 " ,
94
94
"@types/react" : " 18.3.3" ,
95
95
"@types/react-dom" : " 18.3.0" ,
96
96
"autoprefixer" : " ^10.4.19" ,
97
97
"eslint" : " ^8.57.0" ,
98
- "eslint-config-next" : " 14.2.4 " ,
98
+ "eslint-config-next" : " 14.2.5 " ,
99
99
"eslint-config-prettier" : " ^9.1.0" ,
100
- "eslint-plugin-react" : " ^7.34.3 " ,
100
+ "eslint-plugin-react" : " ^7.35.0 " ,
101
101
"eslint-plugin-tailwindcss" : " ^3.17.4" ,
102
- "husky" : " ^9.0.11 " ,
102
+ "husky" : " ^9.1.1 " ,
103
103
"mdast-util-toc" : " ^7.1.0" ,
104
- "postcss" : " ^8.4.38 " ,
105
- "prettier" : " ^3.3.2 " ,
106
- "prettier-plugin-tailwindcss" : " ^0.6.1 " ,
104
+ "postcss" : " ^8.4.39 " ,
105
+ "prettier" : " ^3.3.3 " ,
106
+ "prettier-plugin-tailwindcss" : " ^0.6.5 " ,
107
107
"pretty-quick" : " ^4.0.0" ,
108
- "prisma" : " ^5.15.1 " ,
108
+ "prisma" : " ^5.17.0 " ,
109
109
"rehype" : " ^13.0.1" ,
110
110
"rehype-autolink-headings" : " ^7.1.0" ,
111
111
"rehype-pretty-code" : " ^0.13.2" ,
112
112
"rehype-slug" : " ^6.0.0" ,
113
113
"remark" : " ^15.0.1" ,
114
114
"remark-gfm" : " ^4.0.0" ,
115
- "tailwindcss" : " ^3.4.4 " ,
116
- "typescript" : " 5.5.2 " ,
115
+ "tailwindcss" : " ^3.4.6 " ,
116
+ "typescript" : " 5.5.3 " ,
117
117
"unist-util-visit" : " ^5.0.0"
118
118
}
119
119
}
0 commit comments