Skip to content

Commit 42ced1f

Browse files
committed
chore: upgrade modernjs dep
1 parent 7ef81d9 commit 42ced1f

File tree

4 files changed

+232
-221
lines changed

4 files changed

+232
-221
lines changed

modernjs-ssr/dynamic-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@modern-js/runtime": "2.54.2",
3131
"react": "~18.3.0",
3232
"react-dom": "~18.3.0",
33-
"@module-federation/modern-js":"0.0.0-next-20240701075157"
33+
"@module-federation/modern-js":"0.3.1"
3434
},
3535
"devDependencies": {
3636
"@modern-js/app-tools": "2.54.2",

modernjs-ssr/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@modern-js/runtime": "2.54.2",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",
33-
"@module-federation/modern-js":"0.0.0-next-20240701075157"
33+
"@module-federation/modern-js":"0.3.1"
3434
},
3535
"devDependencies": {
3636
"@modern-js/app-tools": "2.54.2",

modernjs-ssr/provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@modern-js/runtime": "2.54.2",
3131
"react": "~18.3.0",
3232
"react-dom": "~18.3.0",
33-
"@module-federation/modern-js":"0.0.0-next-20240701075157"
33+
"@module-federation/modern-js":"0.3.1"
3434
},
3535
"devDependencies": {
3636
"@modern-js/app-tools": "2.54.2",

0 commit comments

Comments
 (0)