Skip to content

Commit bd1b173

Browse files
Update all package.json dependencies and use a fixed version
This ensures there wouldn't be a breaking change since everyone's dependencies will be always the same.
1 parent 4527b37 commit bd1b173

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"gitHead": "bd3c9713222bace68d25fe2128c0f8633cad1269",
1919
"readmeFilename": "README.md",
2020
"devDependencies": {
21-
"grunt": "~0.4.1",
22-
"grunt-contrib-jshint": "~0.10.0",
23-
"grunt-contrib-uglify": "~0.2.0",
24-
"grunt-contrib-qunit": "~0.2.0",
25-
"grunt-contrib-watch": "~0.6.1",
26-
"grunt-compare-size": "~0.4.0",
27-
"grunt-saucelabs": "~7.0.0",
28-
"grunt-contrib-connect": "~0.7.1",
29-
"gzip-js": "~0.3.0"
21+
"grunt": "0.4.5",
22+
"grunt-contrib-jshint": "0.11.1",
23+
"grunt-contrib-uglify": "0.8.0",
24+
"grunt-contrib-qunit": "0.5.2",
25+
"grunt-contrib-watch": "0.6.1",
26+
"grunt-compare-size": "0.4.x",
27+
"grunt-saucelabs": "8.6.0",
28+
"grunt-contrib-connect": "0.9.0",
29+
"gzip-js": "0.3.2"
3030
},
3131
"volo": {
3232
"url": "https://raw.github.com/carhartl/jquery-cookie/v{version}/src/jquery.cookie.js"

0 commit comments

Comments
 (0)