@module-federation/devtools 0.0.0-next-20250121111439 → 0.0.0-next-20250126023024
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/App.module.js +1 -1
- package/dist/es/App_module.css +2 -2
- package/dist/es/component/Form/index.module.js +1 -1
- package/dist/es/component/Form/index_module.css +11 -11
- package/dist/es/component/Graph/index.module.js +1 -1
- package/dist/es/component/Graph/index_module.css +3 -3
- package/dist/es/component/GraphItem/index.module.js +1 -1
- package/dist/es/component/GraphItem/index_module.css +9 -9
- package/dist/es/component/Layout/index.module.js +1 -1
- package/dist/es/component/Layout/index_module.css +11 -11
- package/dist/lib/App.module.js +1 -1
- package/dist/lib/App_module.css +2 -2
- package/dist/lib/component/Form/index.module.js +1 -1
- package/dist/lib/component/Form/index_module.css +11 -11
- package/dist/lib/component/Graph/index.module.js +1 -1
- package/dist/lib/component/Graph/index_module.css +3 -3
- package/dist/lib/component/GraphItem/index.module.js +1 -1
- package/dist/lib/component/GraphItem/index_module.css +9 -9
- package/dist/lib/component/Layout/index.module.js +1 -1
- package/dist/lib/component/Layout/index_module.css +11 -11
- package/package.json +8 -8
package/dist/es/App.module.js
CHANGED
package/dist/es/App_module.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./index_module.css";
|
|
2
|
-
var index_module_default = { "container": "
|
|
2
|
+
var index_module_default = { "container": "container_d4447", "checkBox": "checkBox_d4447", "input": "input_d4447", "delete": "delete_d4447", "header": "header_d4447", "add": "add_d4447", "title": "title_d4447", "status": "status_d4447", "message": "message_d4447", "switch": "switch_d4447", "badge": "badge_d4447" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container_d4447 {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.container_d4447 .checkBox_d4447 {
|
|
6
6
|
transform: scale(1.25);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.container_d4447 .input_d4447 {
|
|
9
9
|
margin: 0 1vw 0 0;
|
|
10
10
|
flex: 1 1;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.container_d4447 .delete_d4447 {
|
|
13
13
|
margin: 0 0 0 1vw;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.header_d4447 {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
margin: 1vh 0;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.header_d4447 .add_d4447 {
|
|
22
22
|
margin: 0 0.5vw;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.header_d4447 .title_d4447 {
|
|
25
25
|
margin: 0 0.5vw;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.header_d4447 .status_d4447 {
|
|
28
28
|
display: flex;
|
|
29
29
|
flex: 1 1;
|
|
30
30
|
justify-content: flex-end;
|
|
31
31
|
align-items: center;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.header_d4447 .status_d4447 .message_d4447 {
|
|
34
34
|
flex: 1 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.header_d4447 .status_d4447 .switch_d4447 {
|
|
37
37
|
margin-left: 0.5vw;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.header_d4447 .badge_d4447 {
|
|
40
40
|
display: flex;
|
|
41
41
|
transform: scale(1.6);
|
|
42
42
|
margin: 0 0.6vw;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./index_module.css";
|
|
2
|
-
var index_module_default = { "depWrapper": "
|
|
2
|
+
var index_module_default = { "depWrapper": "depWrapper_ea6ad", "table": "table_ea6ad", "graph": "graph_ea6ad" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.
|
|
1
|
+
.depWrapper_ea6ad {
|
|
2
2
|
border: 1px solid #e5e6ec;
|
|
3
3
|
margin-top: 16px;
|
|
4
4
|
padding-top: 14px;
|
|
5
5
|
border-radius: 8px;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.depWrapper_ea6ad .table_ea6ad {
|
|
8
8
|
margin: 8px 0 20px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.depWrapper_ea6ad .graph_ea6ad {
|
|
11
11
|
height: 80vh !important;
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./index_module.css";
|
|
2
|
-
var index_module_default = { "Wrapper": "
|
|
2
|
+
var index_module_default = { "Wrapper": "Wrapper_ec5dd", "container": "container_ec5dd", "group": "group_ec5dd", "name": "name_ec5dd", "info": "info_ec5dd", "expose-container": "expose-container_ec5dd", "type": "type_ec5dd", "item": "item_ec5dd", "message": "message_ec5dd" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.Wrapper_ec5dd {
|
|
2
2
|
display: flex;
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
border-radius: 10px;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
width: 300px;
|
|
8
8
|
overflow: hidden;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.Wrapper_ec5dd .container_ec5dd {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
width: 100%;
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
margin: 0;
|
|
16
16
|
padding: 0;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.Wrapper_ec5dd .container_ec5dd .group_ec5dd {
|
|
19
19
|
display: flex;
|
|
20
20
|
align-items: center;
|
|
21
21
|
margin-bottom: 3px;
|
|
22
22
|
width: 100%;
|
|
23
23
|
padding: 5px 0;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.Wrapper_ec5dd .container_ec5dd .group_ec5dd .name_ec5dd {
|
|
26
26
|
color: white;
|
|
27
27
|
text-align: center;
|
|
28
28
|
margin: 0 auto;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd {
|
|
31
31
|
display: flex;
|
|
32
32
|
flex-direction: column;
|
|
33
33
|
background-color: white;
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
border-radius: 0 0 5px 5px;
|
|
37
37
|
font-size: 12px;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd .expose-container_ec5dd {
|
|
40
40
|
display: flex;
|
|
41
41
|
margin-bottom: 5px;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd .type_ec5dd {
|
|
44
44
|
font-weight: bold;
|
|
45
45
|
margin-right: 10px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd .item_ec5dd {
|
|
48
48
|
display: inline-block;
|
|
49
49
|
padding: 5px;
|
|
50
50
|
background: lightgray;
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
text-overflow: ellipsis;
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.Wrapper_ec5dd .container_ec5dd .message_ec5dd {
|
|
60
60
|
display: flex;
|
|
61
61
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./index_module.css";
|
|
2
|
-
var index_module_default = { "select": "
|
|
2
|
+
var index_module_default = { "select": "select_8649e", "card": "card_8649e", "appName": "appName_8649e", "tagContainer": "tagContainer_8649e", "tag": "tag_8649e", "header": "header_8649e", "add": "add_8649e", "title": "title_8649e", "status": "status_8649e", "switch": "switch_8649e", "badge": "badge_8649e" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select_8649e {
|
|
2
2
|
margin-top: 1vh;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.card_8649e {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 4vh;
|
|
8
8
|
align-items: center;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.card_8649e .appName_8649e {
|
|
11
11
|
margin: 1vh 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.tagContainer_8649e {
|
|
15
15
|
display: flex;
|
|
16
16
|
align-items: center;
|
|
17
17
|
margin-bottom: 1vh;
|
|
18
18
|
color: rgb(78, 89, 105);
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.tagContainer_8649e .tag_8649e {
|
|
21
21
|
margin-left: 1vw;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.header_8649e {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
margin: 1vh 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.header_8649e .add_8649e {
|
|
30
30
|
margin: 0 0.5vw;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.header_8649e .title_8649e {
|
|
33
33
|
margin: 0 0.5vw;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.header_8649e .status_8649e {
|
|
36
36
|
display: flex;
|
|
37
37
|
flex: 1 1;
|
|
38
38
|
justify-content: flex-end;
|
|
39
39
|
align-items: center;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.header_8649e .status_8649e .switch_8649e {
|
|
42
42
|
margin-left: 0.5vw;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.header_8649e .badge_8649e {
|
|
45
45
|
display: flex;
|
|
46
46
|
transform: scale(1.6);
|
|
47
47
|
margin: 0 0.6vw;
|
package/dist/lib/App.module.js
CHANGED
|
@@ -22,4 +22,4 @@ __export(App_module_exports, {
|
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(App_module_exports);
|
|
24
24
|
var import_App_module = require("./App_module.css");
|
|
25
|
-
var App_module_default = { "layout": "
|
|
25
|
+
var App_module_default = { "layout": "layout_37aa2", "content": "content_37aa2" };
|
package/dist/lib/App_module.css
CHANGED
|
@@ -22,4 +22,4 @@ __export(index_module_exports, {
|
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(index_module_exports);
|
|
24
24
|
var import_index_module = require("./index_module.css");
|
|
25
|
-
var index_module_default = { "container": "
|
|
25
|
+
var index_module_default = { "container": "container_d4447", "checkBox": "checkBox_d4447", "input": "input_d4447", "delete": "delete_d4447", "header": "header_d4447", "add": "add_d4447", "title": "title_d4447", "status": "status_d4447", "message": "message_d4447", "switch": "switch_d4447", "badge": "badge_d4447" };
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container_d4447 {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.container_d4447 .checkBox_d4447 {
|
|
6
6
|
transform: scale(1.25);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.container_d4447 .input_d4447 {
|
|
9
9
|
margin: 0 1vw 0 0;
|
|
10
10
|
flex: 1 1;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.container_d4447 .delete_d4447 {
|
|
13
13
|
margin: 0 0 0 1vw;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.header_d4447 {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
margin: 1vh 0;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.header_d4447 .add_d4447 {
|
|
22
22
|
margin: 0 0.5vw;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.header_d4447 .title_d4447 {
|
|
25
25
|
margin: 0 0.5vw;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.header_d4447 .status_d4447 {
|
|
28
28
|
display: flex;
|
|
29
29
|
flex: 1 1;
|
|
30
30
|
justify-content: flex-end;
|
|
31
31
|
align-items: center;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.header_d4447 .status_d4447 .message_d4447 {
|
|
34
34
|
flex: 1 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.header_d4447 .status_d4447 .switch_d4447 {
|
|
37
37
|
margin-left: 0.5vw;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.header_d4447 .badge_d4447 {
|
|
40
40
|
display: flex;
|
|
41
41
|
transform: scale(1.6);
|
|
42
42
|
margin: 0 0.6vw;
|
|
@@ -22,4 +22,4 @@ __export(index_module_exports, {
|
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(index_module_exports);
|
|
24
24
|
var import_index_module = require("./index_module.css");
|
|
25
|
-
var index_module_default = { "depWrapper": "
|
|
25
|
+
var index_module_default = { "depWrapper": "depWrapper_ea6ad", "table": "table_ea6ad", "graph": "graph_ea6ad" };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.
|
|
1
|
+
.depWrapper_ea6ad {
|
|
2
2
|
border: 1px solid #e5e6ec;
|
|
3
3
|
margin-top: 16px;
|
|
4
4
|
padding-top: 14px;
|
|
5
5
|
border-radius: 8px;
|
|
6
6
|
}
|
|
7
|
-
.
|
|
7
|
+
.depWrapper_ea6ad .table_ea6ad {
|
|
8
8
|
margin: 8px 0 20px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.depWrapper_ea6ad .graph_ea6ad {
|
|
11
11
|
height: 80vh !important;
|
|
12
12
|
}
|
|
@@ -22,4 +22,4 @@ __export(index_module_exports, {
|
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(index_module_exports);
|
|
24
24
|
var import_index_module = require("./index_module.css");
|
|
25
|
-
var index_module_default = { "Wrapper": "
|
|
25
|
+
var index_module_default = { "Wrapper": "Wrapper_ec5dd", "container": "container_ec5dd", "group": "group_ec5dd", "name": "name_ec5dd", "info": "info_ec5dd", "expose-container": "expose-container_ec5dd", "type": "type_ec5dd", "item": "item_ec5dd", "message": "message_ec5dd" };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.Wrapper_ec5dd {
|
|
2
2
|
display: flex;
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
border-radius: 10px;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
width: 300px;
|
|
8
8
|
overflow: hidden;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.Wrapper_ec5dd .container_ec5dd {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
width: 100%;
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
margin: 0;
|
|
16
16
|
padding: 0;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.Wrapper_ec5dd .container_ec5dd .group_ec5dd {
|
|
19
19
|
display: flex;
|
|
20
20
|
align-items: center;
|
|
21
21
|
margin-bottom: 3px;
|
|
22
22
|
width: 100%;
|
|
23
23
|
padding: 5px 0;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.Wrapper_ec5dd .container_ec5dd .group_ec5dd .name_ec5dd {
|
|
26
26
|
color: white;
|
|
27
27
|
text-align: center;
|
|
28
28
|
margin: 0 auto;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd {
|
|
31
31
|
display: flex;
|
|
32
32
|
flex-direction: column;
|
|
33
33
|
background-color: white;
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
border-radius: 0 0 5px 5px;
|
|
37
37
|
font-size: 12px;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd .expose-container_ec5dd {
|
|
40
40
|
display: flex;
|
|
41
41
|
margin-bottom: 5px;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd .type_ec5dd {
|
|
44
44
|
font-weight: bold;
|
|
45
45
|
margin-right: 10px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.Wrapper_ec5dd .container_ec5dd .info_ec5dd .item_ec5dd {
|
|
48
48
|
display: inline-block;
|
|
49
49
|
padding: 5px;
|
|
50
50
|
background: lightgray;
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
text-overflow: ellipsis;
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
}
|
|
59
|
-
.
|
|
59
|
+
.Wrapper_ec5dd .container_ec5dd .message_ec5dd {
|
|
60
60
|
display: flex;
|
|
61
61
|
}
|
|
@@ -22,4 +22,4 @@ __export(index_module_exports, {
|
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(index_module_exports);
|
|
24
24
|
var import_index_module = require("./index_module.css");
|
|
25
|
-
var index_module_default = { "select": "
|
|
25
|
+
var index_module_default = { "select": "select_8649e", "card": "card_8649e", "appName": "appName_8649e", "tagContainer": "tagContainer_8649e", "tag": "tag_8649e", "header": "header_8649e", "add": "add_8649e", "title": "title_8649e", "status": "status_8649e", "switch": "switch_8649e", "badge": "badge_8649e" };
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select_8649e {
|
|
2
2
|
margin-top: 1vh;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.card_8649e {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 4vh;
|
|
8
8
|
align-items: center;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.card_8649e .appName_8649e {
|
|
11
11
|
margin: 1vh 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.tagContainer_8649e {
|
|
15
15
|
display: flex;
|
|
16
16
|
align-items: center;
|
|
17
17
|
margin-bottom: 1vh;
|
|
18
18
|
color: rgb(78, 89, 105);
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.tagContainer_8649e .tag_8649e {
|
|
21
21
|
margin-left: 1vw;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.header_8649e {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
margin: 1vh 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.header_8649e .add_8649e {
|
|
30
30
|
margin: 0 0.5vw;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.header_8649e .title_8649e {
|
|
33
33
|
margin: 0 0.5vw;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.header_8649e .status_8649e {
|
|
36
36
|
display: flex;
|
|
37
37
|
flex: 1 1;
|
|
38
38
|
justify-content: flex-end;
|
|
39
39
|
align-items: center;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.header_8649e .status_8649e .switch_8649e {
|
|
42
42
|
margin-left: 0.5vw;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.header_8649e .badge_8649e {
|
|
45
45
|
display: flex;
|
|
46
46
|
transform: scale(1.6);
|
|
47
47
|
margin: 0 0.6vw;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/devtools",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20250126023024",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@arco-design/web-react": "^2.64.1",
|
|
41
|
-
"@modern-js/runtime": "2.
|
|
41
|
+
"@modern-js/runtime": "2.64.0",
|
|
42
42
|
"ahooks": "^3.7.10",
|
|
43
43
|
"dagre": "^0.8.5",
|
|
44
44
|
"react": "~18.3.1",
|
|
45
45
|
"react-dom": "~18.3.1",
|
|
46
46
|
"reactflow": "11.11.4",
|
|
47
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
47
|
+
"@module-federation/sdk": "0.0.0-next-20250126023024"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@modern-js-app/eslint-config": "2.54.6",
|
|
51
|
-
"@modern-js/app-tools": "2.
|
|
51
|
+
"@modern-js/app-tools": "2.64.0",
|
|
52
52
|
"@modern-js/builder-webpack-provider": "2.46.1",
|
|
53
53
|
"@modern-js/eslint-config": "2.59.0",
|
|
54
|
-
"@modern-js/module-tools": "2.
|
|
55
|
-
"@modern-js/storybook": "2.
|
|
56
|
-
"@modern-js/tsconfig": "2.
|
|
54
|
+
"@modern-js/module-tools": "2.64.0",
|
|
55
|
+
"@modern-js/storybook": "2.64.0",
|
|
56
|
+
"@modern-js/tsconfig": "2.64.0",
|
|
57
57
|
"@playwright/test": "1.49.1",
|
|
58
58
|
"@storybook/addon-essentials": "^8",
|
|
59
59
|
"@types/chrome": "^0.0.272",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rimraf": "~3.0.2",
|
|
68
68
|
"typescript": "~5.0.4",
|
|
69
69
|
"vitest": "1.2.2",
|
|
70
|
-
"@module-federation/runtime": "0.0.0-next-
|
|
70
|
+
"@module-federation/runtime": "0.0.0-next-20250126023024"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"build:storybook": "storybook build",
|