|
3 | 3 | "main": "src/main.ts",
|
4 | 4 | "displayName": "Blank",
|
5 | 5 | "templateType": "App template",
|
6 |
| - "version": "8.6.0", |
| 6 | + "version": "8.7.0", |
7 | 7 | "description": "Blank template for NativeScript apps using Angular",
|
8 | 8 | "author": "NativeScript Team <oss@nativescript.org>",
|
9 | 9 | "license": "Apache-2.0",
|
|
39 | 39 | "url": "https://github.com/NativeScript/NativeScript/issues"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 |
| - "@angular/animations": "~16.2.0", |
43 |
| - "@angular/common": "~16.2.0", |
44 |
| - "@angular/compiler": "~16.2.0", |
45 |
| - "@angular/core": "~16.2.0", |
46 |
| - "@angular/forms": "~16.2.0", |
47 |
| - "@angular/platform-browser": "~16.2.0", |
48 |
| - "@angular/platform-browser-dynamic": "~16.2.0", |
49 |
| - "@angular/router": "~16.2.0", |
50 |
| - "@nativescript/angular": "^16.0.0", |
51 |
| - "@nativescript/core": "~8.6.0", |
| 42 | + "@angular/animations": "~17.3.0", |
| 43 | + "@angular/common": "~17.3.0", |
| 44 | + "@angular/compiler": "~17.3.0", |
| 45 | + "@angular/core": "~17.3.0", |
| 46 | + "@angular/forms": "~17.3.0", |
| 47 | + "@angular/platform-browser": "~17.3.0", |
| 48 | + "@angular/platform-browser-dynamic": "~17.3.0", |
| 49 | + "@angular/router": "~17.3.0", |
| 50 | + "@nativescript/angular": "^17.0.0", |
| 51 | + "@nativescript/core": "~8.7.0", |
52 | 52 | "@nativescript/theme": "~3.0.2",
|
53 | 53 | "rxjs": "~7.8.0",
|
54 |
| - "zone.js": "~0.13.0" |
| 54 | + "zone.js": "~0.14.0" |
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@angular-devkit/build-angular": "~16.2.0", |
58 |
| - "@angular/compiler-cli": "~16.2.0", |
59 |
| - "@nativescript/types": "~8.6.0", |
60 |
| - "@nativescript/webpack": "~5.0.18", |
61 |
| - "@ngtools/webpack": "~16.2.0", |
62 |
| - "typescript": "~5.1.6" |
| 57 | + "@angular-devkit/build-angular": "~17.3.0", |
| 58 | + "@angular/compiler-cli": "~17.3.0", |
| 59 | + "@nativescript/types": "~8.7.0", |
| 60 | + "@nativescript/webpack": "~5.0.19", |
| 61 | + "@ngtools/webpack": "~17.3.0", |
| 62 | + "typescript": "~5.4.0" |
63 | 63 | }
|
64 | 64 | }
|
0 commit comments