Skip to content

Commit b4f78b4

Browse files
authored
chore: upgrade [email protected] (#4249)
1 parent eb9adc9 commit b4f78b4

File tree

7 files changed

+365
-346
lines changed

7 files changed

+365
-346
lines changed

modernjs-ssr/dynamic-provider/modern.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';
33

44
// https://modernjs.dev/en/configure/app/usage
55
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-
},
106
runtime: {
117
router: true,
128
},

modernjs-ssr/dynamic-provider/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"dist/"
2828
],
2929
"dependencies": {
30-
"@modern-js/runtime": "2.56.2",
30+
"@modern-js/runtime": "2.57.0",
3131
"react": "~18.3.0",
3232
"react-dom": "~18.3.0",
3333
"@module-federation/modern-js":"0.3.3"
3434
},
3535
"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",
4040
"lint-staged": "15.2.7",
4141
"prettier": "3.3.2",
4242
"husky": "9.0.11",

modernjs-ssr/host/modern.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';
33

44
// https://modernjs.dev/en/configure/app/usage
55
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-
},
106
runtime: {
117
router: true,
128
},

modernjs-ssr/host/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"dist/"
2828
],
2929
"dependencies": {
30-
"@modern-js/runtime": "2.56.2",
30+
"@modern-js/runtime": "2.57.0",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
3333
"@module-federation/modern-js":"0.3.3"
3434
},
3535
"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",
4040
"lint-staged": "15.2.7",
4141
"prettier": "3.3.2",
4242
"husky": "9.0.11",

modernjs-ssr/provider/modern.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';
33

44
// https://modernjs.dev/en/configure/app/usage
55
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-
},
106
runtime: {
117
router: true,
128
},

modernjs-ssr/provider/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"dist/"
2828
],
2929
"dependencies": {
30-
"@modern-js/runtime": "2.56.2",
30+
"@modern-js/runtime": "2.57.0",
3131
"react": "~18.3.0",
3232
"react-dom": "~18.3.0",
3333
"@module-federation/modern-js":"0.3.3"
3434
},
3535
"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",
4040
"lint-staged": "15.2.7",
4141
"prettier": "3.3.2",
4242
"husky": "9.0.11",

0 commit comments

Comments
 (0)