uber / react-vis-force

d3-force graphs as React Components.
http://uber.github.io/react-vis-force
Other
405 stars 73 forks source link

update create-react-app deps to the latest to avoid log warnings during build #38

Open fastfrwrd opened 7 years ago

fastfrwrd commented 7 years ago
💥  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 👌. And let us know how you're liking Babel at @babeljs on 🐦
fastfrwrd commented 7 years ago

Attempted this - there seems to be some incompatibility with the latest stuff, so I'm going to leave it as is for now with a help wanted tag.