-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
WebdriverIO Version
latest
Node.js Version
latest
Mode
WDIO Testrunner
What happened?
webdriverio package is using:
"puppeteer-core": "^23.0.2"as dev dependency
"puppeteer-core": "^23.0.2",
but also specify:
"puppeteer-core": "^22.3.0"as peer dependency
webdriverio/packages/webdriverio/package.json
Line 105 in 24fb81f
"puppeteer-core": "^22.3.0"
Which makes parent project like mine forced to sit on v22.
Is there any reason not to align the peer dep with the dev dep ?
Thanks
Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
Reactions are currently unavailable