Skip to content

Commit 8b0fc51

Browse files
committed
chore(ng-sample): update deps
1 parent a5b8fc8 commit 8b0fc51

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: ng-sample/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
},
3333
"homepage": "https://github.com/NativeScript/template-hello-world",
3434
"dependencies": {
35-
"@angular/animations": "~4.4.1",
36-
"@angular/common": "~4.4.1",
37-
"@angular/compiler": "~4.4.1",
38-
"@angular/core": "~4.4.1",
39-
"@angular/forms": "~4.4.1",
40-
"@angular/http": "~4.4.1",
41-
"@angular/platform-browser": "~4.4.1",
42-
"@angular/platform-browser-dynamic": "~4.4.1",
43-
"@angular/router": "~4.4.1",
35+
"@angular/animations": "~5.0.0",
36+
"@angular/common": "~5.0.0",
37+
"@angular/compiler": "~5.0.0",
38+
"@angular/core": "~5.0.0",
39+
"@angular/forms": "~5.0.0",
40+
"@angular/http": "~5.0.0",
41+
"@angular/platform-browser": "~5.0.0",
42+
"@angular/platform-browser-dynamic": "~5.0.0",
43+
"@angular/router": "~5.0.0",
4444
"nativescript-angular": "file:../nativescript-angular",
45-
"rxjs": "^5.3.0",
45+
"rxjs": "5.5.2",
4646
"tns-core-modules": "next",
4747
"zone.js": "~0.8.2"
4848
},
@@ -55,7 +55,7 @@
5555
"nativescript-dev-typescript": "^0.3.1",
5656
"shelljs": "^0.7.0",
5757
"tslint": "^4.5.1",
58-
"typescript": "~2.3.2"
58+
"typescript": "~2.4.2"
5959
},
6060
"scripts": {
6161
"tslint": "tslint --project tsconfig.json --config tslint.json"

0 commit comments

Comments
 (0)