-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
deps: chrome-launcher@0.10.7 #8781
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get outta here pesky @types!
package.json
Outdated
@@ -132,7 +132,7 @@ | |||
}, | |||
"dependencies": { | |||
"axe-core": "3.2.2", | |||
"chrome-launcher": "^0.10.5", | |||
"chrome-launcher": "^0.10.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will you also delete the resolutions
entry down on L164-166? yay!
is it possible the built js files aren't in 0.10.6? Or something else went wrong? Both CIs are still saying |
heh @paulirish we were implicitly re-using the rimraf types from chrome-launcher in lighthouse-viewer :D want to manually add who knew a chrome-launcher bump would be so pesky |
🔄🔄🔄 |
#8331