-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: Bump version, update example project dependency. #25003
Conversation
Thanks for taking the time to open a PR!
|
packages/example/package.json
Outdated
"dependencies": { | ||
"bluebird": "3.5.3", | ||
"glob": "7.1.3" | ||
}, | ||
"devDependencies": { | ||
"chai": "3.5.0", | ||
"cross-env": "6.0.3", | ||
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#994a943b76f1186c10ce083f48266cee2f76aeb4", | ||
"cypress-example-kitchensink": "https://github.com/cypress-io/cypress-example-kitchensink.git#bd93f68568bc0a412b2c4dd2ddbc3b7cb89e5799", |
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.
crumbs, do i need to release a 12.0.1 for this?
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.
I don't think so. its a dev dependencies & isn't shipped with the examples.
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.
It is what scaffolds the kitchensink tests when e2e tests are scaffolded, so it is shipped.
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.
Why is it a dev dependency?
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.
Why is this in devDeps though. 🤔
User facing changelog
N/A
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?