@module-federation/devtools 0.0.0-next-20240919023345 → 0.0.0-next-20240919100820
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_084a5", "checkBox": "checkBox_084a5", "input": "input_084a5", "delete": "delete_084a5", "header": "header_084a5", "add": "add_084a5", "title": "title_084a5", "status": "status_084a5", "message": "message_084a5", "switch": "switch_084a5", "badge": "badge_084a5" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container_084a5 {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.container_084a5 .checkBox_084a5 {
|
|
6
6
|
transform: scale(1.25);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.container_084a5 .input_084a5 {
|
|
9
9
|
margin: 0 1vw 0 0;
|
|
10
10
|
flex: 1 1;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.container_084a5 .delete_084a5 {
|
|
13
13
|
margin: 0 0 0 1vw;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.header_084a5 {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
margin: 1vh 0;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.header_084a5 .add_084a5 {
|
|
22
22
|
margin: 0 0.5vw;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.header_084a5 .title_084a5 {
|
|
25
25
|
margin: 0 0.5vw;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.header_084a5 .status_084a5 {
|
|
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_084a5 .status_084a5 .message_084a5 {
|
|
34
34
|
flex: 1 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.header_084a5 .status_084a5 .switch_084a5 {
|
|
37
37
|
margin-left: 0.5vw;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.header_084a5 .badge_084a5 {
|
|
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_e3287", "table": "table_e3287", "graph": "graph_e3287" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.
|
|
1
|
+
.depWrapper_e3287 {
|
|
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_e3287 .table_e3287 {
|
|
8
8
|
margin: 8px 0 20px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.depWrapper_e3287 .graph_e3287 {
|
|
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_c7e0d", "container": "container_c7e0d", "group": "group_c7e0d", "name": "name_c7e0d", "info": "info_c7e0d", "expose-container": "expose-container_c7e0d", "type": "type_c7e0d", "item": "item_c7e0d", "message": "message_c7e0d" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.Wrapper_c7e0d {
|
|
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_c7e0d .container_c7e0d {
|
|
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_c7e0d .container_c7e0d .group_c7e0d {
|
|
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_c7e0d .container_c7e0d .group_c7e0d .name_c7e0d {
|
|
26
26
|
color: white;
|
|
27
27
|
text-align: center;
|
|
28
28
|
margin: 0 auto;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.Wrapper_c7e0d .container_c7e0d .info_c7e0d {
|
|
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_c7e0d .container_c7e0d .info_c7e0d .expose-container_c7e0d {
|
|
40
40
|
display: flex;
|
|
41
41
|
margin-bottom: 5px;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.Wrapper_c7e0d .container_c7e0d .info_c7e0d .type_c7e0d {
|
|
44
44
|
font-weight: bold;
|
|
45
45
|
margin-right: 10px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.Wrapper_c7e0d .container_c7e0d .info_c7e0d .item_c7e0d {
|
|
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_c7e0d .container_c7e0d .message_c7e0d {
|
|
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_14cbc", "card": "card_14cbc", "appName": "appName_14cbc", "tagContainer": "tagContainer_14cbc", "tag": "tag_14cbc", "header": "header_14cbc", "add": "add_14cbc", "title": "title_14cbc", "status": "status_14cbc", "switch": "switch_14cbc", "badge": "badge_14cbc" };
|
|
3
3
|
export {
|
|
4
4
|
index_module_default as default
|
|
5
5
|
};
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select_14cbc {
|
|
2
2
|
margin-top: 1vh;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.card_14cbc {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 4vh;
|
|
8
8
|
align-items: center;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.card_14cbc .appName_14cbc {
|
|
11
11
|
margin: 1vh 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.tagContainer_14cbc {
|
|
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_14cbc .tag_14cbc {
|
|
21
21
|
margin-left: 1vw;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.header_14cbc {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
margin: 1vh 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.header_14cbc .add_14cbc {
|
|
30
30
|
margin: 0 0.5vw;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.header_14cbc .title_14cbc {
|
|
33
33
|
margin: 0 0.5vw;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.header_14cbc .status_14cbc {
|
|
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_14cbc .status_14cbc .switch_14cbc {
|
|
42
42
|
margin-left: 0.5vw;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.header_14cbc .badge_14cbc {
|
|
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_49ac3", "content": "content_49ac3" };
|
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_084a5", "checkBox": "checkBox_084a5", "input": "input_084a5", "delete": "delete_084a5", "header": "header_084a5", "add": "add_084a5", "title": "title_084a5", "status": "status_084a5", "message": "message_084a5", "switch": "switch_084a5", "badge": "badge_084a5" };
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.
|
|
1
|
+
.container_084a5 {
|
|
2
2
|
display: flex;
|
|
3
3
|
justify-content: center;
|
|
4
4
|
}
|
|
5
|
-
.
|
|
5
|
+
.container_084a5 .checkBox_084a5 {
|
|
6
6
|
transform: scale(1.25);
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
.container_084a5 .input_084a5 {
|
|
9
9
|
margin: 0 1vw 0 0;
|
|
10
10
|
flex: 1 1;
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.container_084a5 .delete_084a5 {
|
|
13
13
|
margin: 0 0 0 1vw;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.
|
|
16
|
+
.header_084a5 {
|
|
17
17
|
display: flex;
|
|
18
18
|
align-items: center;
|
|
19
19
|
margin: 1vh 0;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.header_084a5 .add_084a5 {
|
|
22
22
|
margin: 0 0.5vw;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.header_084a5 .title_084a5 {
|
|
25
25
|
margin: 0 0.5vw;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
.header_084a5 .status_084a5 {
|
|
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_084a5 .status_084a5 .message_084a5 {
|
|
34
34
|
flex: 1 1;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.header_084a5 .status_084a5 .switch_084a5 {
|
|
37
37
|
margin-left: 0.5vw;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.header_084a5 .badge_084a5 {
|
|
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_e3287", "table": "table_e3287", "graph": "graph_e3287" };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.
|
|
1
|
+
.depWrapper_e3287 {
|
|
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_e3287 .table_e3287 {
|
|
8
8
|
margin: 8px 0 20px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.depWrapper_e3287 .graph_e3287 {
|
|
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_c7e0d", "container": "container_c7e0d", "group": "group_c7e0d", "name": "name_c7e0d", "info": "info_c7e0d", "expose-container": "expose-container_c7e0d", "type": "type_c7e0d", "item": "item_c7e0d", "message": "message_c7e0d" };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.Wrapper_c7e0d {
|
|
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_c7e0d .container_c7e0d {
|
|
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_c7e0d .container_c7e0d .group_c7e0d {
|
|
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_c7e0d .container_c7e0d .group_c7e0d .name_c7e0d {
|
|
26
26
|
color: white;
|
|
27
27
|
text-align: center;
|
|
28
28
|
margin: 0 auto;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.Wrapper_c7e0d .container_c7e0d .info_c7e0d {
|
|
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_c7e0d .container_c7e0d .info_c7e0d .expose-container_c7e0d {
|
|
40
40
|
display: flex;
|
|
41
41
|
margin-bottom: 5px;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.Wrapper_c7e0d .container_c7e0d .info_c7e0d .type_c7e0d {
|
|
44
44
|
font-weight: bold;
|
|
45
45
|
margin-right: 10px;
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.Wrapper_c7e0d .container_c7e0d .info_c7e0d .item_c7e0d {
|
|
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_c7e0d .container_c7e0d .message_c7e0d {
|
|
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_14cbc", "card": "card_14cbc", "appName": "appName_14cbc", "tagContainer": "tagContainer_14cbc", "tag": "tag_14cbc", "header": "header_14cbc", "add": "add_14cbc", "title": "title_14cbc", "status": "status_14cbc", "switch": "switch_14cbc", "badge": "badge_14cbc" };
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
.
|
|
1
|
+
.select_14cbc {
|
|
2
2
|
margin-top: 1vh;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.card_14cbc {
|
|
6
6
|
display: flex;
|
|
7
7
|
height: 4vh;
|
|
8
8
|
align-items: center;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.card_14cbc .appName_14cbc {
|
|
11
11
|
margin: 1vh 0;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.tagContainer_14cbc {
|
|
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_14cbc .tag_14cbc {
|
|
21
21
|
margin-left: 1vw;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.header_14cbc {
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
margin: 1vh 0;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.header_14cbc .add_14cbc {
|
|
30
30
|
margin: 0 0.5vw;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
.header_14cbc .title_14cbc {
|
|
33
33
|
margin: 0 0.5vw;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
.header_14cbc .status_14cbc {
|
|
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_14cbc .status_14cbc .switch_14cbc {
|
|
42
42
|
margin-left: 0.5vw;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
.header_14cbc .badge_14cbc {
|
|
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-20240919100820",
|
|
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-20240919100820"
|
|
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-20240919100820"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"build:storybook": "storybook build",
|