Commit 385dbfb
committed
fix(deps): declare playwright-core as direct dependency
playwright-cli.js requires `playwright-core/lib/tools/cli-client/program`
but only `playwright` is declared as a dependency. Under package
managers that isolate transitives (pnpm with the default `isolated`
linker), the require fails immediately on every install. Pinning
`playwright-core` to the same version as `playwright` removes the
dependency on hoisting and matches the existing transitive resolution.
Fixes #3961 parent 212b11d commit 385dbfb
2 files changed
Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments