File tree Expand file tree Collapse file tree 7 files changed +365
-346
lines changed Expand file tree Collapse file tree 7 files changed +365
-346
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';
3
3
4
4
// https://modernjs.dev/en/configure/app/usage
5
5
export default defineConfig ( {
6
- dev :{
7
- // FIXME: it should be removed , related issue: https://github.com/web-infra-dev/modern.js/issues/5999
8
- host : '0.0.0.0' ,
9
- } ,
10
6
runtime : {
11
7
router : true ,
12
8
} ,
Original file line number Diff line number Diff line change 27
27
" dist/"
28
28
],
29
29
"dependencies" : {
30
- "@modern-js/runtime" : " 2.56.2 " ,
30
+ "@modern-js/runtime" : " 2.57.0 " ,
31
31
"react" : " ~18.3.0" ,
32
32
"react-dom" : " ~18.3.0" ,
33
33
"@module-federation/modern-js" :" 0.3.3"
34
34
},
35
35
"devDependencies" : {
36
- "@modern-js/app-tools" : " 2.56.2 " ,
37
- "@modern-js/eslint-config" : " 2.56.2 " ,
38
- "@modern-js/tsconfig" : " 2.56.2 " ,
39
- "@modern-js-app/eslint-config" : " 2.56.2 " ,
36
+ "@modern-js/app-tools" : " 2.57.0 " ,
37
+ "@modern-js/eslint-config" : " 2.57.0 " ,
38
+ "@modern-js/tsconfig" : " 2.57.0 " ,
39
+ "@modern-js-app/eslint-config" : " 2.57.0 " ,
40
40
"lint-staged" : " 15.2.7" ,
41
41
"prettier" : " 3.3.2" ,
42
42
"husky" : " 9.0.11" ,
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';
3
3
4
4
// https://modernjs.dev/en/configure/app/usage
5
5
export default defineConfig ( {
6
- dev : {
7
- // FIXME: it should be removed , related issue: https://github.com/web-infra-dev/modern.js/issues/5999
8
- host : '0.0.0.0' ,
9
- } ,
10
6
runtime : {
11
7
router : true ,
12
8
} ,
Original file line number Diff line number Diff line change 27
27
" dist/"
28
28
],
29
29
"dependencies" : {
30
- "@modern-js/runtime" : " 2.56.2 " ,
30
+ "@modern-js/runtime" : " 2.57.0 " ,
31
31
"react" : " ^18.2.0" ,
32
32
"react-dom" : " ^18.2.0" ,
33
33
"@module-federation/modern-js" :" 0.3.3"
34
34
},
35
35
"devDependencies" : {
36
- "@modern-js/app-tools" : " 2.56.2 " ,
37
- "@modern-js/eslint-config" : " 2.56.2 " ,
38
- "@modern-js/tsconfig" : " 2.56.2 " ,
39
- "@modern-js-app/eslint-config" : " 2.56.2 " ,
36
+ "@modern-js/app-tools" : " 2.57.0 " ,
37
+ "@modern-js/eslint-config" : " 2.57.0 " ,
38
+ "@modern-js/tsconfig" : " 2.57.0 " ,
39
+ "@modern-js-app/eslint-config" : " 2.57.0 " ,
40
40
"lint-staged" : " 15.2.7" ,
41
41
"prettier" : " 3.3.2" ,
42
42
"husky" : " 9.0.11" ,
Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';
3
3
4
4
// https://modernjs.dev/en/configure/app/usage
5
5
export default defineConfig ( {
6
- dev :{
7
- // FIXME: it should be removed , related issue: https://github.com/web-infra-dev/modern.js/issues/5999
8
- host : '0.0.0.0' ,
9
- } ,
10
6
runtime : {
11
7
router : true ,
12
8
} ,
Original file line number Diff line number Diff line change 27
27
" dist/"
28
28
],
29
29
"dependencies" : {
30
- "@modern-js/runtime" : " 2.56.2 " ,
30
+ "@modern-js/runtime" : " 2.57.0 " ,
31
31
"react" : " ~18.3.0" ,
32
32
"react-dom" : " ~18.3.0" ,
33
33
"@module-federation/modern-js" :" 0.3.3"
34
34
},
35
35
"devDependencies" : {
36
- "@modern-js/app-tools" : " 2.56.2 " ,
37
- "@modern-js/eslint-config" : " 2.56.2 " ,
38
- "@modern-js/tsconfig" : " 2.56.2 " ,
39
- "@modern-js-app/eslint-config" : " 2.56.2 " ,
36
+ "@modern-js/app-tools" : " 2.57.0 " ,
37
+ "@modern-js/eslint-config" : " 2.57.0 " ,
38
+ "@modern-js/tsconfig" : " 2.57.0 " ,
39
+ "@modern-js-app/eslint-config" : " 2.57.0 " ,
40
40
"lint-staged" : " 15.2.7" ,
41
41
"prettier" : " 3.3.2" ,
42
42
"husky" : " 9.0.11" ,
You can’t perform that action at this time.
0 commit comments