@module-federation/devtools 0.0.0-next-20240820034939 → 0.0.0-next-20240821075411
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 +3 -3
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_9117b", "checkBox": "checkBox_9117b", "input": "input_9117b", "delete": "delete_9117b", "header": "header_9117b", "add": "add_9117b", "title": "title_9117b", "status": "status_9117b", "message": "message_9117b", "switch": "switch_9117b", "badge": "badge_9117b" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container_9117b {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.container_9117b .checkBox_9117b {
|
|
6
6
|
transform: scale(1.25);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.container_9117b .input_9117b {
|
|
9
9
|
margin: 0 1vw 0 0;
|
|
10
10
|
flex: 1 1;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.container_9117b .delete_9117b {
|
|
13
13
|
margin: 0 0 0 1vw;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.header_9117b {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
margin: 1vh 0;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.header_9117b .add_9117b {
|
|
22
22
|
margin: 0 0.5vw;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.header_9117b .title_9117b {
|
|
25
25
|
margin: 0 0.5vw;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.header_9117b .status_9117b {
|
|
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_9117b .status_9117b .message_9117b {
|
|
34
34
|
flex: 1 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.header_9117b .status_9117b .switch_9117b {
|
|
37
37
|
margin-left: 0.5vw;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.header_9117b .badge_9117b {
|
|
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_62a0c", "table": "table_62a0c", "graph": "graph_62a0c" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.
|
|
1
|
+
.depWrapper_62a0c {
|
|
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_62a0c .table_62a0c {
|
|
8
8
|
margin: 8px 0 20px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.depWrapper_62a0c .graph_62a0c {
|
|
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_8014f", "container": "container_8014f", "group": "group_8014f", "name": "name_8014f", "info": "info_8014f", "expose-container": "expose-container_8014f", "type": "type_8014f", "item": "item_8014f", "message": "message_8014f" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.Wrapper_8014f {
|
|
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_8014f .container_8014f {
|
|
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_8014f .container_8014f .group_8014f {
|
|
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_8014f .container_8014f .group_8014f .name_8014f {
|
|
26
26
|
color: white;
|
|
27
27
|
text-align: center;
|
|
28
28
|
margin: 0 auto;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.Wrapper_8014f .container_8014f .info_8014f {
|
|
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_8014f .container_8014f .info_8014f .expose-container_8014f {
|
|
40
40
|
display: flex;
|
|
41
41
|
margin-bottom: 5px;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.Wrapper_8014f .container_8014f .info_8014f .type_8014f {
|
|
44
44
|
font-weight: bold;
|
|
45
45
|
margin-right: 10px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.Wrapper_8014f .container_8014f .info_8014f .item_8014f {
|
|
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_8014f .container_8014f .message_8014f {
|
|
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_c601b", "card": "card_c601b", "appName": "appName_c601b", "tagContainer": "tagContainer_c601b", "tag": "tag_c601b", "header": "header_c601b", "add": "add_c601b", "title": "title_c601b", "status": "status_c601b", "switch": "switch_c601b", "badge": "badge_c601b" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select_c601b {
|
|
2
2
|
margin-top: 1vh;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.card_c601b {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 4vh;
|
|
8
8
|
align-items: center;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.card_c601b .appName_c601b {
|
|
11
11
|
margin: 1vh 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.tagContainer_c601b {
|
|
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_c601b .tag_c601b {
|
|
21
21
|
margin-left: 1vw;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.header_c601b {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
margin: 1vh 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.header_c601b .add_c601b {
|
|
30
30
|
margin: 0 0.5vw;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.header_c601b .title_c601b {
|
|
33
33
|
margin: 0 0.5vw;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.header_c601b .status_c601b {
|
|
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_c601b .status_c601b .switch_c601b {
|
|
42
42
|
margin-left: 0.5vw;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.header_c601b .badge_c601b {
|
|
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_d233e", "content": "content_d233e" };
|
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_9117b", "checkBox": "checkBox_9117b", "input": "input_9117b", "delete": "delete_9117b", "header": "header_9117b", "add": "add_9117b", "title": "title_9117b", "status": "status_9117b", "message": "message_9117b", "switch": "switch_9117b", "badge": "badge_9117b" };
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container_9117b {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.container_9117b .checkBox_9117b {
|
|
6
6
|
transform: scale(1.25);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.container_9117b .input_9117b {
|
|
9
9
|
margin: 0 1vw 0 0;
|
|
10
10
|
flex: 1 1;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.container_9117b .delete_9117b {
|
|
13
13
|
margin: 0 0 0 1vw;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.header_9117b {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
margin: 1vh 0;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.header_9117b .add_9117b {
|
|
22
22
|
margin: 0 0.5vw;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.header_9117b .title_9117b {
|
|
25
25
|
margin: 0 0.5vw;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.header_9117b .status_9117b {
|
|
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_9117b .status_9117b .message_9117b {
|
|
34
34
|
flex: 1 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.header_9117b .status_9117b .switch_9117b {
|
|
37
37
|
margin-left: 0.5vw;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.header_9117b .badge_9117b {
|
|
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_62a0c", "table": "table_62a0c", "graph": "graph_62a0c" };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.
|
|
1
|
+
.depWrapper_62a0c {
|
|
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_62a0c .table_62a0c {
|
|
8
8
|
margin: 8px 0 20px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.depWrapper_62a0c .graph_62a0c {
|
|
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_8014f", "container": "container_8014f", "group": "group_8014f", "name": "name_8014f", "info": "info_8014f", "expose-container": "expose-container_8014f", "type": "type_8014f", "item": "item_8014f", "message": "message_8014f" };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.Wrapper_8014f {
|
|
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_8014f .container_8014f {
|
|
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_8014f .container_8014f .group_8014f {
|
|
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_8014f .container_8014f .group_8014f .name_8014f {
|
|
26
26
|
color: white;
|
|
27
27
|
text-align: center;
|
|
28
28
|
margin: 0 auto;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.Wrapper_8014f .container_8014f .info_8014f {
|
|
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_8014f .container_8014f .info_8014f .expose-container_8014f {
|
|
40
40
|
display: flex;
|
|
41
41
|
margin-bottom: 5px;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.Wrapper_8014f .container_8014f .info_8014f .type_8014f {
|
|
44
44
|
font-weight: bold;
|
|
45
45
|
margin-right: 10px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.Wrapper_8014f .container_8014f .info_8014f .item_8014f {
|
|
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_8014f .container_8014f .message_8014f {
|
|
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_c601b", "card": "card_c601b", "appName": "appName_c601b", "tagContainer": "tagContainer_c601b", "tag": "tag_c601b", "header": "header_c601b", "add": "add_c601b", "title": "title_c601b", "status": "status_c601b", "switch": "switch_c601b", "badge": "badge_c601b" };
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select_c601b {
|
|
2
2
|
margin-top: 1vh;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.card_c601b {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 4vh;
|
|
8
8
|
align-items: center;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.card_c601b .appName_c601b {
|
|
11
11
|
margin: 1vh 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.tagContainer_c601b {
|
|
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_c601b .tag_c601b {
|
|
21
21
|
margin-left: 1vw;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.header_c601b {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
margin: 1vh 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.header_c601b .add_c601b {
|
|
30
30
|
margin: 0 0.5vw;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.header_c601b .title_c601b {
|
|
33
33
|
margin: 0 0.5vw;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.header_c601b .status_c601b {
|
|
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_c601b .status_c601b .switch_c601b {
|
|
42
42
|
margin-left: 0.5vw;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.header_c601b .badge_c601b {
|
|
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-20240821075411",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist/",
|
|
6
6
|
"install-deps.bash",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react": "~18.2.0",
|
|
39
39
|
"react-dom": "~18.2.0",
|
|
40
40
|
"reactflow": "11.10.4",
|
|
41
|
-
"@module-federation/sdk": "0.0.0-next-
|
|
41
|
+
"@module-federation/sdk": "0.0.0-next-20240821075411"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/dagre": "^0.7.52",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"vitest": "1.2.2",
|
|
62
62
|
"@modern-js/storybook": "2.46.1",
|
|
63
63
|
"@storybook/addon-essentials": "^8",
|
|
64
|
-
"@module-federation/runtime": "0.0.0-next-
|
|
64
|
+
"@module-federation/runtime": "0.0.0-next-20240821075411"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build:storybook": "storybook build",
|