Skip to content

Commit fd5e51c

Browse files
Merge pull request #135 from antonybudianto/update-dep-apr
Update dep apr
2 parents 7f9e18e + a05cc59 commit fd5e51c

File tree

8 files changed

+168
-440
lines changed

8 files changed

+168
-440
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ script:
1111
- npm run build:jit
1212
- npm run build
1313
after_script:
14-
- yarn add coveralls
15-
- npm run coveralls
14+
- yarn global add codecov
15+
- codecov
1616
cache: yarn

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Angular Webpack Starter
22

33
[![Build Status](https://travis-ci.org/antonybudianto/angular-webpack-starter.svg?branch=master)](https://travis-ci.org/antonybudianto/angular-webpack-starter)
4-
[![Coverage Status](https://coveralls.io/repos/github/antonybudianto/angular-webpack-starter/badge.svg?branch=master)](https://coveralls.io/github/antonybudianto/angular-webpack-starter?branch=master)
4+
[![Codecov](https://codecov.io/gh/antonybudianto/angular-webpack-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/antonybudianto/angular-webpack-starter)
55
[![Dependency Status](https://david-dm.org/antonybudianto/angular-webpack-starter.svg)](https://david-dm.org/antonybudianto/angular-webpack-starter)
66
[![devDependency Status](https://david-dm.org/antonybudianto/angular-webpack-starter/dev-status.svg)](https://david-dm.org/antonybudianto/angular-webpack-starter#info=devDependencies)
77
[![Dependency Status](https://dependencyci.com/github/antonybudianto/angular-webpack-starter/badge)](https://dependencyci.com/github/antonybudianto/angular-webpack-starter)

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-webpack-starter",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "Antony Budianto",
55
"description": "Angular Webpack Starter with extensible features",
66
"main": "src/app/main.ts",
@@ -55,27 +55,27 @@
5555
"url": "https://github.com/antonybudianto/angular-webpack-starter/issues"
5656
},
5757
"dependencies": {
58-
"@angular/common": "4.0.0",
59-
"@angular/compiler": "4.0.0",
60-
"@angular/compiler-cli": "4.0.0",
61-
"@angular/core": "4.0.0",
62-
"@angular/forms": "4.0.0",
63-
"@angular/http": "4.0.0",
64-
"@angular/platform-browser": "4.0.0",
65-
"@angular/platform-browser-dynamic": "4.0.0",
66-
"@angular/router": "4.0.0",
67-
"@ngtools/webpack": "1.3.0",
68-
"@types/core-js": "0.9.35",
69-
"@types/jasmine": "2.5.46",
70-
"@types/lodash": "4.14.55",
71-
"@types/node": "7.0.5",
58+
"@angular/common": "4.1.0",
59+
"@angular/compiler": "4.1.0",
60+
"@angular/compiler-cli": "4.1.0",
61+
"@angular/core": "4.1.0",
62+
"@angular/forms": "4.1.0",
63+
"@angular/http": "4.1.0",
64+
"@angular/platform-browser": "4.1.0",
65+
"@angular/platform-browser-dynamic": "4.1.0",
66+
"@angular/router": "4.1.0",
67+
"@ngtools/webpack": "1.3.1",
68+
"@types/core-js": "0.9.41",
69+
"@types/jasmine": "2.5.47",
70+
"@types/lodash": "4.14.63",
71+
"@types/node": "7.0.14",
7272
"angular-router-loader": "^0.5.0",
7373
"angular2-template-loader": "0.6.2",
7474
"awesome-typescript-loader": "3.1.2",
7575
"bootstrap": "^3.3.7",
7676
"chalk": "^1.1.3",
77-
"codelyzer": "2.0.0",
78-
"compression-webpack-plugin": "0.3.2",
77+
"codelyzer": "3.0.0",
78+
"compression-webpack-plugin": "0.4.0",
7979
"copy-webpack-plugin": "^4.0.1",
8080
"core-js": "^2.4.1",
8181
"css-loader": "^0.27.3",
@@ -87,7 +87,7 @@
8787
"html-webpack-plugin": "^2.28.0",
8888
"istanbul-instrumenter-loader": "2.0.0",
8989
"jasmine-core": "~2.5.2",
90-
"jquery": "^3.2.0",
90+
"jquery": "^3.2.1",
9191
"karma": "~1.5.0",
9292
"karma-coverage": "~1.1.1",
9393
"karma-jasmine": "~1.1.0",
@@ -104,14 +104,14 @@
104104
"precss": "^1.4.0",
105105
"raw-loader": "^0.5.1",
106106
"rimraf": "^2.6.1",
107-
"rxjs": "5.2.0",
107+
"rxjs": "5.3.0",
108108
"style-loader": "^0.14.1",
109-
"tslint": "4.5.1",
110-
"tslint-loader": "^3.4.3",
111-
"typescript": "2.2.1",
112-
"webpack": "2.3.1",
109+
"tslint": "5.1.0",
110+
"tslint-loader": "^3.5.3",
111+
"typescript": "^2.3.0",
112+
"webpack": "2.4.1",
113113
"webpack-merge": "4.1.0",
114-
"zone.js": "0.8.5"
114+
"zone.js": "0.8.9"
115115
},
116116
"devDependencies": {
117117
"@angularclass/hmr": "^1.2.2",
@@ -120,8 +120,8 @@
120120
"compression": "^1.6.2",
121121
"lite-server": "^2.3.0",
122122
"protractor": "5.1.1",
123-
"ts-node": "^2.1.0",
123+
"ts-node": "^2.1.2",
124124
"webpack-dashboard": "^0.3.0",
125-
"webpack-dev-server": "2.4.2"
125+
"webpack-dev-server": "2.4.5"
126126
}
127127
}

src/tsconfig-aot.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
11
{
2+
"extends": "../tsconfig",
23
"compilerOptions": {
3-
"target": "es5",
4-
"module": "es2015",
5-
"moduleResolution": "node",
6-
"sourceMap": true,
7-
"emitDecoratorMetadata": true,
8-
"experimentalDecorators": true,
9-
"removeComments": false,
10-
"noImplicitAny": true,
11-
"suppressImplicitAnyIndexErrors": true,
124
"outDir": "lib",
135
"rootDir": ".",
146
"mapRoot": "",
15-
"baseUrl": "",
16-
"skipLibCheck": true,
17-
"typeRoots": [
18-
"../node_modules/@types"
19-
]
7+
"baseUrl": ""
208
},
219
"exclude": [
2210
"**/*.spec.ts",
2311
"main.ts"
24-
],
25-
"awesomeTypescriptLoaderOptions": {
26-
"useWebpackText": true,
27-
"forkChecker": true,
28-
"useCache": true
29-
}
12+
]
3013
}

tsconfig-e2e.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
{
2+
"extends": "./tsconfig",
23
"compilerOptions": {
3-
"target": "es5",
4-
"module": "commonjs",
5-
"moduleResolution": "node",
6-
"sourceMap": true,
7-
"emitDecoratorMetadata": true,
8-
"experimentalDecorators": true,
9-
"removeComments": false,
10-
"noImplicitAny": false,
11-
"typeRoots": [
12-
"node_modules/@types"
13-
]
14-
},
15-
"exclude": [
16-
"node_modules"
17-
]
4+
"module": "commonjs"
5+
}
186
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"experimentalDecorators": true,
99
"removeComments": false,
1010
"noImplicitAny": false,
11+
"skipLibCheck": true,
1112
"typeRoots": [
1213
"node_modules/@types"
1314
]

tslint.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"trailing-comma": [true],
3939
"no-trailing-whitespace": true,
4040
"no-unused-expression": true,
41-
"no-use-before-declare": true,
4241
"no-var-keyword": true,
4342
"object-literal-sort-keys": false,
4443
"one-line": [true,
@@ -66,8 +65,8 @@
6665
"check-separator",
6766
"check-type"
6867
],
69-
"directive-selector": [true, "attribute", ["app"], "camelCase"],
70-
"component-selector": [true, "element", ["app"], "kebab-case"],
68+
"directive-selector": [true, ["attribute", "element"], "app", "camelCase"],
69+
"component-selector": [true, ["element", "attribute"], "app", "kebab-case"],
7170
"use-input-property-decorator": true,
7271
"use-output-property-decorator": true,
7372
"use-host-property-decorator": true,

0 commit comments

Comments
 (0)