|
16 | 16 | "postinstall": "prisma generate", |
17 | 17 | "email": "email dev --dir emails --port 3333" |
18 | 18 | }, |
19 | | - "overrides": { |
20 | | - "next-contentlayer": { |
21 | | - "next": "$next" |
22 | | - } |
23 | | - }, |
24 | 19 | "dependencies": { |
25 | 20 | "@auth/prisma-adapter": "^2.0.0", |
26 | 21 | "@hookform/resolvers": "^3.3.4", |
|
53 | 48 | "@radix-ui/react-toggle": "^1.0.3", |
54 | 49 | "@radix-ui/react-toggle-group": "^1.0.4", |
55 | 50 | "@radix-ui/react-tooltip": "^1.0.7", |
56 | | - "@react-email/button": "0.0.14", |
57 | | - "@react-email/components": "0.0.16", |
58 | | - "@react-email/html": "0.0.7", |
59 | | - "@t3-oss/env-nextjs": "^0.9.2", |
60 | | - "@typescript-eslint/parser": "^7.7.1", |
| 51 | + "@react-email/button": "0.0.15", |
| 52 | + "@react-email/components": "0.0.17", |
| 53 | + "@react-email/html": "0.0.8", |
| 54 | + "@t3-oss/env-nextjs": "^0.10.1", |
| 55 | + "@typescript-eslint/parser": "^7.8.0", |
61 | 56 | "@vercel/analytics": "^1.2.2", |
62 | 57 | "@vercel/og": "^0.6.2", |
63 | 58 | "class-variance-authority": "^0.7.0", |
64 | 59 | "clsx": "^2.1.1", |
65 | 60 | "cmdk": "^1.0.0", |
66 | 61 | "concurrently": "^8.2.2", |
67 | | - "contentlayer": "^0.3.4", |
| 62 | + "contentlayer2": "^0.4.6", |
68 | 63 | "date-fns": "^3.6.0", |
69 | | - "lucide-react": "^0.372.0", |
| 64 | + "lucide-react": "^0.377.0", |
70 | 65 | "ms": "^2.1.3", |
71 | 66 | "next": "14.2.3", |
72 | 67 | "next-auth": "5.0.0-beta.13", |
73 | | - "next-contentlayer": "^0.3.4", |
| 68 | + "next-contentlayer2": "^0.4.6", |
74 | 69 | "next-themes": "^0.3.0", |
75 | 70 | "nodemailer": "^6.9.13", |
76 | 71 | "prop-types": "^15.8.1", |
77 | | - "react": "18.2.0", |
| 72 | + "react": "18.3.1", |
78 | 73 | "react-day-picker": "^8.10.1", |
79 | | - "react-dom": "18.2.0", |
80 | | - "react-email": "2.1.1", |
| 74 | + "react-dom": "18.3.1", |
| 75 | + "react-email": "2.1.2", |
81 | 76 | "react-hook-form": "^7.51.3", |
82 | 77 | "react-textarea-autosize": "^8.5.3", |
83 | 78 | "resend": "^3.2.0", |
84 | 79 | "sharp": "^0.33.3", |
85 | | - "shiki": "^1.3.0", |
86 | | - "stripe": "^15.3.0", |
| 80 | + "shiki": "^1.4.0", |
| 81 | + "stripe": "^15.4.0", |
87 | 82 | "tailwind-merge": "^2.3.0", |
88 | 83 | "tailwindcss-animate": "^1.0.7", |
89 | 84 | "vaul": "^0.9.0", |
90 | | - "zod": "^3.23.4", |
| 85 | + "zod": "^3.23.5", |
91 | 86 | "zustand": "^4.5.2" |
92 | 87 | }, |
93 | 88 | "devDependencies": { |
94 | 89 | "@commitlint/cli": "^19.3.0", |
95 | 90 | "@commitlint/config-conventional": "^19.2.2", |
96 | 91 | "@ianvs/prettier-plugin-sort-imports": "^4.2.1", |
97 | 92 | "@tailwindcss/line-clamp": "^0.4.4", |
98 | | - "@tailwindcss/typography": "^0.5.12", |
99 | | - "@types/node": "^20.12.7", |
100 | | - "@types/react": "18.2.79", |
101 | | - "@types/react-dom": "18.2.25", |
| 93 | + "@tailwindcss/typography": "^0.5.13", |
| 94 | + "@types/node": "^20.12.8", |
| 95 | + "@types/react": "18.3.1", |
| 96 | + "@types/react-dom": "18.3.0", |
102 | 97 | "autoprefixer": "^10.4.19", |
103 | 98 | "eslint": "^8.57.0", |
104 | 99 | "eslint-config-next": "14.2.3", |
105 | 100 | "eslint-config-prettier": "^9.1.0", |
106 | 101 | "eslint-plugin-react": "^7.34.1", |
107 | 102 | "eslint-plugin-tailwindcss": "^3.15.1", |
108 | 103 | "husky": "^9.0.11", |
109 | | - "mdast-util-toc": "^7.0.0", |
| 104 | + "mdast-util-toc": "^7.0.1", |
110 | 105 | "postcss": "^8.4.38", |
111 | 106 | "prettier": "^3.2.5", |
112 | 107 | "prettier-plugin-tailwindcss": "^0.5.14", |
|
117 | 112 | "rehype-pretty-code": "^0.13.1", |
118 | 113 | "rehype-slug": "^6.0.0", |
119 | 114 | "remark": "^15.0.1", |
120 | | - "remark-gfm": "^3.0.1", |
| 115 | + "remark-gfm": "^4.0.0", |
121 | 116 | "tailwindcss": "^3.4.3", |
122 | 117 | "typescript": "5.4.5", |
123 | 118 | "unist-util-visit": "^5.0.0" |
|
0 commit comments