unirakun / k-redux-router

redux router (with react bindings) - one route = one code
8 stars 1 forks source link

Update rollup-plugin-terser in group default to the latest version ๐Ÿš€ #51

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency rollup-plugin-terser was updated from 3.0.0 to 4.0.0.

This version is not covered by your current version range.

If you donโ€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโ€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to these versions instead ๐Ÿš€

Release Notes for v4.0.1

Fixed node 6 support by removing object spread operator.

greenkeeper[bot] commented 5 years ago

Update to these versions instead ๐Ÿš€

Release Notes for v4.0.2

In this patch I upgraded jest-worker to alpha version with fixed numWorkers option which was set to 0 when a machine had only 1 processor (including VM in CIs). Hope all your problems will gone.

greenkeeper[bot] commented 5 years ago

Update to these versions instead ๐Ÿš€

Release Notes for v4.0.3

Nothing interesting. Just upgraded jest to stable version.

greenkeeper[bot] commented 5 years ago

Update to these versions instead ๐Ÿš€

Release Notes for v4.0.4

In this release unexpected token error when using arrow functions was fixed and 1mb dependency was removed. Big thanks to @zech