Skip to content

Commit d82dc72

Browse files
Upgrade npm test modules
Closes js-cookiegh-149. Closes js-cookiegh-150. Closes js-cookiegh-153. Closes js-cookiegh-154. Closes js-cookiegh-155. Closes js-cookiegh-156.
1 parent 3a8dfff commit d82dc72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"devDependencies": {
3030
"grunt": "0.4.5",
3131
"grunt-compare-size": "0.4.0",
32-
"grunt-contrib-connect": "0.11.2",
32+
"grunt-contrib-connect": "1.0.0",
3333
"grunt-contrib-jshint": "1.0.0",
3434
"grunt-contrib-nodeunit": "0.4.1",
35-
"grunt-contrib-qunit": "1.0.1",
36-
"grunt-contrib-uglify": "0.11.1",
37-
"grunt-contrib-watch": "0.6.1",
35+
"grunt-contrib-qunit": "1.1.0",
36+
"grunt-contrib-uglify": "1.0.1",
37+
"grunt-contrib-watch": "1.0.0",
3838
"grunt-jscs": "2.8.0",
3939
"grunt-saucelabs": "8.6.2",
4040
"gzip-js": "0.3.2",
4141
"qunitjs": "1.22.0",
42-
"requirejs": "2.1.22"
42+
"requirejs": "2.2.0"
4343
}
4444
}

0 commit comments

Comments
 (0)