diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-07-17 10:24:37 -0700 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2014-07-17 10:24:37 -0700 |
commit | 8e3a0ceafa2c7c78902d0eab07d21b793deb5366 (patch) | |
tree | 22c213b0383e6dd64c49194c6c9ab0bfd737a002 /package.json | |
parent | 8356948ed4ee13af218af74c56c8a91ee9523828 (diff) | |
download | jquery-8e3a0ceafa2c7c78902d0eab07d21b793deb5366.tar.gz jquery-8e3a0ceafa2c7c78902d0eab07d21b793deb5366.zip |
Build: update node dependencies barring jscs
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 83d444cd7..c54885f7a 100644 --- a/package.json +++ b/package.json @@ -31,19 +31,19 @@ "dependencies": {}, "devDependencies": { "colors": "0.6.2", - "commitplease": "1.9.0", - "grunt": "0.4.2", + "commitplease": "1.10.1", + "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", "grunt-contrib-jshint": "0.8.0", - "grunt-contrib-uglify": "0.3.2", - "grunt-contrib-watch": "0.5.3", + "grunt-contrib-uglify": "0.5.0", + "grunt-contrib-watch": "0.6.1", "grunt-git-authors": "1.2.0", "grunt-jscs-checker": "0.4.1", "grunt-jsonlint": "1.0.4", "grunt-npmcopy": "0.1.0", "gzip-js": "0.3.2", - "load-grunt-tasks": "0.3.0", + "load-grunt-tasks": "0.6.0", "npm": "1.4.21", "qunitjs": "1.14.0", "requirejs": "2.1.14", |