noazark / weather

real weather for Javascript
MIT License
229 stars 109 forks source link

Update dependencies #24

Closed codewithtyler closed 8 years ago

codewithtyler commented 8 years ago

I ran the command npm outdated and noticed we have several dependencies that out of date. Below is the results of the command:

Package                Current   Wanted  Latest  Location
grunt                    0.4.5    0.4.5   1.0.1  grunt
grunt-cli               0.1.13   0.1.13   1.2.0  grunt-cli
grunt-contrib-copy       0.8.2    0.8.2   1.0.0  grunt-contrib-copy
grunt-contrib-jshint    0.12.0   0.12.0   1.0.0  grunt-contrib-jshint
grunt-contrib-uglify    0.11.1   0.11.1   2.0.0  grunt-contrib-uglify
grunt-contrib-watch      0.6.1    0.6.1   1.0.0  grunt-contrib-watch
grunt-karma             0.12.2   0.12.2   2.0.0  grunt-karma
karma                  0.13.22  0.13.22   1.1.2  karma
karma-chrome-launcher    0.2.3    0.2.3   1.0.1  karma-chrome-launcher
karma-mocha              0.2.2    0.2.2   1.1.1  karma-mocha
mocha                    2.5.3    2.5.3   3.0.2  mocha

Most of these we should be able to update with no changes to the code. I'll try and knock this out tomorrow night.