Skip to content

Commit

Permalink
chore: upgrade [email protected] (#4249)
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 authored Aug 1, 2024
1 parent eb9adc9 commit b4f78b4
Show file tree
Hide file tree
Showing 7 changed files with 365 additions and 346 deletions.
4 changes: 0 additions & 4 deletions modernjs-ssr/dynamic-provider/modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';

// https://modernjs.dev/en/configure/app/usage
export default defineConfig({
dev:{
// FIXME: it should be removed , related issue: https://github.com/web-infra-dev/modern.js/issues/5999
host: '0.0.0.0',
},
runtime: {
router: true,
},
Expand Down
10 changes: 5 additions & 5 deletions modernjs-ssr/dynamic-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"dist/"
],
"dependencies": {
"@modern-js/runtime": "2.56.2",
"@modern-js/runtime": "2.57.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"@module-federation/modern-js":"0.3.3"
},
"devDependencies": {
"@modern-js/app-tools": "2.56.2",
"@modern-js/eslint-config": "2.56.2",
"@modern-js/tsconfig": "2.56.2",
"@modern-js-app/eslint-config": "2.56.2",
"@modern-js/app-tools": "2.57.0",
"@modern-js/eslint-config": "2.57.0",
"@modern-js/tsconfig": "2.57.0",
"@modern-js-app/eslint-config": "2.57.0",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"husky": "9.0.11",
Expand Down
4 changes: 0 additions & 4 deletions modernjs-ssr/host/modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';

// https://modernjs.dev/en/configure/app/usage
export default defineConfig({
dev: {
// FIXME: it should be removed , related issue: https://github.com/web-infra-dev/modern.js/issues/5999
host: '0.0.0.0',
},
runtime: {
router: true,
},
Expand Down
10 changes: 5 additions & 5 deletions modernjs-ssr/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"dist/"
],
"dependencies": {
"@modern-js/runtime": "2.56.2",
"@modern-js/runtime": "2.57.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@module-federation/modern-js":"0.3.3"
},
"devDependencies": {
"@modern-js/app-tools": "2.56.2",
"@modern-js/eslint-config": "2.56.2",
"@modern-js/tsconfig": "2.56.2",
"@modern-js-app/eslint-config": "2.56.2",
"@modern-js/app-tools": "2.57.0",
"@modern-js/eslint-config": "2.57.0",
"@modern-js/tsconfig": "2.57.0",
"@modern-js-app/eslint-config": "2.57.0",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"husky": "9.0.11",
Expand Down
4 changes: 0 additions & 4 deletions modernjs-ssr/provider/modern.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { moduleFederationPlugin } from '@module-federation/modern-js';

// https://modernjs.dev/en/configure/app/usage
export default defineConfig({
dev:{
// FIXME: it should be removed , related issue: https://github.com/web-infra-dev/modern.js/issues/5999
host: '0.0.0.0',
},
runtime: {
router: true,
},
Expand Down
10 changes: 5 additions & 5 deletions modernjs-ssr/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"dist/"
],
"dependencies": {
"@modern-js/runtime": "2.56.2",
"@modern-js/runtime": "2.57.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"@module-federation/modern-js":"0.3.3"
},
"devDependencies": {
"@modern-js/app-tools": "2.56.2",
"@modern-js/eslint-config": "2.56.2",
"@modern-js/tsconfig": "2.56.2",
"@modern-js-app/eslint-config": "2.56.2",
"@modern-js/app-tools": "2.57.0",
"@modern-js/eslint-config": "2.57.0",
"@modern-js/tsconfig": "2.57.0",
"@modern-js-app/eslint-config": "2.57.0",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"husky": "9.0.11",
Expand Down
Loading

0 comments on commit b4f78b4

Please sign in to comment.