|
20 | 20 | "url": "https://github.com/NativeScript/NativeScript/issues" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@angular/animations": "~10.1.0", |
24 | | - "@angular/common": "~10.1.0", |
25 | | - "@angular/compiler": "~10.1.0", |
26 | | - "@angular/core": "~10.1.0", |
27 | | - "@angular/forms": "~10.1.0", |
28 | | - "@angular/platform-browser": "~10.1.0", |
29 | | - "@angular/platform-browser-dynamic": "~10.1.0", |
30 | | - "@angular/router": "~10.1.0", |
31 | | - "@nativescript/angular": "~10.1.0", |
32 | | - "@nativescript/core": "~7.0.0", |
| 23 | + "@angular/animations": "~11.2.8", |
| 24 | + "@angular/common": "~11.2.8", |
| 25 | + "@angular/compiler": "~11.2.8", |
| 26 | + "@angular/core": "~11.2.8", |
| 27 | + "@angular/forms": "~11.2.8", |
| 28 | + "@angular/platform-browser": "~11.2.8", |
| 29 | + "@angular/platform-browser-dynamic": "~11.2.8", |
| 30 | + "@angular/router": "~11.2.8", |
| 31 | + "@nativescript-community/ui-collectionview": "../packages/collectionview", |
| 32 | + "@nativescript/angular": "~11.8.0", |
| 33 | + "@nativescript/core": "~8.0.0", |
33 | 34 | "@nativescript/detox": "~1.0.0", |
34 | 35 | "@nativescript/theme": "~3.0.0", |
35 | | - "@nativescript-community/ui-collectionview": "../plugin", |
36 | 36 | "reflect-metadata": "~0.1.12", |
37 | 37 | "rxjs": "^6.6.0", |
38 | | - "zone.js": "~0.11.1" |
| 38 | + "zone.js": "~0.11.4" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@angular/compiler-cli": "~10.1.0", |
42 | | - "@nativescript/android": "7.0.1", |
43 | | - "@nativescript/ios": "7.0.4", |
44 | | - "@nativescript/types": "~7.0.0", |
45 | | - "@nativescript/webpack": "~3.0.0", |
46 | | - "@ngtools/webpack": "~10.1.0", |
| 41 | + "@angular/compiler-cli": "~11.2.8", |
| 42 | + "@nativescript/android": "8.0.0", |
| 43 | + "@nativescript/ios": "8.0.0", |
| 44 | + "@nativescript/types": "~8.0.0", |
| 45 | + "@nativescript/webpack": "~4.1.0", |
| 46 | + "@ngtools/webpack": "~11.2.7", |
47 | 47 | "detox": "~17.10.6", |
48 | | - "typescript": "~4.0.0" |
| 48 | + "typescript": ">=4.0.0 <4.2.0" |
49 | 49 | }, |
50 | 50 | "private": "true", |
51 | 51 | "readme": "NativeScript Application" |
|
0 commit comments