File tree Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Expand file tree Collapse file tree 5 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 67
67
"packageManager" : " yarn@3.2.4" ,
68
68
"resolutions" : {
69
69
"@types/react" : " ^17" ,
70
- "moment" : " 2.29.2" ,
71
70
"canvas" : " https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz" ,
72
71
"react-virtualized@^9.22.3" : " patch:react-virtualized@npm%3A9.22.3#./.yarn/patches/react-virtualized-npm-9.22.3-0fff3cbf64.patch" ,
73
72
"eslint-plugin-only-ascii@^0.0.0" : " patch:eslint-plugin-only-ascii@npm%3A0.0.0#./.yarn/patches/eslint-plugin-only-ascii-npm-0.0.0-29e3417685.patch"
Original file line number Diff line number Diff line change @@ -18,10 +18,6 @@ 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
- } ,
25
21
{
26
22
name : "dayjs" ,
27
23
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" ,
61
60
"numbro" : " ^2.3.6" ,
62
61
"papaparse" : " ^5.3.2" ,
63
62
"qrcode.react" : " ^3.1.0" ,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ const HookMap: HookCompMapRawType = {
85
85
currentTime : CurrentTimeHookComp ,
86
86
lodashJsLib : LodashJsLib ,
87
87
dayJsLib : DayJsLib ,
88
- momentJsLib : DayJsLib ,
88
+ momentJsLib : DayJsLib , // old components use this hook
89
89
utils : UtilsComp ,
90
90
message : MessageComp ,
91
91
localStorage : LocalStorageComp ,
Original file line number Diff line number Diff line change @@ -11743,7 +11743,6 @@ __metadata:
11743
11743
lowcoder-design: "workspace:^"
11744
11744
lowcoder-dev-utils: "workspace:^"
11745
11745
mime: ^3.0.0
11746
- moment: ^2.29.4
11747
11746
numbro: ^2.3.6
11748
11747
papaparse: ^5.3.2
11749
11748
qrcode.react: ^3.1.0
You can’t perform that action at this time.
0 commit comments