File tree 6 files changed +1474
-1656
lines changed
6 files changed +1474
-1656
lines changed Original file line number Diff line number Diff line change 20
20
"@prisma/client" : " ^5.17.0" ,
21
21
"@radix-ui/react-select" : " ^2.1.2" ,
22
22
"@vercel/postgres" : " ^0.10.0" ,
23
- "cva" : " 1.0.0-beta.1 " ,
23
+ "cva" : " 1.0.0-beta.2 " ,
24
24
"date-fns" : " ^4.1.0" ,
25
25
"fumadocs-core" : " ^13.0.1" ,
26
26
"fumadocs-mdx" : " ^9.0.0" ,
27
27
"fumadocs-ui" : " ^13.0.1" ,
28
- "lucide-react" : " ^0.452 .0" ,
28
+ "lucide-react" : " ^0.461 .0" ,
29
29
"next" : " ^14.2.5" ,
30
30
"next-auth" : " ^4.24.7" ,
31
- "next-themes" : " ^0.3 .0" ,
31
+ "next-themes" : " ^0.4 .0" ,
32
32
"prisma" : " ^5.17.0" ,
33
33
"react" : " ^18.3.1" ,
34
34
"react-dom" : " ^18.3.1" ,
Original file line number Diff line number Diff line change 1
1
services :
2
2
db :
3
- image : postgres:16.4
3
+ image : postgres:16.6
4
4
user : postgres
5
5
restart : always
6
6
environment :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fuma-comment" ,
3
3
"private" : true ,
4
- "packageManager" : " pnpm@9.12.1 " ,
4
+ "packageManager" : " pnpm@9.14.2 " ,
5
5
"scripts" : {
6
6
"version" : " changeset version" ,
7
7
"release" : " turbo run build --filter=./packages/* && changeset publish" ,
Original file line number Diff line number Diff line change 16
16
"dependencies" : {
17
17
"react" : " ^18" ,
18
18
"react-dom" : " ^18" ,
19
- "next" : " 14.2.15 "
19
+ "next" : " 14.2.18 "
20
20
},
21
21
"devDependencies" : {
22
22
"typescript" : " ^5" ,
Original file line number Diff line number Diff line change 76
76
"@tiptap/react" : " ^2.5.8" ,
77
77
"@tiptap/suggestion" : " ^2.5.8" ,
78
78
"class-variance-authority" : " ^0.7.0" ,
79
- "lucide-react" : " ^0.452 .0" ,
79
+ "lucide-react" : " ^0.461 .0" ,
80
80
"swr" : " ^2.2.5" ,
81
81
"tailwind-merge" : " ^2.4.0" ,
82
82
"tippy.js" : " ^6.3.7"
You can’t perform that action at this time.
0 commit comments