-
-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated @types/puppeteer version #302
Comments
This will be fixed with #303 :-) |
In the meantime you could overwrite the version in your own package.json (untested):
|
@berstend sounds great! Thanks! Any estimation when it will be released? |
It's a complete rewrite basically, so I want to make sure nothing breaks :-) Updating tests, etc. is pretty time-consuming but it shouldn't be too long until the new version is out. |
Closing for now, let me know if the above mentioned hotfix isn't working. |
Apparently, due to an open issue, resolutions doesn't work with deps that have '/' in their name. The above mentioned hotfix is not working for me. |
In the file
packages/puppeteer-extra/package.json
the version for@types/puppeteer
is^2.0.0
, however3.0.1
is already out.Since
package.json
sets the version, I have to use that one, otherwise both versions are installed and incompatibility issues rise.Is there any reason for pinning version
2.x
?The text was updated successfully, but these errors were encountered: