-
Notifications
You must be signed in to change notification settings - Fork 41
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
updated react to 16.1.1 #60
base: master
Are you sure you want to change the base?
Conversation
@bpizzi thanks, gonna look at this during weekend |
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.
please apply all the requested changes and then run clean
script and do yarn install
and init
script to fix regenerate yarn.lock and test new build
@@ -38,17 +38,17 @@ | |||
"@types/classnames": "^0.0.32", | |||
"@types/jest": "^19.2.2", | |||
"@types/node": "^7.0.8", | |||
"@types/react": "^15.0.16", | |||
"@types/react-dom": "^0.14.20", | |||
"@types/react-redux": "^4.4.37", |
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.
please add back react-redux types
package.json
Outdated
"@types/react-router-redux": "^4.0.41", | ||
"@types/react": "^16.0.25", | ||
"@types/react-dom": "^16.0.3", | ||
"@types/react-router": "^4.0.18", |
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.
react router types are wrong should be 3.X.X
Thanks for the review, I just pushed a new commit with the two changes. |
And here comes the PR for #59