react-redux just published its new version 3.1.1, which is covered by your current version range. After updating it in your project the build kept failing.
This means it’s possible that your software is malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
(Note: this is a 3.x release. Unless you’re using React Native, you should use 4.x instead.)
Removes .babelrc in the compiled package because it is irrelevant (we ship ES5 code) and breaks React Native 0.16 and some consumers who use Babel 6 forgetting to exclude node_modules from transformations. (#213, rackt/redux#1033, rackt/redux#1039, rackt/redux#1127)
Hello :wave:
:warning::warning::warning:
react-redux just published its new version 3.1.1, which is covered by your current version range. After updating it in your project the build kept failing.
This means it’s possible that your software is malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
Happy fixing and merging :palm_tree:
GitHub Release
(Note: this is a 3.x release. Unless you’re using React Native, you should use 4.x instead.)
.babelrc
in the compiled package because it is irrelevant (we ship ES5 code) and breaks React Native 0.16 and some consumers who use Babel 6 forgetting to excludenode_modules
from transformations. (#213, rackt/redux#1033, rackt/redux#1039, rackt/redux#1127)The new version differs by 16 commits .
c2a4636
3.1.1
975a903
Merge upstream fix that removes .babelrc
f9dfe46
3.1.0
f7c9ac1
Style tweaks
441c359
Merge pull request #135 from mattydoincode/master
ef14a40
Fixes CI
e2c7746
Merge pull request #134 from djkirby/patch-1
251043d
:memo: Fix typo in docs
4aba270
clearer comment
0023d9f
this should prevent ie8 from getting mad
2f7ec22
Merge pull request #127 from erikras/master
5d7d448
added dependency on hoist-non-react-statics to allow connect() to hoist statics from wrapped component. fixes #53
5c5f388
3.0.1
284d6f7
Merge pull request #122 from epeli/impurefix
8bc405d
Call map fn(s) for impure components
There are 16 commits in total. See the full diff.
This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: