update some modules

This commit is contained in:
Chad Engler 2013-12-08 09:11:11 -08:00
parent a423216a8c
commit 12943e6390

View file

@ -24,16 +24,17 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt": "~0.4.x", "grunt": "~0.4.1",
"grunt-contrib-jshint": "0.6.x", "grunt-contrib-jshint": "~0.6",
"grunt-contrib-uglify": "0.2.x", "grunt-contrib-uglify": "~0.2",
"grunt-contrib-connect": "0.3.x", "grunt-contrib-connect": "~0.5",
"grunt-contrib-yuidoc": "0.4.x", "grunt-contrib-yuidoc": "~0.5",
"grunt-concat-sourcemap": "0.3.x", "grunt-concat-sourcemap": "~0.4",
"grunt-contrib-concat": "0.3.x", "grunt-contrib-concat": "~0.3",
"chai": "~1.7.0", "mocha": "~1.15",
"karma": "0.11.0", "chai": "~1.8",
"karma-firefox-launcher": "0.1.0", "karma": "~0.11",
"karma-mocha": "0.1.0" "karma-firefox-launcher": "~0.1",
"karma-mocha": "~0.1"
} }
} }