Skip to content

Commit 7712549

Browse files
chore: update module federation packages to PR 4483 canaries
Point example workspaces at the pkg.pr.new canary builds from core PR #4483 so this repo can validate the dependency set with an updated lockfile. Made-with: Cursor
1 parent 9e45d88 commit 7712549

253 files changed

Lines changed: 3139 additions & 2466 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

advanced-api/automatic-vendor-sharing/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
77
"@babel/preset-typescript": "^7.28.5",
8-
"@module-federation/enhanced": "2.0.1",
8+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
99
"@rspack/cli": "1.7.6",
1010
"@rspack/core": "1.7.6",
1111
"@rspack/dev-server": "1.2.1",

advanced-api/automatic-vendor-sharing/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
77
"@babel/preset-typescript": "^7.28.5",
8-
"@module-federation/enhanced": "2.0.1",
8+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
99
"@rspack/cli": "1.7.6",
1010
"@rspack/core": "1.7.6",
1111
"@rspack/dev-server": "1.2.1",

advanced-api/dynamic-remotes-runtime-environment-variables/host/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"devDependencies": {
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
7-
"@module-federation/enhanced": "2.0.1",
8-
"@module-federation/runtime": "2.0.1",
9-
"@module-federation/retry-plugin": "0.17.1",
7+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
8+
"@module-federation/runtime": "https://pkg.pr.new/@module-federation/runtime@3ac4eee",
9+
"@module-federation/retry-plugin": "https://pkg.pr.new/@module-federation/retry-plugin@3ac4eee",
1010
"@rspack/cli": "1.7.6",
1111
"@rspack/core": "1.7.6",
1212
"@rspack/dev-server": "1.2.1",

advanced-api/dynamic-remotes-runtime-environment-variables/remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"devDependencies": {
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
7-
"@module-federation/enhanced": "2.0.1",
8-
"@module-federation/retry-plugin": "0.17.1",
7+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
8+
"@module-federation/retry-plugin": "https://pkg.pr.new/@module-federation/retry-plugin@3ac4eee",
99
"@rspack/cli": "1.7.6",
1010
"@rspack/core": "1.7.6",
1111
"@rspack/dev-server": "1.2.1",

advanced-api/dynamic-remotes-synchronous-imports/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
77
"@babel/preset-typescript": "^7.28.5",
8-
"@module-federation/enhanced": "2.0.1",
8+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
99
"@types/react": "18.3.10",
1010
"@types/react-dom": "18.3.0",
1111
"babel-loader": "9.1.3",

advanced-api/dynamic-remotes-synchronous-imports/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
77
"@babel/preset-typescript": "^7.28.5",
8-
"@module-federation/enhanced": "2.0.1",
8+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
99
"@types/react": "18.3.10",
1010
"@types/react-dom": "18.3.0",
1111
"babel-loader": "9.1.3",

advanced-api/dynamic-remotes/app1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
77
"@babel/preset-typescript": "^7.28.5",
8-
"@module-federation/enhanced": "2.0.1",
9-
"@module-federation/runtime": "2.0.1",
8+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
9+
"@module-federation/runtime": "https://pkg.pr.new/@module-federation/runtime@3ac4eee",
1010
"@rspack/cli": "1.7.6",
1111
"@rspack/core": "1.7.6",
1212
"@rspack/dev-server": "1.2.1",

advanced-api/dynamic-remotes/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
77
"@babel/preset-typescript": "^7.28.5",
8-
"@module-federation/enhanced": "2.0.1",
8+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
99
"@rspack/cli": "1.7.6",
1010
"@rspack/core": "1.7.6",
1111
"@rspack/dev-server": "1.2.1",

advanced-api/dynamic-remotes/app3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/core": "7.24.7",
66
"@babel/preset-react": "7.24.7",
77
"@babel/preset-typescript": "^7.28.5",
8-
"@module-federation/enhanced": "2.0.1",
8+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
99
"@rspack/cli": "1.7.6",
1010
"@rspack/core": "1.7.6",
1111
"@rspack/dev-server": "1.2.1",

apollo-client/app1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@babel/preset-env": "7.24.7",
3232
"@babel/preset-react": "7.24.7",
3333
"@babel/preset-typescript": "7.24.7",
34-
"@module-federation/enhanced": "2.0.1",
35-
"@module-federation/node": "2.7.32",
34+
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
35+
"@module-federation/node": "https://pkg.pr.new/@module-federation/node@3ac4eee",
3636
"@rspack/cli": "1.7.6",
3737
"@rspack/core": "1.7.6",
3838
"@rspack/dev-server": "1.2.1",

0 commit comments

Comments
 (0)