Skip to content

Commit 1a1fec3

Browse files
committed
fix: fix bugs
1 parent fa77ae5 commit 1a1fec3

File tree

4 files changed

+1182
-505
lines changed

4 files changed

+1182
-505
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@ltopx/lx-ui": "0.1.18",
2222
"@next-auth/prisma-adapter": "1.0.7",
2323
"@prisma/client": "5.3.1",
24-
"@radix-ui/react-dialog": "1.0.4",
24+
"@radix-ui/react-dialog": "1.0.5",
2525
"@radix-ui/react-dropdown-menu": "2.0.6",
2626
"@radix-ui/react-label": "2.0.2",
2727
"@radix-ui/react-popover": "1.0.7",
@@ -35,10 +35,10 @@
3535
"@react-email/components": "0.0.7",
3636
"@react-email/render": "0.0.7",
3737
"@svgr/webpack": "8.1.0",
38-
"@types/node": "20.7.0",
39-
"@types/react": "18.2.23",
38+
"@types/node": "20.8.0",
39+
"@types/react": "18.2.24",
4040
"@types/react-dom": "18.2.8",
41-
"@upstash/redis": "1.22.0",
41+
"@upstash/redis": "1.22.1",
4242
"ahooks": "3.7.8",
4343
"autoprefixer": "10.4.16",
4444
"class-variance-authority": "0.7.0",
@@ -62,16 +62,16 @@
6262
"next-intl": "2.20.2",
6363
"next-themes": "0.2.1",
6464
"nodemailer": "6.9.5",
65-
"postcss": "8.4.30",
65+
"postcss": "8.4.31",
6666
"react": "18.2.0",
6767
"react-day-picker": "8.8.2",
6868
"react-dom": "18.2.0",
6969
"react-hot-toast": "2.4.1",
70-
"react-markdown": "8.0.7",
70+
"react-markdown": "9.0.0",
7171
"react-syntax-highlighter": "15.5.0",
72-
"rehype-katex": "6.0.3",
73-
"remark-gfm": "3.0.1",
74-
"remark-math": "5.1.1",
72+
"rehype-katex": "7.0.0",
73+
"remark-gfm": "4.0.0",
74+
"remark-math": "6.0.0",
7575
"tailwind-merge": "1.14.0",
7676
"tailwindcss": "3.3.3",
7777
"tailwindcss-animate": "1.0.7",

0 commit comments

Comments
 (0)