Skip to content

Commit 8caed3b

Browse files
committed
chore: update dependencies (remark-gfm to v4)
1 parent 91f7da3 commit 8caed3b

File tree

2 files changed

+1719
-2188
lines changed

2 files changed

+1719
-2188
lines changed

package.json

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"postinstall": "prisma generate",
1717
"email": "email dev --dir emails --port 3333"
1818
},
19-
"overrides": {
20-
"next-contentlayer": {
21-
"next": "$next"
22-
}
23-
},
2419
"dependencies": {
2520
"@auth/prisma-adapter": "^2.0.0",
2621
"@hookform/resolvers": "^3.3.4",
@@ -53,60 +48,60 @@
5348
"@radix-ui/react-toggle": "^1.0.3",
5449
"@radix-ui/react-toggle-group": "^1.0.4",
5550
"@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",
6156
"@vercel/analytics": "^1.2.2",
6257
"@vercel/og": "^0.6.2",
6358
"class-variance-authority": "^0.7.0",
6459
"clsx": "^2.1.1",
6560
"cmdk": "^1.0.0",
6661
"concurrently": "^8.2.2",
67-
"contentlayer": "^0.3.4",
62+
"contentlayer2": "^0.4.6",
6863
"date-fns": "^3.6.0",
69-
"lucide-react": "^0.372.0",
64+
"lucide-react": "^0.377.0",
7065
"ms": "^2.1.3",
7166
"next": "14.2.3",
7267
"next-auth": "5.0.0-beta.13",
73-
"next-contentlayer": "^0.3.4",
68+
"next-contentlayer2": "^0.4.6",
7469
"next-themes": "^0.3.0",
7570
"nodemailer": "^6.9.13",
7671
"prop-types": "^15.8.1",
77-
"react": "18.2.0",
72+
"react": "18.3.1",
7873
"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",
8176
"react-hook-form": "^7.51.3",
8277
"react-textarea-autosize": "^8.5.3",
8378
"resend": "^3.2.0",
8479
"sharp": "^0.33.3",
85-
"shiki": "^1.3.0",
86-
"stripe": "^15.3.0",
80+
"shiki": "^1.4.0",
81+
"stripe": "^15.4.0",
8782
"tailwind-merge": "^2.3.0",
8883
"tailwindcss-animate": "^1.0.7",
8984
"vaul": "^0.9.0",
90-
"zod": "^3.23.4",
85+
"zod": "^3.23.5",
9186
"zustand": "^4.5.2"
9287
},
9388
"devDependencies": {
9489
"@commitlint/cli": "^19.3.0",
9590
"@commitlint/config-conventional": "^19.2.2",
9691
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
9792
"@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",
10297
"autoprefixer": "^10.4.19",
10398
"eslint": "^8.57.0",
10499
"eslint-config-next": "14.2.3",
105100
"eslint-config-prettier": "^9.1.0",
106101
"eslint-plugin-react": "^7.34.1",
107102
"eslint-plugin-tailwindcss": "^3.15.1",
108103
"husky": "^9.0.11",
109-
"mdast-util-toc": "^7.0.0",
104+
"mdast-util-toc": "^7.0.1",
110105
"postcss": "^8.4.38",
111106
"prettier": "^3.2.5",
112107
"prettier-plugin-tailwindcss": "^0.5.14",
@@ -117,7 +112,7 @@
117112
"rehype-pretty-code": "^0.13.1",
118113
"rehype-slug": "^6.0.0",
119114
"remark": "^15.0.1",
120-
"remark-gfm": "^3.0.1",
115+
"remark-gfm": "^4.0.0",
121116
"tailwindcss": "^3.4.3",
122117
"typescript": "5.4.5",
123118
"unist-util-visit": "^5.0.0"

0 commit comments

Comments
 (0)