File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ export const libs = [
18
18
"@dnd-kit/modifiers" ,
19
19
"@dnd-kit/sortable" ,
20
20
"@dnd-kit/utilities" ,
21
+ {
22
+ name : "moment" ,
23
+ extractDefault : true ,
24
+ } ,
21
25
{
22
26
name : "dayjs" ,
23
27
extractDefault : true ,
Original file line number Diff line number Diff line change 57
57
"lowcoder-core" : " workspace:^" ,
58
58
"lowcoder-design" : " workspace:^" ,
59
59
"mime" : " ^3.0.0" ,
60
+ "moment" : " ^2.29.4" ,
60
61
"numbro" : " ^2.3.6" ,
61
62
"papaparse" : " ^5.3.2" ,
62
63
"qrcode.react" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -11743,6 +11743,7 @@ __metadata:
11743
11743
lowcoder-design: "workspace:^"
11744
11744
lowcoder-dev-utils: "workspace:^"
11745
11745
mime: ^3.0.0
11746
+ moment: ^2.29.4
11746
11747
numbro: ^2.3.6
11747
11748
papaparse: ^5.3.2
11748
11749
qrcode.react: ^3.1.0
You can’t perform that action at this time.
0 commit comments