Skip to content

Commit 13a9d9f

Browse files
locks
1 parent bb87923 commit 13a9d9f

File tree

5 files changed

+58
-89
lines changed

5 files changed

+58
-89
lines changed

nextjs-dynamic-ssr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"e2e:ci": "pnpm start & sleep 2 && wait-on tcp:3001 && wait-on tcp:3002 && wait-on tcp:3000 && npx cypress run --config-file ../cypress-e2e/config/cypress.config.ts --config '{\"supportFile\": \"../cypress-e2e/support/e2e.ts\"}' --spec \"./e2e/*.cy.ts\" --browser=chrome"
1212
},
1313
"dependencies": {
14+
"@module-federation/sdk": "^0.2.5",
1415
"concurrently": "^8.2.2",
15-
"wait-on": "7.2.0",
16-
"@module-federation/sdk": "^0.2.0"
16+
"wait-on": "7.2.0"
1717
}
1818
}

0 commit comments

Comments
 (0)