Skip to content

Commit 4dc7398

Browse files
committed
chore(grunt): bump various grunt deps
1 parent 8f2ffab commit 4dc7398

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
@@ -97,16 +97,16 @@
9797
"grunt": "~0.4.5",
9898
"grunt-wiredep": "^2.0.0",
9999
"grunt-concurrent": "^2.0.1",
100-
"grunt-contrib-clean": "~0.7.0",
101-
"grunt-contrib-concat": "^0.5.1",
102-
"grunt-contrib-copy": "^0.8.0",
103-
"grunt-contrib-cssmin": "~0.14.0",
104-
"grunt-contrib-imagemin": "~1.0.0",
105-
"grunt-contrib-jshint": "~0.11.2",
106-
"grunt-contrib-uglify": "~0.11.0",
100+
"grunt-contrib-clean": "^1.0.0",
101+
"grunt-contrib-concat": "^1.0.0",
102+
"grunt-contrib-copy": "^1.0.0",
103+
"grunt-contrib-cssmin": "^1.0.0",
104+
"grunt-contrib-imagemin": "^1.0.0",
105+
"grunt-contrib-jshint": "^1.0.0",
106+
"grunt-contrib-uglify": "^1.0.0",
107107
"grunt-contrib-watch": "~0.6.1",<% if (filters.jade) { %>
108-
"grunt-contrib-jade": "^0.15.0",<% } %><% if (filters.less) { %>
109-
"grunt-contrib-less": "^1.0.0",<% } %>
108+
"grunt-contrib-jade": "^1.0.0",<% } %><% if (filters.less) { %>
109+
"grunt-contrib-less": "^1.2.0",<% } %>
110110
"grunt-babel": "~6.0.0",<% if(filters.ts) { %>
111111
"grunt-ts": "^5.3.2",
112112
"grunt-tsd": "~0.1.0",
@@ -121,7 +121,7 @@
121121
"grunt-env": "~0.4.1",
122122
"grunt-node-inspector": "^0.4.1",
123123
"grunt-nodemon": "^0.4.0",
124-
"grunt-angular-templates": "^0.5.4",
124+
"grunt-angular-templates": "^1.0.3",
125125
"grunt-dom-munger": "^3.4.0",
126126
"grunt-protractor-runner": "^2.0.0",
127127
"grunt-injector": "^0.6.0",

0 commit comments

Comments
 (0)