Skip to content

Commit

Permalink
Build: Update most dependencies
Browse files Browse the repository at this point in the history
grunt & grunt-cli updates must wait for the grunt-jscs update that's being
prepared in jquery#330.
  • Loading branch information
mgol committed May 24, 2016
1 parent 17afc90 commit 6f7e56a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
"dependencies": {},
"devDependencies": {
"benchmark": "2.1.0",
"commitplease": "2.3.0",
"commitplease": "2.3.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-compare-size": "0.4.0",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-qunit": "1.0.1",
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-git-authors": "3.1.1",
"grunt-compare-size": "0.4.2",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-qunit": "1.2.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-git-authors": "3.2.0",
"grunt-jscs": "0.6.2",
"grunt-jsonlint": "1.0.7",
"grunt-karma": "0.12.1",
"grunt-karma": "1.0.0",
"grunt-npmcopy": "0.1.0",
"gzip-js": "0.3.2",
"jquery": "1.9.1",
"karma": "0.13.21",
"karma-browserstack-launcher": "0.1.10",
"karma-chrome-launcher": "0.2.2",
"karma-firefox-launcher": "0.1.7",
"karma-html2js-preprocessor": "0.1.0",
"karma": "0.13.22",
"karma-browserstack-launcher": "1.0.0",
"karma-chrome-launcher": "1.0.1",
"karma-firefox-launcher": "1.0.0",
"karma-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.0",
"karma-qunit": "0.1.9",
"load-grunt-tasks": "3.4.0",
"phantomjs-prebuilt": "2.1.4",
"qunitjs": "1.21.0",
"requirejs": "2.1.22"
"karma-qunit": "1.0.0",
"load-grunt-tasks": "3.5.0",
"phantomjs-prebuilt": "2.1.7",
"qunitjs": "1.23.1",
"requirejs": "2.2.0"
},
"scripts": {
"build": "npm install && grunt",
Expand Down

0 comments on commit 6f7e56a

Please sign in to comment.