Skip to content

Commit c9e7372

Browse files
locks
1 parent 2ea8da4 commit c9e7372

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bi-directional/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@modern-js/eslint-config": "2.54.6",
3737
"@modern-js/tsconfig": "2.54.6",
3838
"@modern-js-app/eslint-config": "2.54.6",
39-
"@module-federation/enhanced": "0.0.0-next-20240905200018",
39+
"@module-federation/enhanced": "0.0.0-next-20240905215027",
4040
"@modern-js/builder-rspack-provider": "2.46.1",
4141
"lint-staged": "15.2.7",
4242
"prettier": "3.3.2",

bi-directional/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@modern-js/tsconfig": "2.54.6",
3838
"@modern-js-app/eslint-config": "2.54.6",
3939
"@modern-js/builder-rspack-provider": "2.46.1",
40-
"@module-federation/enhanced": "0.0.0-next-20240905200018",
40+
"@module-federation/enhanced": "0.0.0-next-20240905215027",
4141
"lint-staged": "15.2.7",
4242
"prettier": "3.3.2",
4343
"husky": "9.0.11",

bi-directional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "pnpm --filter bi-directional_* run build",
1313
"serve": "pnpm --filter bi-directional_* run serve",
1414
"clean": "pnpm --filter bi-directional_* run reset",
15-
"e2e:ci": "pnpm build && pnpm serve & sleep 5 && wait-on tcp:3001 && wait-on tcp:3002 && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
15+
"e2e:ci": "pnpm build && pnpm serve & sleep 15 && wait-on tcp:3001 && sleep 8 && wait-on tcp:3002 && sleep 8 && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
1616
},
1717
"devDependencies": {
1818
"concurrently": "8.2.2",

0 commit comments

Comments
 (0)