manaflair / redux-batch

Enhance your Redux store to support batched actions
171 stars 12 forks source link

Updated to babel 7 #24

Closed ghoshArnab closed 4 years ago

arcanis commented 4 years ago

Hm ... what is this?

ghoshArnab commented 4 years ago

Hey, added a PR to update to latest babel version.

arcanis commented 4 years ago

Thanks, but I'm afraid I won't merge it. Infrastructure changes like this are usually better left to owners, if only because there's no way I review such lockfile changes 🙂

ghoshArnab commented 4 years ago

Will removing the lock file from the PR be fine?

arcanis commented 4 years ago

I mean, there has to be a point first .. why upgrade Babel at all? This module is very small, works fine in its current state, what makes it an imperative to upgrade Babel?

ghoshArnab commented 4 years ago

Babel 6 cli and core are failing npm audit due to security vulnerability due to dependent packages. So, created the PR to fix that.