|
30 | 30 | "url": "https://github.com/NativeScript/NativeScript/issues" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "@angular/animations": "~12.0.0", |
34 | | - "@angular/common": "~12.0.0", |
35 | | - "@angular/compiler": "~12.0.0", |
36 | | - "@angular/core": "~12.0.0", |
37 | | - "@angular/forms": "~12.0.0", |
38 | | - "@angular/platform-browser": "~12.0.0", |
39 | | - "@angular/platform-browser-dynamic": "~12.0.0", |
40 | | - "@angular/router": "~12.0.0", |
41 | | - "@nativescript/angular": "~12.0.0", |
42 | | - "@nativescript/core": "~8.0.0", |
| 33 | + "@angular/animations": "^12.2.0", |
| 34 | + "@angular/common": "^12.2.0", |
| 35 | + "@angular/compiler": "^12.2.0", |
| 36 | + "@angular/core": "^12.2.0", |
| 37 | + "@angular/forms": "^12.2.0", |
| 38 | + "@angular/platform-browser": "^12.2.0", |
| 39 | + "@angular/platform-browser-dynamic": "^12.2.0", |
| 40 | + "@angular/router": "^12.2.0", |
| 41 | + "@nativescript/angular": "^12.2.0", |
| 42 | + "@nativescript/core": "~8.1.0", |
43 | 43 | "@nativescript/theme": "~3.0.1", |
44 | 44 | "rxjs": "^6.6.0", |
45 | 45 | "zone.js": "~0.11.4" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@angular/compiler-cli": "~12.0.0", |
49 | | - "@nativescript/ios": "8.0.0", |
50 | | - "@nativescript/types": "~8.0.0", |
51 | | - "@nativescript/webpack": "beta", |
52 | | - "@ngtools/webpack": "~12.0.0", |
53 | | - "typescript": "~4.2.0" |
| 48 | + "@angular/compiler-cli": "^12.2.0", |
| 49 | + "@nativescript/types": "~8.1.0", |
| 50 | + "@nativescript/webpack": "~5.0.0", |
| 51 | + "@ngtools/webpack": "^12.2.0", |
| 52 | + "typescript": "~4.3.5" |
54 | 53 | }, |
55 | 54 | "private": "true", |
56 | 55 | "readme": "NativeScript Application" |
|
0 commit comments