From 185ed370e98f7b9c7e1959fdcb0c7c6c7e219f09 Mon Sep 17 00:00:00 2001 From: ScriptedAlchemy Date: Sat, 6 Jul 2024 17:07:07 -0700 Subject: [PATCH] chore(deps): update dependency @module-federation/runtime to v0.2.5 --- .../dynamic-remotes/app1/package.json | 2 +- .../shell/api/package.json | 2 +- .../app-01/package.json | 2 +- dynamic-remotes-node/package.json | 2 +- dynamic-system-host/app1/package.json | 2 +- dynamic-system-host/app2/package.json | 2 +- dynamic-system-host/app3/package.json | 2 +- federated-npm/app1/package.json | 2 +- federated-npm/app2/package.json | 2 +- nextjs-dynamic-ssr/home/package.json | 2 +- nextjs-dynamic-ssr/pnpm-lock.yaml | 18 ++- nextjs-dynamic-ssr/shop/package.json | 2 +- nextjs-v12/shared/package.json | 2 +- pnpm-lock.yaml | 104 +++++++++--------- rspack_hmr/app2/package.json | 2 +- rspack_hmr/host/package.json | 2 +- rspack_hmr/runhost/package.json | 2 +- .../control-sharing/app1/package.json | 2 +- .../control-sharing/app2/package.json | 2 +- .../app1/package.json | 2 +- .../app2/package.json | 2 +- .../app3/package.json | 2 +- .../plugin/package.json | 2 +- .../offline-remote/app1/package.json | 2 +- .../offline-remote/app2/package.json | 2 +- .../remote-control/app1/package.json | 2 +- .../remote-control/app2/package.json | 2 +- .../remote-control/app3/package.json | 2 +- .../single-runtime/app1/package.json | 2 +- .../single-runtime/app2/package.json | 2 +- 30 files changed, 94 insertions(+), 84 deletions(-) diff --git a/advanced-api/dynamic-remotes/app1/package.json b/advanced-api/dynamic-remotes/app1/package.json index d857452606..373c362cea 100644 --- a/advanced-api/dynamic-remotes/app1/package.json +++ b/advanced-api/dynamic-remotes/app1/package.json @@ -5,7 +5,7 @@ "@babel/core": "7.24.7", "@babel/preset-react": "7.24.7", "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@rspack/cli": "0.7.5", "@rspack/core": "0.7.5", "@rspack/dev-server": "0.7.5", diff --git a/cloud/azure-functions-node-v4/shell/api/package.json b/cloud/azure-functions-node-v4/shell/api/package.json index 28a80de265..2c20f4a2e2 100644 --- a/cloud/azure-functions-node-v4/shell/api/package.json +++ b/cloud/azure-functions-node-v4/shell/api/package.json @@ -11,7 +11,7 @@ "dependencies": { "@azure/functions": "^4.0.0-alpha.9", "@module-federation/node": "2.3.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "memory-stream": "1.0.0", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/comprehensive-demo-react18/app-01/package.json b/comprehensive-demo-react18/app-01/package.json index f487059b27..5b88520c7b 100644 --- a/comprehensive-demo-react18/app-01/package.json +++ b/comprehensive-demo-react18/app-01/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/sdk": "0.2.5", "@pmmmwh/react-refresh-webpack-plugin": "0.5.15", "@rspack/plugin-react-refresh": "0.7.5", diff --git a/dynamic-remotes-node/package.json b/dynamic-remotes-node/package.json index b88751f3de..0374dba1bc 100644 --- a/dynamic-remotes-node/package.json +++ b/dynamic-remotes-node/package.json @@ -14,7 +14,7 @@ "dependencies": { "@module-federation/node": "2.3.2", "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "concurrently": "^8.0.1", "webpack": "5.92.1", "rimraf": "^5.0.5", diff --git a/dynamic-system-host/app1/package.json b/dynamic-system-host/app1/package.json index e1b6500f8e..c96ea5e511 100644 --- a/dynamic-system-host/app1/package.json +++ b/dynamic-system-host/app1/package.json @@ -24,7 +24,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "react": "^16.13.0", "react-dom": "^16.13.0" } diff --git a/dynamic-system-host/app2/package.json b/dynamic-system-host/app2/package.json index f5e576cc8b..f8b96c64b6 100644 --- a/dynamic-system-host/app2/package.json +++ b/dynamic-system-host/app2/package.json @@ -24,7 +24,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "moment": "^2.29.4", "react": "^16.13.0", "react-dom": "^16.13.0" diff --git a/dynamic-system-host/app3/package.json b/dynamic-system-host/app3/package.json index c30e0e0756..cf22234512 100644 --- a/dynamic-system-host/app3/package.json +++ b/dynamic-system-host/app3/package.json @@ -24,7 +24,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "moment": "^2.29.4", "react": "^16.13.0", "react-dom": "^16.13.0", diff --git a/federated-npm/app1/package.json b/federated-npm/app1/package.json index 3b882ebe53..9bb81b33ec 100644 --- a/federated-npm/app1/package.json +++ b/federated-npm/app1/package.json @@ -11,7 +11,7 @@ "webpack-cli": "4.10.0", "webpack-dev-server": "4.15.2", "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@rspack/cli": "0.7.5", "@rspack/core": "0.7.5", "@rspack/dev-server": "0.7.5" diff --git a/federated-npm/app2/package.json b/federated-npm/app2/package.json index a0f5b994a3..f73dddc02f 100644 --- a/federated-npm/app2/package.json +++ b/federated-npm/app2/package.json @@ -11,7 +11,7 @@ "webpack-cli": "4.10.0", "webpack-dev-server": "4.15.2", "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@rspack/cli": "0.7.5", "@rspack/core": "0.7.5", "@rspack/dev-server": "0.7.5" diff --git a/nextjs-dynamic-ssr/home/package.json b/nextjs-dynamic-ssr/home/package.json index dcd23b26f4..b8aff85568 100644 --- a/nextjs-dynamic-ssr/home/package.json +++ b/nextjs-dynamic-ssr/home/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@module-federation/nextjs-mf": "8.3.27", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "lodash": "4.17.21", "next": "^14.0.3", "react": "^18.2.0", diff --git a/nextjs-dynamic-ssr/pnpm-lock.yaml b/nextjs-dynamic-ssr/pnpm-lock.yaml index 31af53fdac..3350bf0c38 100644 --- a/nextjs-dynamic-ssr/pnpm-lock.yaml +++ b/nextjs-dynamic-ssr/pnpm-lock.yaml @@ -41,8 +41,8 @@ importers: specifier: 8.3.27 version: 8.3.27(next@14.1.1)(react-dom@18.2.0)(react@18.2.0)(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 lodash: specifier: 4.17.21 version: 4.17.21 @@ -65,8 +65,8 @@ importers: specifier: 8.3.27 version: 8.3.27(next@14.1.1)(react-dom@18.2.0)(react@18.2.0)(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 lodash: specifier: 4.17.21 version: 4.17.21 @@ -331,10 +331,20 @@ packages: '@module-federation/sdk': 0.2.4 dev: false + /@module-federation/runtime@0.2.5: + resolution: {integrity: sha512-LGpGQTRDzYtfkw2eDeYN8TUsjdFbk5Xj7HLCnwTboKbPv3KR4+fP5FF5bXh/jGqxXfewk4bBZbn0QeD/fu8GPw==} + dependencies: + '@module-federation/sdk': 0.2.5 + dev: false + /@module-federation/sdk@0.2.4: resolution: {integrity: sha512-7hGovQSWs0HUCePC0LrGqQw2TjzA8otLz16VPWTJPO0z+MnWo/IxKv8+Hsp8ipJ/9XHlm1a2THKQCepypq8vfw==} dev: false + /@module-federation/sdk@0.2.5: + resolution: {integrity: sha512-2EtsNi+RUFaN/ipDaIxnOG/fo+XHCGqsAC7oT4vgnw0VzvupQRdIIwJWNwdQVvRWvyVdoknxs0gpfHMwwPKxTw==} + dev: false + /@module-federation/third-party-dts-extractor@0.2.4: resolution: {integrity: sha512-O5GBM4Z3pkkaIdH/Durwc8A7I6mDNfqmyA+/raWl2aG4rgaXiGhr2/F6T7KknrbsYDcrjH1ZQM9HvRJmF3LDwA==} dependencies: diff --git a/nextjs-dynamic-ssr/shop/package.json b/nextjs-dynamic-ssr/shop/package.json index 10de787149..ce5e65a04c 100644 --- a/nextjs-dynamic-ssr/shop/package.json +++ b/nextjs-dynamic-ssr/shop/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@module-federation/nextjs-mf": "8.3.27", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "lodash": "4.17.21", "next": "^14.0.3", "react": "^18.2.0", diff --git a/nextjs-v12/shared/package.json b/nextjs-v12/shared/package.json index 776eb82045..2b86adb2f6 100644 --- a/nextjs-v12/shared/package.json +++ b/nextjs-v12/shared/package.json @@ -6,6 +6,6 @@ "types": "./index.d.ts", "dependencies": { "feather-route-matcher": "^4.0.0", - "@module-federation/runtime": "0.2.4" + "@module-federation/runtime": "0.2.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d459682dc3..e5d09c10a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -403,8 +403,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -1219,8 +1219,8 @@ importers: specifier: 2.3.2 version: 2.3.2(react-dom@18.3.1)(react@18.3.1)(typescript@5.0.4)(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 memory-stream: specifier: 1.0.0 version: 1.0.0 @@ -1805,8 +1805,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@module-federation/sdk': specifier: 0.2.5 version: 0.2.5 @@ -3114,8 +3114,8 @@ importers: specifier: 2.3.2 version: 2.3.2(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -3151,8 +3151,8 @@ importers: dynamic-system-host/app1: dependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 react: specifier: ^16.13.0 version: 16.14.0 @@ -3200,8 +3200,8 @@ importers: dynamic-system-host/app2: dependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 moment: specifier: ^2.29.4 version: 2.30.1 @@ -3252,8 +3252,8 @@ importers: dynamic-system-host/app3: dependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 moment: specifier: ^2.29.4 version: 2.30.1 @@ -5491,8 +5491,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@4.10.0)(webpack@5.92.1) @@ -5540,8 +5540,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@4.10.0)(webpack@5.92.1) @@ -8197,8 +8197,8 @@ importers: nextjs-v12/shared: dependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 feather-route-matcher: specifier: ^4.0.0 version: 4.0.0 @@ -10431,8 +10431,8 @@ importers: specifier: 0.2.5 version: 0.2.5 '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@module-federation/sdk': specifier: 0.2.5 version: 0.2.5 @@ -10471,8 +10471,8 @@ importers: specifier: 0.2.5 version: 0.2.5 '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@module-federation/sdk': specifier: 0.2.5 version: 0.2.5 @@ -10511,8 +10511,8 @@ importers: specifier: 0.2.5 version: 0.2.5 '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@module-federation/sdk': specifier: 0.2.5 version: 0.2.5 @@ -10575,8 +10575,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -10627,8 +10627,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -10662,8 +10662,8 @@ importers: runtime-plugins/isolate-shared-dependencies/app1: dependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 shared-lib: specifier: workspace:* version: link:../shared-lib @@ -10705,8 +10705,8 @@ importers: runtime-plugins/isolate-shared-dependencies/app2: dependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 shared-lib: specifier: workspace:* version: link:../shared-lib @@ -10748,8 +10748,8 @@ importers: runtime-plugins/isolate-shared-dependencies/app3: dependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 shared-lib: specifier: workspace:* version: link:../shared-lib @@ -10791,8 +10791,8 @@ importers: runtime-plugins/isolate-shared-dependencies/plugin: devDependencies: '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 runtime-plugins/isolate-shared-dependencies/shared-lib: dependencies: @@ -10934,8 +10934,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -10986,8 +10986,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -11044,8 +11044,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -11096,8 +11096,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -11148,8 +11148,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -11415,8 +11415,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) @@ -11467,8 +11467,8 @@ importers: specifier: 0.2.5 version: 0.2.5(webpack@5.92.1) '@module-federation/runtime': - specifier: 0.2.4 - version: 0.2.4 + specifier: 0.2.5 + version: 0.2.5 '@rspack/cli': specifier: 0.7.5 version: 0.7.5(@rspack/core@0.7.5)(webpack-cli@5.1.4)(webpack@5.92.1) diff --git a/rspack_hmr/app2/package.json b/rspack_hmr/app2/package.json index 6b37012a67..33aa529925 100644 --- a/rspack_hmr/app2/package.json +++ b/rspack_hmr/app2/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/sdk": "0.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/rspack_hmr/host/package.json b/rspack_hmr/host/package.json index 4280660591..666bccc187 100644 --- a/rspack_hmr/host/package.json +++ b/rspack_hmr/host/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/sdk": "0.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/rspack_hmr/runhost/package.json b/rspack_hmr/runhost/package.json index 8746300612..cf99d75bfc 100644 --- a/rspack_hmr/runhost/package.json +++ b/rspack_hmr/runhost/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/sdk": "0.2.5", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/runtime-plugins/control-sharing/app1/package.json b/runtime-plugins/control-sharing/app1/package.json index c225fc0189..fc97a1b17e 100644 --- a/runtime-plugins/control-sharing/app1/package.json +++ b/runtime-plugins/control-sharing/app1/package.json @@ -5,7 +5,7 @@ "@babel/core": "7.24.7", "@babel/preset-react": "7.24.7", "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@rspack/cli": "0.7.5", "@rspack/core": "0.7.5", "@rspack/dev-server": "0.7.5", diff --git a/runtime-plugins/control-sharing/app2/package.json b/runtime-plugins/control-sharing/app2/package.json index ffcc66b5e5..10dd432e8a 100644 --- a/runtime-plugins/control-sharing/app2/package.json +++ b/runtime-plugins/control-sharing/app2/package.json @@ -5,7 +5,7 @@ "@babel/core": "7.24.7", "@babel/preset-react": "7.24.7", "@module-federation/enhanced": "0.2.5", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@rspack/cli": "0.7.5", "@rspack/core": "0.7.5", "@rspack/dev-server": "0.7.5", diff --git a/runtime-plugins/isolate-shared-dependencies/app1/package.json b/runtime-plugins/isolate-shared-dependencies/app1/package.json index 817da9e25f..bba890aca3 100644 --- a/runtime-plugins/isolate-shared-dependencies/app1/package.json +++ b/runtime-plugins/isolate-shared-dependencies/app1/package.json @@ -17,7 +17,7 @@ "webpack-dev-server": "5.0.4" }, "dependencies": { - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "shared-lib": "workspace:*", "shared-lib-2": "workspace:*", "vue": "~2.7.0" diff --git a/runtime-plugins/isolate-shared-dependencies/app2/package.json b/runtime-plugins/isolate-shared-dependencies/app2/package.json index 52b98aba39..b5a1d42e31 100644 --- a/runtime-plugins/isolate-shared-dependencies/app2/package.json +++ b/runtime-plugins/isolate-shared-dependencies/app2/package.json @@ -17,7 +17,7 @@ "webpack-dev-server": "5.0.4" }, "dependencies": { - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "shared-lib": "workspace:*", "shared-lib-2": "workspace:*", "vue": "~2.7.0" diff --git a/runtime-plugins/isolate-shared-dependencies/app3/package.json b/runtime-plugins/isolate-shared-dependencies/app3/package.json index 4c80891b31..cc3fb2ae98 100644 --- a/runtime-plugins/isolate-shared-dependencies/app3/package.json +++ b/runtime-plugins/isolate-shared-dependencies/app3/package.json @@ -17,7 +17,7 @@ "webpack-dev-server": "5.0.4" }, "dependencies": { - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "shared-lib": "workspace:*", "shared-lib-2": "workspace:*", "vue": "~2.7.0" diff --git a/runtime-plugins/isolate-shared-dependencies/plugin/package.json b/runtime-plugins/isolate-shared-dependencies/plugin/package.json index 875c0207fd..ed5a57b38d 100644 --- a/runtime-plugins/isolate-shared-dependencies/plugin/package.json +++ b/runtime-plugins/isolate-shared-dependencies/plugin/package.json @@ -4,6 +4,6 @@ "description": "Plugin to isolate shared dependencies", "main": "isolatePluginFactory.ts", "devDependencies": { - "@module-federation/runtime": "0.2.4" + "@module-federation/runtime": "0.2.5" } } diff --git a/runtime-plugins/offline-remote/app1/package.json b/runtime-plugins/offline-remote/app1/package.json index beeabf97d6..e1c8a0a0c1 100644 --- a/runtime-plugins/offline-remote/app1/package.json +++ b/runtime-plugins/offline-remote/app1/package.json @@ -13,7 +13,7 @@ "webpack": "5.92.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/enhanced": "0.2.5" }, "scripts": { diff --git a/runtime-plugins/offline-remote/app2/package.json b/runtime-plugins/offline-remote/app2/package.json index 69c0ce829a..53881a3406 100644 --- a/runtime-plugins/offline-remote/app2/package.json +++ b/runtime-plugins/offline-remote/app2/package.json @@ -13,7 +13,7 @@ "webpack": "5.92.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/enhanced": "0.2.5" }, "scripts": { diff --git a/runtime-plugins/remote-control/app1/package.json b/runtime-plugins/remote-control/app1/package.json index 11abdaeafc..65c69a506d 100644 --- a/runtime-plugins/remote-control/app1/package.json +++ b/runtime-plugins/remote-control/app1/package.json @@ -13,7 +13,7 @@ "webpack": "5.92.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/enhanced": "0.2.5" }, "scripts": { diff --git a/runtime-plugins/remote-control/app2/package.json b/runtime-plugins/remote-control/app2/package.json index bcf18b11d7..32db6902a7 100644 --- a/runtime-plugins/remote-control/app2/package.json +++ b/runtime-plugins/remote-control/app2/package.json @@ -13,7 +13,7 @@ "webpack": "5.92.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/enhanced": "0.2.5" }, "scripts": { diff --git a/runtime-plugins/remote-control/app3/package.json b/runtime-plugins/remote-control/app3/package.json index 4c3794f013..5ebcd7b88f 100644 --- a/runtime-plugins/remote-control/app3/package.json +++ b/runtime-plugins/remote-control/app3/package.json @@ -13,7 +13,7 @@ "webpack": "5.92.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/enhanced": "0.2.5" }, "scripts": { diff --git a/runtime-plugins/single-runtime/app1/package.json b/runtime-plugins/single-runtime/app1/package.json index 21f9efe2ab..64c0a9106a 100644 --- a/runtime-plugins/single-runtime/app1/package.json +++ b/runtime-plugins/single-runtime/app1/package.json @@ -13,7 +13,7 @@ "webpack": "5.92.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/enhanced": "0.2.5" }, "scripts": { diff --git a/runtime-plugins/single-runtime/app2/package.json b/runtime-plugins/single-runtime/app2/package.json index 3f12191eae..1da42d8ddb 100644 --- a/runtime-plugins/single-runtime/app2/package.json +++ b/runtime-plugins/single-runtime/app2/package.json @@ -13,7 +13,7 @@ "webpack": "5.92.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.2", - "@module-federation/runtime": "0.2.4", + "@module-federation/runtime": "0.2.5", "@module-federation/enhanced": "0.2.5" }, "scripts": {