-
Notifications
You must be signed in to change notification settings - Fork 32
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
increase peerDep/devDep range for react and bump enzyme #2
Conversation
This pr updates react and related packages so that react16 is supported. Enzyme and related packages are also bumped to support react16. We also configure enzyme to work with whichever react is currently installed.
this pr addresses #1 |
@ljharb it seems like the extraneous packages are throwing an error. I remember you saying that they weren't supposed to. Thoughts? |
@brucewpaul https://github.com/airbnb/react-with-direction/blob/master/.travis.yml#L7 runs |
@ljharb there was a typo in the react:16 script, but other then that, I ran |
I guess temporarily let's comment out the |
we should work on a better solution to deal with supporting multiple react versions and enzyme adapters for each
- [New] increase peerDep/devDep range for react and bump enzyme (#2) - [Deps] update `hoist-non-react-statics`, `prop-types` - [Dev Deps] update `babel-jest`, `chai`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `jest`, `rimraf`, `sinon`, `sinon-chai`, `webpack`
This pr updates react and related packages so that react16 is
supported. Enzyme and related packages are also bumped to support
react16. We also configure enzyme to work with whichever react is
currently installed.