redux-utilities / redux-promise

FSA-compliant promise middleware for Redux.
MIT License
2.67k stars 134 forks source link

Unpin flux-standard-action version #26

Closed shinnn closed 8 years ago

shinnn commented 8 years ago

I added ^ operator to the dependency version, because currently users cannot use redux-promise with flux-standard-action v0.6.1 that includes significant fixes.

Or, is there any explicit reason to pin flux-standard-action to v0.6.0?

Also I updated babel-eslint to v4.x (like https://github.com/acdlite/flux-standard-action/commit/a0de082100dbcf7d67bf128d60dbf1c12cb7eaab) to pass the test.

shinnn commented 8 years ago

@acdlite Thoughts?

juancarlosfarah commented 8 years ago

+1

psegalen commented 8 years ago

I also have a Babel problem because of version 0.6.0 of flux-standard-action. :(

plrthink commented 8 years ago

+1 also facing this issue when using redux-promise with react-native 0.21