Skip to content

Commit bdacc20

Browse files
Merge pull request #203 from antonybudianto/update-dep-2
Update dep 2
2 parents 47ddbd0 + a44da54 commit bdacc20

6 files changed

Lines changed: 238 additions & 193 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
before_install:
2-
- npm i -g npm@3
31
language: node_js
42
node_js:
5-
- "6.0"
6-
- "5.6"
7-
- "4.3"
8-
script: npm run build -- --exclude-source
3+
- "7.0"
4+
- "6.9"
5+
script: npm run build
96
after_script:
107
- npm install coveralls
118
- npm run coverage

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# Angular Starter
22

33
[![Build Status](https://travis-ci.org/antonybudianto/angular-starter.svg?branch=master)](https://travis-ci.org/antonybudianto/angular-starter)
4-
[![Build status](https://ci.appveyor.com/api/projects/status/d5b3a9nnxnv5bxa5/branch/master?svg=true)](https://ci.appveyor.com/project/antonybudianto/angular-starter/branch/master)
54
[![Coverage Status](https://coveralls.io/repos/github/antonybudianto/angular-starter/badge.svg?branch=master)](https://coveralls.io/github/antonybudianto/angular-starter?branch=master)
65
[![Dependency Status](https://david-dm.org/antonybudianto/angular-starter.svg)](https://david-dm.org/antonybudianto/angular-starter)
76
[![devDependency Status](https://david-dm.org/antonybudianto/angular-starter/dev-status.svg)](https://david-dm.org/antonybudianto/angular-starter#info=devDependencies)
8-
[![Dependency Status](https://dependencyci.com/github/antonybudianto/angular-starter/badge)](https://dependencyci.com/github/antonybudianto/angular-starter)
97

108
> Live Production Build [Demo](https://antonybudianto.github.io/angular-starter/)
119
@@ -42,7 +40,7 @@ Please visit the [wiki](https://github.com/antonybudianto/angular2-starter/wiki)
4240

4341
## Prerequisites
4442
You need to have [Node.js and npm](https://nodejs.org/en/)
45-
- Support Node v4 - latest
43+
- Support Node v6.9 - latest
4644
- Support npm v3 - latest
4745

4846
[Global Gulp CLI](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) is not required, since you can map them to npm scripts, but a nice to have for development purpose.

config/gulp/tasks/typescript.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function lintTs(files) {
5656
}
5757

5858
function compileTs(files, watchMode) {
59-
var inline = !argv.excludeSource;
6059
watchMode = watchMode || false;
6160

6261
var tsProject = ts.createProject('tsconfig.json');
@@ -79,7 +78,7 @@ function compileTs(files, watchMode) {
7978
});
8079
return res.js
8180
.pipe(sourcemaps.write('.', {
82-
includeContent: inline
81+
includeContent: false
8382
}))
8483
.pipe(gulp.dest(config.tmp));
8584
}

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
"url": "https://github.com/antonybudianto/angular-starter.git"
1010
},
1111
"engines": {
12-
"node": ">=4.3",
12+
"node": ">=6.9",
1313
"npm": "~3.0.0"
1414
},
1515
"scripts": {
1616
"start": "gulp serve-dev",
17+
"lint": "gulp tslint",
1718
"test": "gulp test",
1819
"e2e": "gulp e2e",
1920
"env": "gulp env",
@@ -41,21 +42,21 @@
4142
"url": "https://github.com/antonybudianto/angular-starter/issues"
4243
},
4344
"dependencies": {
44-
"@angular/common": "~4.0.0",
45-
"@angular/compiler": "~4.0.0",
46-
"@angular/core": "~4.0.0",
47-
"@angular/forms": "~4.0.0",
48-
"@angular/http": "~4.0.0",
49-
"@angular/platform-browser": "~4.0.0",
50-
"@angular/platform-browser-dynamic": "~4.0.0",
51-
"@angular/router": "~4.0.0",
45+
"@angular/common": "~4.0.1",
46+
"@angular/compiler": "~4.0.1",
47+
"@angular/core": "~4.0.1",
48+
"@angular/forms": "~4.0.1",
49+
"@angular/http": "~4.0.1",
50+
"@angular/platform-browser": "~4.0.1",
51+
"@angular/platform-browser-dynamic": "~4.0.1",
52+
"@angular/router": "~4.0.1",
5253
"@ngstarter/systemjs-extension": "1.0.0-rc.4",
53-
"@types/core-js": "0.9.35",
54-
"@types/jasmine": "2.5.40",
55-
"@types/lodash": "4.14.50",
56-
"@types/selenium-webdriver": "^2.44.28",
54+
"@types/core-js": "0.9.41",
55+
"@types/jasmine": "2.5.47",
56+
"@types/lodash": "4.14.61",
57+
"@types/selenium-webdriver": "^2.53.42",
5758
"bootstrap-sass": "^3.3.7",
58-
"codelyzer": "2.0.0",
59+
"codelyzer": "2.1.1",
5960
"core-js": "^2.4.1",
6061
"del": "~2.2.2",
6162
"font-awesome": "^4.7.0",
@@ -64,18 +65,18 @@
6465
"gulp-cssnano": "^2.1.2",
6566
"gulp-flatten": "^0.3.1",
6667
"gulp-if": "~2.0.2",
67-
"gulp-protractor": "^3.0.0",
68+
"gulp-protractor": "^4.1.0",
6869
"gulp-rev": "^7.1.2",
6970
"gulp-rev-replace": "^0.4.3",
7071
"gulp-sass": "^3.1.0",
71-
"gulp-sourcemaps": "^2.4.0",
72+
"gulp-sourcemaps": "^2.5.0",
7273
"gulp-template": "^4.0.0",
7374
"gulp-tslint": "7.1.0",
74-
"gulp-typescript": "~3.1.4",
75-
"gulp-uglify": "~2.0.0",
75+
"gulp-typescript": "~3.1.6",
76+
"gulp-uglify": "~2.1.2",
7677
"gulp-useref": "~3.1.2",
7778
"jasmine-core": "~2.5.2",
78-
"jquery": "^3.1.1",
79+
"jquery": "^3.2.1",
7980
"karma": "~1.5.0",
8081
"karma-coverage": "~1.1.1",
8182
"karma-ie-launcher": "^1.0.0",
@@ -84,19 +85,19 @@
8485
"karma-sourcemap-loader": "^0.3.7",
8586
"lodash": "^4.17.4",
8687
"phantomjs-prebuilt": "^2.1.14",
87-
"remap-istanbul": "~0.6.4",
88+
"remap-istanbul": "0.9.5",
8889
"require-dir": "~0.3.1",
8990
"run-sequence": "~1.2.2",
90-
"rxjs": "5.0.3",
91+
"rxjs": "5.2.0",
9192
"systemjs": "^0.19.47",
9293
"tslint": "~4.5.1",
93-
"typescript": "~2.1.5",
94+
"typescript": "~2.2.2",
9495
"yargs": "^7.0.2",
9596
"zone.js": "^0.8.5"
9697
},
9798
"devDependencies": {
98-
"browser-sync": "^2.18.6",
99+
"browser-sync": "^2.18.8",
99100
"connect-history-api-fallback": "^1.3.0",
100-
"ts-node": "^2.0.0"
101+
"ts-node": "^3.0.2"
101102
}
102103
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"module": "commonjs",
55
"moduleResolution": "node",
66
"sourceMap": true,
7+
"skipLibCheck": true,
78
"emitDecoratorMetadata": true,
89
"experimentalDecorators": true,
910
"removeComments": false,

0 commit comments

Comments
 (0)