Commit 7306121
fix(browserstack-service): declare webdriverio as a dependency, not a peer
The extraction moved webdriverio from dependencies (as in the WebdriverIO monorepo /
the published @wdio/browserstack-service@9.29.1) into peerDependencies (^9.0.0). That
forces the consumer's webdriverio to ^9 and npm ERESOLVEs against any dep peering
webdriverio@^7||^8 (e.g. wdio-chromedriver-service@^8) — an install failure the
monorepo package never had. Move it back to dependencies to restore install parity.
Verified: official npm 9.29.1 and monorepo source both keep webdriverio in
dependencies and peer only @wdio/cli; the standalone was the sole divergence.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent bf66b27 commit 7306121
3 files changed
Lines changed: 10 additions & 5 deletions
File tree
- .changeset
- packages/browserstack-service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
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 | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments