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