Skip to content

Commit 6c82575

Browse files
committed
chore(grunt): bump various grunt deps
1 parent cef6937 commit 6c82575

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: app/templates/_package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,16 @@
9292
"grunt": "~0.4.5",
9393
"grunt-wiredep": "^2.0.0",
9494
"grunt-concurrent": "^2.0.1",
95-
"grunt-contrib-clean": "~0.7.0",
96-
"grunt-contrib-concat": "^0.5.1",
97-
"grunt-contrib-copy": "^0.8.0",
98-
"grunt-contrib-cssmin": "~0.14.0",
99-
"grunt-contrib-imagemin": "~1.0.0",
100-
"grunt-contrib-jshint": "~0.11.2",
101-
"grunt-contrib-uglify": "~0.11.0",
95+
"grunt-contrib-clean": "^1.0.0",
96+
"grunt-contrib-concat": "^1.0.0",
97+
"grunt-contrib-copy": "^1.0.0",
98+
"grunt-contrib-cssmin": "^1.0.0",
99+
"grunt-contrib-imagemin": "^1.0.0",
100+
"grunt-contrib-jshint": "^1.0.0",
101+
"grunt-contrib-uglify": "^1.0.0",
102102
"grunt-contrib-watch": "~0.6.1",<% if (filters.jade) { %>
103-
"grunt-contrib-jade": "^0.15.0",<% } %><% if (filters.less) { %>
104-
"grunt-contrib-less": "^1.0.0",<% } %>
103+
"grunt-contrib-jade": "^1.0.0",<% } %><% if (filters.less) { %>
104+
"grunt-contrib-less": "^1.2.0",<% } %>
105105
"grunt-babel": "~5.0.0",<% if(filters.ts) { %>
106106
"grunt-ts": "^5.3.2",
107107
"grunt-tsd": "~0.1.0",
@@ -116,7 +116,7 @@
116116
"grunt-env": "~0.4.1",
117117
"grunt-node-inspector": "^0.4.1",
118118
"grunt-nodemon": "^0.4.0",
119-
"grunt-angular-templates": "^0.5.4",
119+
"grunt-angular-templates": "^1.0.3",
120120
"grunt-dom-munger": "^3.4.0",
121121
"grunt-protractor-runner": "^2.0.0",
122122
"grunt-injector": "^0.6.0",

0 commit comments

Comments
 (0)