|
26 | 26 | "gulp-ng-annotate": "~1.0.0",
|
27 | 27 | "gulp-replace": "~0.5.3",
|
28 | 28 | "gulp-rename": "~1.2.2",
|
29 |
| - "gulp-rev": "~4.0.0", |
30 |
| - "gulp-rev-replace": "~0.4.1", |
| 29 | + "gulp-rev": "~5.0.0", |
| 30 | + "gulp-rev-replace": "~0.4.2", |
31 | 31 | "gulp-minify-html": "~1.0.3",
|
32 |
| - "gulp-inject": "~1.2.0", |
| 32 | + "gulp-inject": "~1.3.1", |
33 | 33 | "gulp-protractor": "~1.0.0",
|
34 | 34 | "gulp-sourcemaps": "~1.5.2",
|
35 | 35 | <% if (props.cssPreprocessor.key === 'node-sass') { -%>
|
|
39 | 39 | <% } if (props.cssPreprocessor.key === 'less') { -%>
|
40 | 40 | "gulp-less": "~3.0.3",
|
41 | 41 | <% } if (props.cssPreprocessor.key === 'stylus') { -%>
|
42 |
| - "gulp-stylus": "~2.0.3", |
| 42 | + "gulp-stylus": "~2.0.5", |
43 | 43 | <% } if (props.jsPreprocessor.key === 'coffee') { -%>
|
44 | 44 | "gulp-coffee": "~2.3.1",
|
45 | 45 | "gulp-coffeelint": "~0.5.0",
|
46 | 46 | <% } if (props.jsPreprocessor.srcExtension === 'es6') { -%>
|
47 | 47 | "gulp-webpack": "~1.5.0",
|
48 | 48 | "jshint-loader": "~0.8.3",
|
49 | 49 | <% } if (props.jsPreprocessor.key === 'babel') { -%>
|
50 |
| - "babel-core": "~5.5.4", |
| 50 | + "babel-core": "~5.5.8", |
51 | 51 | "babel-loader": "~5.1.4",
|
52 | 52 | <% } if (props.jsPreprocessor.key === 'traceur') { -%>
|
53 | 53 | "traceur-loader": "~0.6.3",
|
54 | 54 | <% } if (props.jsPreprocessor.key === 'typescript') { -%>
|
55 |
| - "gulp-typescript": "~2.7.6", |
| 55 | + "gulp-typescript": "~2.7.7", |
56 | 56 | "gulp-tslint": "~2.0.0",
|
57 | 57 | "gulp-concat": "~2.5.2",
|
58 | 58 | "tsd": "~0.6.1",
|
|
61 | 61 | <% } if (props.htmlPreprocessor.key !== 'none') { -%>
|
62 | 62 | "gulp-consolidate": "~0.1.2",
|
63 | 63 | <% } if (props.htmlPreprocessor.key === 'jade') { -%>
|
64 |
| - "jade": "~1.10.0", |
| 64 | + "jade": "~1.11.0", |
65 | 65 | <% } if (props.htmlPreprocessor.key === 'haml') { -%>
|
66 | 66 | "haml": "~0.4.3",
|
67 | 67 | <% } if (props.htmlPreprocessor.key === 'handlebars') { -%>
|
|
81 | 81 | "karma-angular-filesort": "~0.1.0",
|
82 | 82 | <% } -%>
|
83 | 83 | "karma-ng-html2js-preprocessor": "~0.1.2",
|
84 |
| - "concat-stream": "~1.4.8", |
| 84 | + "concat-stream": "~1.5.0", |
85 | 85 | "require-dir": "~0.3.0",
|
86 |
| - "browser-sync": "~2.7.6", |
| 86 | + "browser-sync": "~2.7.12", |
87 | 87 | "browser-sync-spa": "~1.0.2",
|
88 | 88 | "http-proxy-middleware": "~0.0.5",
|
89 | 89 | "chalk": "~1.0.0",
|
|
0 commit comments