File tree Expand file tree Collapse file tree 19 files changed +250
-236
lines changed Expand file tree Collapse file tree 19 files changed +250
-236
lines changed Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"@babel/core" : " 7.19.6" ,
7
7
"@babel/preset-react" : " 7.18.6" ,
8
- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8
+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
9
9
"@webpack-cli/serve" : " 1.7.0" ,
10
10
"babel-loader" : " 9.0.1" ,
11
11
"css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"@babel/core" : " 7.19.6" ,
7
7
"@babel/preset-react" : " 7.18.6" ,
8
- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8
+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
9
9
"@webpack-cli/serve" : " 1.7.0" ,
10
10
"babel-loader" : " 9.0.1" ,
11
11
"css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const {
15
15
} = require ( 'webpack' ) ;
16
16
const path = require ( 'path' ) ;
17
17
18
- const dashboardURL = `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ;
18
+ const dashboardURL = `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ;
19
19
20
20
const remotes = {
21
21
dsl : "dsl" ,
Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"@babel/core" : " 7.19.6" ,
7
7
"@babel/preset-react" : " 7.18.6" ,
8
- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8
+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
9
9
"@webpack-cli/serve" : " 1.7.0" ,
10
10
"babel-loader" : " 9.0.1" ,
11
11
"css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change @@ -75,17 +75,17 @@ module.exports = {
75
75
dsl : DashboardPlugin . clientVersion ( {
76
76
currentHost : 'nav' ,
77
77
remoteName : 'dsl' ,
78
- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
78
+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
79
79
} ) ,
80
80
search : DashboardPlugin . clientVersion ( {
81
81
currentHost : 'nav' ,
82
82
remoteName : 'search' ,
83
- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
83
+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
84
84
} ) ,
85
85
utils : DashboardPlugin . clientVersion ( {
86
86
currentHost : 'nav' ,
87
87
remoteName : 'utils' ,
88
- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
88
+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
89
89
} ) ,
90
90
} ,
91
91
exposes : {
Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"@babel/core" : " 7.19.6" ,
7
7
"@babel/preset-react" : " 7.18.6" ,
8
- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8
+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
9
9
"@webpack-cli/serve" : " 1.7.0" ,
10
10
"babel-loader" : " 9.0.1" ,
11
11
"css-loader" : " 6.7.1" ,
Original file line number Diff line number Diff line change @@ -75,23 +75,23 @@ module.exports = {
75
75
nav : DashboardPlugin . clientVersion ( {
76
76
currentHost : 'search' ,
77
77
remoteName : 'nav' ,
78
- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
78
+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
79
79
} ) ,
80
80
dsl : DashboardPlugin . clientVersion ( {
81
81
currentHost : 'search' ,
82
82
remoteName : 'dsl' ,
83
- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
83
+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
84
84
} ) ,
85
85
86
86
home : DashboardPlugin . clientVersion ( {
87
87
currentHost : 'search' ,
88
88
remoteName : 'home' ,
89
- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
89
+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
90
90
} ) ,
91
91
utils : DashboardPlugin . clientVersion ( {
92
92
currentHost : 'search' ,
93
93
remoteName : 'utils' ,
94
- dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
94
+ dashboardURL : `${ process . env . DASHBOARD_BASE_URL } /env/development/ get-remote?token=${ process . env . DASHBOARD_READ_TOKEN } ` ,
95
95
} ) ,
96
96
} ,
97
97
exposes : {
Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"@babel/core" : " 7.19.6" ,
7
7
"@babel/preset-react" : " 7.18.6" ,
8
- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8
+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
9
9
"@webpack-cli/serve" : " 1.7.0" ,
10
10
"babel-loader" : " 9.0.1" ,
11
11
"serve" : " 14.0.1" ,
Original file line number Diff line number Diff line change 530
530
dependencies :
531
531
find-package-json "^1.2.0"
532
532
533
- " @module-federation/dashboard-plugin@2.6.4 " :
534
- version "2.6.4 "
535
- resolved "https://registry.yarnpkg.com/@module-federation/dashboard-plugin/-/dashboard-plugin-2.6.4 .tgz#b08d7ea476e7e1742a66644b572fd5a22d0eeeeb "
536
- integrity sha512-LkWXfYkOWNtPgcyPsoStVJUgDpuglVAj+xlNf0JtNp+KwN+u2Qd+3g9Xuaq/hRZ02Xq+J38+6pz91fCvNGjcaw ==
533
+ " @module-federation/dashboard-plugin@2.6.5 " :
534
+ version "2.6.5 "
535
+ resolved "https://registry.yarnpkg.com/@module-federation/dashboard-plugin/-/dashboard-plugin-2.6.5 .tgz#1eed332e126688410168aae54752cde9b84371b1 "
536
+ integrity sha512-HiPNMq4s752LRctAHp3ecS2c6RHwKa25/MuAtYDViWiTI6twahPCp644/IhMfSuk5lH7hgqVth1hT8KjlB30Ng ==
537
537
dependencies :
538
538
" @babel/generator" " ^7.15.4"
539
539
" @babel/parser" " ^7.15.5"
Original file line number Diff line number Diff line change 5
5
"devDependencies" : {
6
6
"@babel/core" : " 7.19.6" ,
7
7
"@babel/preset-react" : " 7.18.6" ,
8
- "@module-federation/dashboard-plugin" : " 2.7.0 " ,
8
+ "@module-federation/dashboard-plugin" : " 2.6.5 " ,
9
9
"@webpack-cli/serve" : " 1.7.0" ,
10
10
"babel-loader" : " 9.0.1" ,
11
11
"css-loader" : " 6.7.3" ,
14
14
"less-loader" : " 11.1.0" ,
15
15
"serve" : " 14.0.1" ,
16
16
"style-loader" : " 3.3.1" ,
17
- "webpack" : " ^ 5.74.0" ,
17
+ "webpack" : " 5.74.0" ,
18
18
"webpack-cli" : " 4.10.0" ,
19
- "webpack-dev-server" : " ^ 4.11.1"
19
+ "webpack-dev-server" : " 4.11.1"
20
20
},
21
21
"scripts" : {
22
22
"start" : " webpack-cli serve" ,
25
25
"clean" : " rm -rf dist"
26
26
},
27
27
"dependencies" : {
28
- "@ant-design/icons" : " ^ 4.7.0" ,
29
- "@emotion/react" : " ^ 11.10.5" ,
30
- "antd" : " ^ 4.24.0" ,
31
- "lodash" : " ^ 4.17.21" ,
28
+ "@ant-design/icons" : " 4.7.0" ,
29
+ "@emotion/react" : " 11.10.5" ,
30
+ "antd" : " 4.24.0" ,
31
+ "lodash" : " 4.17.21" ,
32
32
"react" : " 18.2.0" ,
33
33
"react-dom" : " 18.2.0"
34
34
}
You can’t perform that action at this time.
0 commit comments