mqtt-wall icon indicating copy to clipboard operation
mqtt-wall copied to clipboard

Update dependencies

Open ah01 opened this issue 6 years ago • 0 comments

Dependencies in package.json are little bit out of date...

npm WARN deprecated [email protected]: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! 
npm WARN engine [email protected]: wanted: {"node":">=6.9"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN peerDependencies The peer dependency @babel/core@^7.0.0 included from grunt-babel will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN engine @babel/[email protected]: wanted: {"node":">=6.9.0"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN engine [email protected]: wanted: {"node":">= 6"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN engine @babel/[email protected]: wanted: {"node":">=6.0.0"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN optional dep failed, continuing [email protected]
npm WARN optional dep failed, continuing [email protected]
npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN engine [email protected]: wanted: {"node":">=6"} (current: {"node":"4.9.1","npm":"2.15.11"})

ah01 avatar Feb 21 '19 21:02 ah01