|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 | 3 | "name": "nativescript-angular",
|
4 |
| - "version": "5.2.0", |
| 4 | + "version": "6.0.0-rc.0", |
5 | 5 | "description": "An Angular renderer that lets you build mobile apps with NativeScript.",
|
6 | 6 | "homepage": "https://www.nativescript.org/",
|
7 | 7 | "bugs": "https://github.com/NativeScript/nativescript-angular/issues",
|
|
43 | 43 | "reflect-metadata": "^0.1.8"
|
44 | 44 | },
|
45 | 45 | "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", |
55 | 55 | "tns-core-modules": "^3.4.0 || >4.0.0-",
|
56 | 56 | "zone.js": "^0.8.4",
|
57 |
| - "typescript": "~2.6.2" |
| 57 | + "typescript": "~2.7.2" |
58 | 58 | },
|
59 | 59 | "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", |
70 | 70 | "codelyzer": "^4.0.0",
|
71 |
| - "rxjs": "^5.5.0", |
| 71 | + "rxjs": "~6.0.0-beta.1", |
| 72 | + "rxjs-compat": "^6.0.0-beta.1", |
72 | 73 | "tns-core-modules": "next",
|
73 | 74 | "tslint": "^5.5.0",
|
74 |
| - "typescript": "~2.6.2", |
| 75 | + "typescript": "~2.7.2", |
75 | 76 | "zone.js": "^0.8.12"
|
76 | 77 | }
|
77 | 78 | }
|
0 commit comments