Skip to content

Commit ba73b10

Browse files
committed
chore: bump versions of Angular to 6
1 parent 010fed7 commit ba73b10

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

nativescript-angular/package.json

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "nativescript-angular",
4-
"version": "5.2.0",
4+
"version": "6.0.0-rc.0",
55
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
66
"homepage": "https://www.nativescript.org/",
77
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
@@ -43,35 +43,36 @@
4343
"reflect-metadata": "^0.1.8"
4444
},
4545
"peerDependencies": {
46-
"@angular/platform-browser-dynamic": "~5.2.0",
47-
"@angular/common": "~5.2.0",
48-
"@angular/compiler": "~5.2.0",
49-
"@angular/core": "~5.2.0",
50-
"@angular/forms": "~5.2.0",
51-
"@angular/http": "~5.2.0",
52-
"@angular/platform-browser": "~5.2.0",
53-
"@angular/router": "~5.2.0",
54-
"rxjs": "^5.5.0",
46+
"@angular/platform-browser-dynamic": "~6.0.0-rc.0",
47+
"@angular/common": "~6.0.0-rc.0",
48+
"@angular/compiler": "~6.0.0-rc.0",
49+
"@angular/core": "~6.0.0-rc.0",
50+
"@angular/forms": "~6.0.0-rc.0",
51+
"@angular/http": "~6.0.0-rc.0",
52+
"@angular/platform-browser": "~6.0.0-rc.0",
53+
"@angular/router": "~6.0.0-rc.0",
54+
"rxjs": "~6.0.0-beta.1",
5555
"tns-core-modules": "^3.4.0 || >4.0.0-",
5656
"zone.js": "^0.8.4",
57-
"typescript": "~2.6.2"
57+
"typescript": "~2.7.2"
5858
},
5959
"devDependencies": {
60-
"@angular/platform-browser-dynamic": "~5.2.0",
61-
"@angular/animations": "~5.2.0",
62-
"@angular/common": "~5.2.0",
63-
"@angular/compiler": "~5.2.0",
64-
"@angular/compiler-cli": "~5.2.0",
65-
"@angular/core": "~5.2.0",
66-
"@angular/forms": "~5.2.0",
67-
"@angular/http": "~5.2.0",
68-
"@angular/platform-browser": "~5.2.0",
69-
"@angular/router": "~5.2.0",
60+
"@angular/animations": "~6.0.0-rc.0",
61+
"@angular/common": "~6.0.0-rc.0",
62+
"@angular/compiler": "~6.0.0-rc.0",
63+
"@angular/compiler-cli": "~6.0.0-rc.0",
64+
"@angular/core": "~6.0.0-rc.0",
65+
"@angular/forms": "~6.0.0-rc.0",
66+
"@angular/http": "~6.0.0-rc.0",
67+
"@angular/platform-browser": "~6.0.0-rc.0",
68+
"@angular/platform-browser-dynamic": "~6.0.0-rc.0",
69+
"@angular/router": "~6.0.0-rc.0",
7070
"codelyzer": "^4.0.0",
71-
"rxjs": "^5.5.0",
71+
"rxjs": "~6.0.0-beta.1",
72+
"rxjs-compat": "^6.0.0-beta.1",
7273
"tns-core-modules": "next",
7374
"tslint": "^5.5.0",
74-
"typescript": "~2.6.2",
75+
"typescript": "~2.7.2",
7576
"zone.js": "^0.8.12"
7677
}
7778
}

0 commit comments

Comments
 (0)