Skip to content

Commit 9373aba

Browse files
author
Mehdy Dara
committed
Update sample app deps
1 parent f7523d7 commit 9373aba

File tree

2 files changed

+81
-71
lines changed

2 files changed

+81
-71
lines changed

app/templates/_package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"gulp-ng-annotate": "~1.0.0",
2727
"gulp-replace": "~0.5.3",
2828
"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",
3131
"gulp-minify-html": "~1.0.3",
32-
"gulp-inject": "~1.2.0",
32+
"gulp-inject": "~1.3.1",
3333
"gulp-protractor": "~1.0.0",
3434
"gulp-sourcemaps": "~1.5.2",
3535
<% if (props.cssPreprocessor.key === 'node-sass') { -%>
@@ -39,20 +39,20 @@
3939
<% } if (props.cssPreprocessor.key === 'less') { -%>
4040
"gulp-less": "~3.0.3",
4141
<% } if (props.cssPreprocessor.key === 'stylus') { -%>
42-
"gulp-stylus": "~2.0.3",
42+
"gulp-stylus": "~2.0.5",
4343
<% } if (props.jsPreprocessor.key === 'coffee') { -%>
4444
"gulp-coffee": "~2.3.1",
4545
"gulp-coffeelint": "~0.5.0",
4646
<% } if (props.jsPreprocessor.srcExtension === 'es6') { -%>
4747
"gulp-webpack": "~1.5.0",
4848
"jshint-loader": "~0.8.3",
4949
<% } if (props.jsPreprocessor.key === 'babel') { -%>
50-
"babel-core": "~5.5.4",
50+
"babel-core": "~5.5.8",
5151
"babel-loader": "~5.1.4",
5252
<% } if (props.jsPreprocessor.key === 'traceur') { -%>
5353
"traceur-loader": "~0.6.3",
5454
<% } if (props.jsPreprocessor.key === 'typescript') { -%>
55-
"gulp-typescript": "~2.7.6",
55+
"gulp-typescript": "~2.7.7",
5656
"gulp-tslint": "~2.0.0",
5757
"gulp-concat": "~2.5.2",
5858
"tsd": "~0.6.1",
@@ -61,7 +61,7 @@
6161
<% } if (props.htmlPreprocessor.key !== 'none') { -%>
6262
"gulp-consolidate": "~0.1.2",
6363
<% } if (props.htmlPreprocessor.key === 'jade') { -%>
64-
"jade": "~1.10.0",
64+
"jade": "~1.11.0",
6565
<% } if (props.htmlPreprocessor.key === 'haml') { -%>
6666
"haml": "~0.4.3",
6767
<% } if (props.htmlPreprocessor.key === 'handlebars') { -%>
@@ -81,9 +81,9 @@
8181
"karma-angular-filesort": "~0.1.0",
8282
<% } -%>
8383
"karma-ng-html2js-preprocessor": "~0.1.2",
84-
"concat-stream": "~1.4.8",
84+
"concat-stream": "~1.5.0",
8585
"require-dir": "~0.3.0",
86-
"browser-sync": "~2.7.6",
86+
"browser-sync": "~2.7.12",
8787
"browser-sync-spa": "~1.0.2",
8888
"http-proxy-middleware": "~0.0.5",
8989
"chalk": "~1.0.0",

0 commit comments

Comments
 (0)