slupjs / slup

🚀 Sets of Material Design components built upon Inferno
MIT License
13 stars 2 forks source link

Update dependency babel-preset-env to v1.6.1 #134

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency babel-preset-env from v1.6.0 to v1.6.1

Release Notes ### [`v1.6.1`](https://github.com/babel/babel-preset-env/blob/master/CHANGELOG.md#v161-2017-10-17) ##### :bug: Bug Fix - Update compat table to fix two small issues ([#​445](`https://github.com/babel/babel-preset-env/pull/445`)) (@​danez) ES2015 destructuring is not fully supported in Edge 15 and the polyfill required again. `es6.math.imul` is supported on Android as of version 4.4 - Add polyfills for ES6 static Object methods ([#​441](`https://github.com/babel/babel-preset-env/pull/441`)) (@​danez) Functions such as `Object.keys`, `Object.freeze`, ... do already exist in ES5, but their behaviour changed in ES2015. `babel-preset-env` with `builtIns: true` now adds the core-js polyfills for this methods if the browser only supports the ES5 variant of the method (like IE11 for example) - Normalize module format of plugins/built-ins data ([#​376](`https://github.com/babel/babel-preset-env/pull/376`)) (@​rtsao) ---

This PR has been generated by Renovate Bot.