|
17 | 17 | "email": "email dev --dir emails --port 3333"
|
18 | 18 | },
|
19 | 19 | "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", |
23 | 23 | "@radix-ui/react-accessible-icon": "^1.0.3",
|
24 | 24 | "@radix-ui/react-accordion": "^1.1.2",
|
25 | 25 | "@radix-ui/react-alert-dialog": "^1.0.5",
|
|
52 | 52 | "@react-email/components": "0.0.19",
|
53 | 53 | "@react-email/html": "0.0.8",
|
54 | 54 | "@t3-oss/env-nextjs": "^0.10.1",
|
55 |
| - "@typescript-eslint/parser": "^7.11.0", |
| 55 | + "@typescript-eslint/parser": "^7.13.1", |
56 | 56 | "@vercel/analytics": "^1.3.1",
|
57 | 57 | "@vercel/og": "^0.6.2",
|
58 | 58 | "class-variance-authority": "^0.7.0",
|
|
63 | 63 | "date-fns": "^3.6.0",
|
64 | 64 | "lucide-react": "^0.381.0",
|
65 | 65 | "ms": "^2.1.3",
|
66 |
| - "next": "14.2.3", |
| 66 | + "next": "14.2.4", |
67 | 67 | "next-auth": "5.0.0-beta.18",
|
68 | 68 | "next-contentlayer2": "^0.4.6",
|
69 | 69 | "next-themes": "^0.3.0",
|
|
73 | 73 | "react-day-picker": "^8.10.1",
|
74 | 74 | "react-dom": "18.3.1",
|
75 | 75 | "react-email": "2.1.4",
|
76 |
| - "react-hook-form": "^7.51.5", |
| 76 | + "react-hook-form": "^7.52.0", |
77 | 77 | "react-textarea-autosize": "^8.5.3",
|
78 |
| - "resend": "^3.2.0", |
| 78 | + "resend": "^3.3.0", |
79 | 79 | "sharp": "^0.33.4",
|
80 |
| - "shiki": "^1.6.1", |
| 80 | + "shiki": "^1.7.0", |
81 | 81 | "sonner": "^1.5.0",
|
82 |
| - "stripe": "^15.8.0", |
| 82 | + "stripe": "^15.12.0", |
83 | 83 | "tailwind-merge": "^2.3.0",
|
84 | 84 | "tailwindcss-animate": "^1.0.7",
|
85 | 85 | "vaul": "^0.9.1",
|
|
91 | 91 | "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
92 | 92 | "@tailwindcss/line-clamp": "^0.4.4",
|
93 | 93 | "@tailwindcss/typography": "^0.5.13",
|
94 |
| - "@types/node": "^20.13.0", |
| 94 | + "@types/node": "^20.14.5", |
95 | 95 | "@types/react": "18.3.3",
|
96 | 96 | "@types/react-dom": "18.3.0",
|
97 | 97 | "autoprefixer": "^10.4.19",
|
98 | 98 | "eslint": "^8.57.0",
|
99 |
| - "eslint-config-next": "14.2.3", |
| 99 | + "eslint-config-next": "14.2.4", |
100 | 100 | "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", |
103 | 103 | "husky": "^9.0.11",
|
104 |
| - "mdast-util-toc": "^7.0.1", |
| 104 | + "mdast-util-toc": "^7.1.0", |
105 | 105 | "postcss": "^8.4.38",
|
106 |
| - "prettier": "^3.3.0", |
| 106 | + "prettier": "^3.3.2", |
107 | 107 | "prettier-plugin-tailwindcss": "^0.6.1",
|
108 | 108 | "pretty-quick": "^4.0.0",
|
109 |
| - "prisma": "^5.14.0", |
| 109 | + "prisma": "^5.15.1", |
110 | 110 | "rehype": "^13.0.1",
|
111 | 111 | "rehype-autolink-headings": "^7.1.0",
|
112 | 112 | "rehype-pretty-code": "^0.13.2",
|
113 | 113 | "rehype-slug": "^6.0.0",
|
114 | 114 | "remark": "^15.0.1",
|
115 | 115 | "remark-gfm": "^4.0.0",
|
116 |
| - "tailwindcss": "^3.4.3", |
| 116 | + "tailwindcss": "^3.4.4", |
117 | 117 | "typescript": "5.4.5",
|
118 | 118 | "unist-util-visit": "^5.0.0"
|
119 | 119 | }
|
|
0 commit comments