Skip to content
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

Upgraded redux-saga related dependencies and used babel-preset-env. #19

Merged
merged 2 commits into from
Feb 10, 2018

Conversation

visusnet
Copy link
Contributor

@visusnet visusnet commented Feb 8, 2018

This PR updates history, react, react-dom, react-redux, react-router, redux-saga (incl. peer dependency), redux-saga-test-plan and replaced babel-preset-es2015 by babel-preset-env.

Copy link
Owner

@jfairbank jfairbank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @visusnet! One minor thing and we're good to go.

package.json Outdated
"rimraf": "^2.5.4",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"peerDependencies": {
"redux-saga": ">=0.10.0 <0.16.0"
"redux-saga": ">=0.10.0 <=0.16.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be >=0.10.0 <0.17.0 instead to include patch releases of 0.16?

@visusnet
Copy link
Contributor Author

@jfairbank You are right. I‘ve updated the PR accordingly.

@jfairbank
Copy link
Owner

Awesome, thanks!

@jfairbank jfairbank merged commit 5375af8 into jfairbank:master Feb 10, 2018
@visusnet visusnet deleted the upgradeDependencies branch February 10, 2018 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants