File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed
test/fixtures/rax-component Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"tslib" : " ^1.11.1" ,
14
- "typescript" : " ^3.8.3 "
14
+ "typescript" : " ^5 "
15
15
}
16
16
}
Original file line number Diff line number Diff line change 34
34
"devDependencies" : {
35
35
"@docusaurus/module-type-aliases" : " ^2.2.0" ,
36
36
"@tsconfig/docusaurus" : " ^1.0.5" ,
37
- "typescript" : " ^4.7.4 "
37
+ "typescript" : " ^5 "
38
38
},
39
39
"browserslist" : {
40
40
"production" : [
Original file line number Diff line number Diff line change 136
136
"ts-loader" : " ^6.2.2" ,
137
137
"ts-node" : " ^8.10.2" ,
138
138
"tsconfig-paths" : " ^3.9.0" ,
139
- "typescript" : " 4.x " ,
139
+ "typescript" : " ^5 " ,
140
140
"yargs-parser" : " ^20.2.9"
141
141
},
142
142
"engines" : {
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ codealike.json
588
588
"prettier": "^2.3.2",
589
589
"ts-jest": "^26.4.4",
590
590
"ts-node": "^9.0.0",
591
- "typescript": "4.x "
591
+ "typescript": "^5 "
592
592
}
593
593
}
594
594
` ,
Original file line number Diff line number Diff line change 57
57
"safe-eval" : " ^0.4.1" ,
58
58
"short-uuid" : " ^3.1.1" ,
59
59
"ts-polyfill" : " ^3.8.1-rc" ,
60
- "typescript" : " 3.9.4 " ,
60
+ "typescript" : " ^5 " ,
61
61
"vm2" : " ^3.9.2"
62
62
},
63
63
"publishConfig" : {
Original file line number Diff line number Diff line change 49
49
"rax" : " ^1.1.0" ,
50
50
"rax-test-renderer" : " ^1.0.0" ,
51
51
"stylelint" : " ^13.7.2" ,
52
- "typescript" : " ^3.7.3 "
52
+ "typescript" : " ^5 "
53
53
},
54
54
"componentConfig" : {
55
55
"name" : " ChaoshiMetaExample" ,
Original file line number Diff line number Diff line change 50
50
"gulp" : " ^4.0.2" ,
51
51
"husky" : " ^7.0.4" ,
52
52
"lerna" : " ^4.0.0" ,
53
- "typescript" : " 4.6.2 " ,
53
+ "typescript" : " ^5 " ,
54
54
"yarn" : " ^1.22.17" ,
55
55
"rimraf" : " ^3.0.2" ,
56
56
"@types/react-router" : " 5.1.18" ,
66
66
"lockfile" : " enable"
67
67
},
68
68
"resolutions" : {
69
- "typescript" : " 4.6.2 " ,
69
+ "typescript" : " ^5 " ,
70
70
"react-error-overlay" : " 6.0.9"
71
71
},
72
72
"repository" :
" [email protected] :alibaba/lowcode-engine.git"
Original file line number Diff line number Diff line change 42
42
"jest" : " ^26.6.3" ,
43
43
"lodash" : " ^4.17.20" ,
44
44
"moment" : " ^2.29.1" ,
45
- "typescript" : " ^4.0.3 "
45
+ "typescript" : " ^5 "
46
46
},
47
47
"publishConfig" : {
48
48
"access" : " public" ,
Original file line number Diff line number Diff line change 38
38
"jest" : " ^26.6.3" ,
39
39
"lodash" : " ^4.17.20" ,
40
40
"moment" : " ^2.29.1" ,
41
- "typescript" : " ^4.0.3 "
41
+ "typescript" : " ^5 "
42
42
},
43
43
"publishConfig" : {
44
44
"access" : " public" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class CommonUI implements IPublicApiCommonUI {
14
14
[ editorSymbol ] : IEditor ;
15
15
16
16
Balloon = Balloon ;
17
- Breadcrumb = Breadcrumb ;
17
+ Breadcrumb = Breadcrumb as any ;
18
18
Button = Button ;
19
19
Card = Card ;
20
20
Checkbox = Checkbox ;
@@ -31,7 +31,7 @@ export class CommonUI implements IPublicApiCommonUI {
31
31
Radio = Radio ;
32
32
Search = Search ;
33
33
Select = Select ;
34
- SplitButton = SplitButton ;
34
+ SplitButton = SplitButton as any ;
35
35
Step = Step ;
36
36
Switch = Switch ;
37
37
Tab = Tab ;
You can’t perform that action at this time.
0 commit comments