CAAPIM / babel-preset-ca

CA's Babel configurations as an extensible shared preset
MIT License
1 stars 1 forks source link

Update deprecated dependencies #10

Closed alebiavati closed 7 years ago

alebiavati commented 7 years ago

Status

READY

Description

babel-preset-latest was giving the following warning:

npm WARN deprecated babel-preset-latest@6.16.0: 💥  preset-latest accomplishes the same task as babel-preset-env. 🙏  Please install it with 'npm install babel-preset-env --save-dev'. '{ "presets": ["latest"] }' to '{ "presets": ["env"] }'. For more info, please check the docs: http://babeljs.io/docs/plugins/preset-env

This PR updates the package to use babel-preset-env. Merging will trigger a minor version update.

Impacted Areas in Application

List general components of the application that this PR will affect: