-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update Dev Dependencies #16
Conversation
This update bumps several dependencies to achieve the desired versions of things related to Babel, ESLint, Jest, Storybook, and React. Most of these updates come from `@helpscout/[email protected]`.
@@ -15,7 +15,7 @@ | |||
"test": "prestart && zero test --coverage", | |||
"test:watch": "zero test --watch", | |||
"version": "npm run build", | |||
"release": "np --no-yarn", | |||
"release": "zero release", |
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.
np
is now part of zero
:)
"prop-types": "latest", | ||
"react": "16.6.3", | ||
"react-dom": "16.6.3", | ||
"react": "16.8.4", |
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.
... the one with hooks!
Arg... |
I... might have to try this again. So many issues with |
Update Dev Dependencies
This update bumps several dependencies to achieve the desired versions of
things related to Babel, ESLint, Jest, Storybook, and React.
Most of these updates come from
@helpscout/[email protected]
.Tested locally, and everything is working as expected, including Jest, Babel (build), Storybook, and Docz.
Webpack's version is capped at
4.28.4
due to an issue indocz
doczjs/docz#596