Skip to content

Commit e4a116a

Browse files
committed
chore(lint): update tslint to ^5.1.0 and codelyzer to ^3.0.1
1 parent 3b4dab3 commit e4a116a

File tree

2 files changed

+394
-13
lines changed

2 files changed

+394
-13
lines changed

nativescript-angular/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/NativeScript/nativescript-angular.git"
3030
},
3131
"scripts": {
32-
"tslint": "tslint --project tsconfig.json --config tslint.json",
32+
"tslint": "tslint --project tsconfig.json --config tslint.json --type-check",
3333
"postinstall": "node postinstall.js",
3434
"tsc": "tsc -p tsconfig.json",
3535
"ngc": "ngc -p tsconfig.json",
@@ -43,32 +43,32 @@
4343
"reflect-metadata": "^0.1.8"
4444
},
4545
"peerDependencies": {
46-
"@angular/core": "~4.0.0 || ~4.1.0",
4746
"@angular/common": "~4.0.0 || ~4.1.0",
4847
"@angular/compiler": "~4.0.0 || ~4.1.0",
49-
"@angular/platform-browser": "~4.0.0 || ~4.1.0",
50-
"@angular/router": "~4.0.0 || ~4.1.0",
48+
"@angular/core": "~4.0.0 || ~4.1.0",
5149
"@angular/forms": "~4.0.0 || ~4.1.0",
5250
"@angular/http": "~4.0.0 || ~4.1.0",
53-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1",
51+
"@angular/platform-browser": "~4.0.0 || ~4.1.0",
52+
"@angular/router": "~4.0.0 || ~4.1.0",
5453
"rxjs": "^5.0.1",
54+
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1",
5555
"zone.js": "^0.8.4"
5656
},
5757
"devDependencies": {
58-
"@angular/core": "~4.0.0 || ~4.1.0",
58+
"@angular/animations": "~4.0.0 || ~4.1.0",
5959
"@angular/common": "~4.0.0 || ~4.1.0",
6060
"@angular/compiler": "~4.0.0 || ~4.1.0",
6161
"@angular/compiler-cli": "~4.0.0 || ~4.1.0",
62-
"@angular/platform-browser": "~4.0.0 || ~4.1.0",
63-
"@angular/animations": "~4.0.0 || ~4.1.0",
64-
"@angular/router": "~4.0.0 || ~4.1.0",
62+
"@angular/core": "~4.0.0 || ~4.1.0",
6563
"@angular/forms": "~4.0.0 || ~4.1.0",
6664
"@angular/http": "~4.0.0 || ~4.1.0",
67-
"codelyzer": "~3.0.0-beta.4",
68-
"tns-core-modules": "internal-preview",
69-
"tslint": "~4.5.0",
70-
"typescript": "~2.2.1",
65+
"@angular/platform-browser": "~4.0.0 || ~4.1.0",
66+
"@angular/router": "~4.0.0 || ~4.1.0",
67+
"codelyzer": "^3.0.1",
7168
"rxjs": "^5.0.1",
69+
"tns-core-modules": "internal-preview",
70+
"tslint": "^5.1.0",
71+
"typescript": "^2.3.2",
7272
"zone.js": "^0.8.4"
7373
}
7474
}

0 commit comments

Comments
 (0)