Skip to content

Commit 22fa224

Browse files
committed
chore(tests): use modern-js-v3 pkg.pr.new preview
1 parent 125415a commit 22fa224

6 files changed

Lines changed: 611 additions & 138 deletions

File tree

pnpm-lock.yaml

Lines changed: 606 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/integration/i18n/mf/mf-app-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@modern-js/plugin-i18n": "workspace:*",
1212
"@modern-js/runtime": "workspace:*",
13-
"@module-federation/modern-js-v3": "2.0.0",
13+
"@module-federation/modern-js-v3": "https://pkg.pr.new/module-federation/core/@module-federation/modern-js-v3@4437",
1414
"i18next": "25.7.4",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4",

tests/integration/i18n/mf/mf-component-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@modern-js/plugin-i18n": "workspace:*",
1111
"@modern-js/runtime": "workspace:*",
12-
"@module-federation/modern-js-v3": "2.0.0",
12+
"@module-federation/modern-js-v3": "https://pkg.pr.new/module-federation/core/@module-federation/modern-js-v3@4437",
1313
"i18next": "25.7.4",
1414
"react": "^19.2.4",
1515
"react-dom": "^19.2.4",

tests/integration/i18n/mf/mf-consumer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@modern-js/plugin-i18n": "workspace:*",
1111
"@modern-js/runtime": "workspace:*",
12-
"@module-federation/modern-js-v3": "2.0.0",
12+
"@module-federation/modern-js-v3": "https://pkg.pr.new/module-federation/core/@module-federation/modern-js-v3@4437",
1313
"@module-federation/runtime": "2.0.0",
1414
"i18next": "25.7.4",
1515
"react": "^19.2.4",

tests/integration/rsc-mf/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@modern-js/render": "workspace:*",
1212
"@modern-js/runtime": "workspace:*",
13-
"@module-federation/modern-js-v3": "2.0.0",
13+
"@module-federation/modern-js-v3": "https://pkg.pr.new/module-federation/core/@module-federation/modern-js-v3@4437",
1414
"@module-federation/runtime": "2.0.0",
1515
"client-only": "^0.0.1",
1616
"react": "^19.2.4",

tests/integration/rsc-mf/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@modern-js/render": "workspace:*",
1212
"@modern-js/runtime": "workspace:*",
13-
"@module-federation/modern-js-v3": "2.0.0",
13+
"@module-federation/modern-js-v3": "https://pkg.pr.new/module-federation/core/@module-federation/modern-js-v3@4437",
1414
"@module-federation/runtime": "2.0.0",
1515
"client-only": "^0.0.1",
1616
"react": "^19.2.4",

0 commit comments

Comments
 (0)