|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 | 37 | "autoprefixer-core": "^5.2.1",
|
38 |
| - "grunt": "~0.4.4", |
| 38 | + "grunt": "~0.4.5", |
39 | 39 | "grunt-wiredep": "^2.0.0",
|
40 |
| - "grunt-concurrent": "~0.5.0", |
41 |
| - "grunt-contrib-clean": "~0.5.0", |
42 |
| - "grunt-contrib-concat": "~0.4.0", |
43 |
| - "grunt-contrib-copy": "~0.5.0", |
44 |
| - "grunt-contrib-cssmin": "~0.9.0", |
45 |
| - "grunt-contrib-htmlmin": "~0.2.0", |
46 |
| - "grunt-contrib-imagemin": "~0.7.1", |
| 40 | + "grunt-concurrent": "^2.0.1", |
| 41 | + "grunt-contrib-clean": "^0.6.0", |
| 42 | + "grunt-contrib-concat": "^0.5.1", |
| 43 | + "grunt-contrib-copy": "^0.8.0", |
| 44 | + "grunt-contrib-cssmin": "^0.13.0", |
| 45 | + "grunt-contrib-imagemin": "^0.9.4", |
47 | 46 | "grunt-contrib-jshint": "~0.11.2",
|
48 |
| - "grunt-contrib-uglify": "~0.4.0", |
| 47 | + "grunt-contrib-uglify": "^0.9.1", |
49 | 48 | "grunt-contrib-watch": "~0.6.1",<% if (filters.coffee) { %>
|
50 |
| - "grunt-contrib-coffee": "^0.10.1",<% } %><% if (filters.jade) { %> |
51 |
| - "grunt-contrib-jade": "^0.11.0",<% } %><% if (filters.less) { %> |
52 |
| - "grunt-contrib-less": "^0.11.4",<% } %><% if(filters.babel) { %> |
| 49 | + "grunt-contrib-coffee": "^0.13.0",<% } %><% if (filters.jade) { %> |
| 50 | + "grunt-contrib-jade": "^0.15.0",<% } %><% if (filters.less) { %> |
| 51 | + "grunt-contrib-less": "^1.0.0",<% } %><% if(filters.babel) { %> |
53 | 52 | "karma-babel-preprocessor": "^5.2.1",
|
54 | 53 | "grunt-babel": "~5.0.0",<% } %>
|
55 | 54 | "grunt-google-cdn": "~0.4.0",
|
56 |
| - "grunt-jscs": "~0.7.1", |
57 |
| - "grunt-newer": "~0.7.0", |
58 |
| - "grunt-ng-annotate": "^0.2.3", |
| 55 | + "grunt-jscs": "^2.0.0", |
| 56 | + "grunt-newer": "^1.1.1", |
| 57 | + "grunt-ng-annotate": "^1.0.1", |
59 | 58 | "grunt-filerev": "^2.3.1",
|
60 |
| - "grunt-svgmin": "~0.4.0", |
61 |
| - "grunt-usemin": "~2.1.1", |
| 59 | + "grunt-usemin": "^3.0.0", |
62 | 60 | "grunt-env": "~0.4.1",
|
63 |
| - "grunt-node-inspector": "~0.1.5", |
64 |
| - "grunt-nodemon": "~0.2.0", |
| 61 | + "grunt-node-inspector": "^0.2.0", |
| 62 | + "grunt-nodemon": "^0.4.0", |
65 | 63 | "grunt-angular-templates": "^0.5.4",
|
66 | 64 | "grunt-dom-munger": "^3.4.0",
|
67 | 65 | "grunt-protractor-runner": "^2.0.0",
|
68 |
| - "grunt-injector": "~0.5.4", |
| 66 | + "grunt-injector": "^0.6.0", |
69 | 67 | "grunt-karma": "~0.12.0",
|
70 |
| - "grunt-build-control": "~0.4.0",<% if(filters.sass) { %> |
71 |
| - "grunt-contrib-sass": "^0.7.3",<% } %><% if(filters.stylus) { %> |
| 68 | + "grunt-build-control": "^0.5.0",<% if(filters.sass) { %> |
| 69 | + "grunt-contrib-sass": "^0.9.0",<% } %><% if(filters.stylus) { %> |
72 | 70 | "grunt-contrib-stylus": "latest",<% } %>
|
73 |
| - "jit-grunt": "^0.5.0", |
74 |
| - "time-grunt": "~0.3.1", |
75 |
| - "grunt-express-server": "~0.4.17", |
| 71 | + "jit-grunt": "^0.9.1", |
| 72 | + "time-grunt": "^1.2.1", |
| 73 | + "grunt-express-server": "^0.5.1", |
76 | 74 | "grunt-postcss": "^0.5.5",
|
77 | 75 | "grunt-open": "~0.2.3",
|
78 | 76 | "open": "~0.0.4",
|
79 | 77 | "jshint-stylish": "~2.0.1",
|
80 | 78 | "connect-livereload": "^0.5.3",
|
81 | 79 | "mocha": "^2.2.5",
|
82 | 80 | "grunt-mocha-test": "~0.12.7",
|
83 |
| - "grunt-mocha-istanbul": "^2.4.0", |
| 81 | + "grunt-mocha-istanbul": "^3.0.1", |
| 82 | + "istanbul": "^0.3.17", |
84 | 83 | "chai-as-promised": "^5.1.0",
|
85 | 84 | "chai-things": "^0.2.0",
|
86 | 85 | "sinon-chai": "^2.8.0",<% if (filters.mocha) { %>
|
|
0 commit comments