angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 178 forks source link

chore(lib): update lodash and redux dependencies #209

Closed AntJanus closed 5 years ago

AntJanus commented 5 years ago

Closes #203

passes tests.

This PR does a couple of things:

  1. allows Redux 4 to be a peer dependency
  2. updated lodash to newest version to bypass a security warning
  3. unified lodash loading functions to use the all-encompassing lodash package; however, it only pulls in and compiles with the functions ng-redux uses