redux-blueprints and redux-mux have Chai as a dependency
See original GitHub issueIt seems that both redux-blueprints and redux-mux have chai as a dependency. Here is the dependency graph npm
printed out for me when I installed the package.
βββ¬ redux-idle-monitor@0.7.0
βββ¬ localsync@1.4.0
β βββ¬ cookiesync@1.4.0
β β βββ react-cookie@1.0.4
β βββ serversync@1.4.0
β βββ¬ socketsync@1.4.0
β β βββ local-storage@1.4.2
β β βββ react-cookie@1.0.4
β βββ¬ storagesync@1.4.0
β β βββ local-storage@1.4.2 deduped
β βββ webrtcsync@1.4.0
βββ¬ redux-actions@0.9.1
β βββ¬ flux-standard-action@0.6.1
β β βββ¬ lodash.isplainobject@3.2.0
β β βββ lodash._basefor@3.0.3
β β βββ lodash.isarguments@3.1.0
β β βββ¬ lodash.keysin@3.0.8
β β βββ lodash.isarguments@3.1.0 deduped
β β βββ lodash.isarray@3.0.4
β βββ reduce-reducers@0.1.2
βββ¬ redux-blueprint@0.2.23
β βββ¬ chai@3.5.0
β β βββ assertion-error@1.0.2
β β βββ¬ deep-eql@0.1.3
β β β βββ type-detect@0.1.1
β β βββ type-detect@1.0.0
β βββ redux-actions@0.9.1 deduped
βββ¬ redux-middleware@0.1.21
β βββ chai@3.5.0 deduped
β βββ redux-actions@0.9.1 deduped
β βββ redux-blueprint@0.2.23 deduped
βββ¬ redux-mux@0.1.15
βββ chai@3.5.0 deduped
Chai is a pretty big package, and this seems to unnecessarily bloat the size of this package. Not sure what one can do about it.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@damiangreen should be fixed now, Iβve published new versions of all the libraries, please reinstall
redux-idle-monitor@next
.I incorrectly had
tslib
indevDependencies
and it takes the place ofbabel-polyfill
in the TypeScript version. Should fix https://github.com/noderaider/redux-blueprint/issues/2#issuecomment-345969897 as well.hiya, the upgrade has caused it to stop working in IE11. Iβve raised a separate ticket for this