Skip to content

Commit 7d825da

Browse files
committed
Merge pull request #179 from samaxes/npm-dep-versions
Update devDependencies in package.json
2 parents fce54bd + 5d0524f commit 7d825da

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

templates/common/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"dependencies": {},
55
"devDependencies": {
66
"grunt": "~0.4.1",
7-
"grunt-contrib-copy": "~0.4.0",
8-
"grunt-contrib-concat": "~0.1.3",
9-
"grunt-contrib-coffee": "~0.6.4",
7+
"grunt-contrib-copy": "~0.4.1",
8+
"grunt-contrib-concat": "~0.2.0",
9+
"grunt-contrib-coffee": "~0.7.0",
1010
"grunt-contrib-uglify": "~0.2.0",
11-
"grunt-contrib-compass": "~0.1.3",
12-
"grunt-contrib-jshint": "~0.3.0",
13-
"grunt-contrib-cssmin": "~0.5.0",
14-
"grunt-contrib-connect": "~0.2.0",
15-
"grunt-contrib-clean": "~0.4.0",
16-
"grunt-contrib-htmlmin": "~0.1.1",
17-
"grunt-contrib-imagemin": "~0.1.2",
11+
"grunt-contrib-compass": "~0.2.0",
12+
"grunt-contrib-jshint": "~0.4.3",
13+
"grunt-contrib-cssmin": "~0.6.0",
14+
"grunt-contrib-connect": "~0.3.0",
15+
"grunt-contrib-clean": "~0.4.1",
16+
"grunt-contrib-htmlmin": "~0.1.3",
17+
"grunt-contrib-imagemin": "~0.1.4",
1818
"grunt-contrib-livereload": "~0.1.2",
19-
"grunt-bower-requirejs": "~0.4.1",
20-
"grunt-usemin": "~0.1.10",
19+
"grunt-bower-requirejs": "~0.4.2",
20+
"grunt-usemin": "~0.1.11",
2121
"grunt-regarde": "~0.1.1",
2222
"grunt-rev": "~0.1.0",
23-
"grunt-karma": "~0.3.0",
23+
"grunt-karma": "~0.4.3",
2424
"grunt-open": "~0.2.0",
25-
"matchdep": "~0.1.1",
26-
"grunt-google-cdn": "~0.1.1",
25+
"matchdep": "~0.1.2",
26+
"grunt-google-cdn": "~0.1.2",
2727
"grunt-ngmin": "~0.0.2"
2828
},
2929
"engines": {

0 commit comments

Comments
 (0)