|
1 | 1 | {
|
2 | 2 | "name": "@nativescript/template-hello-world-ng",
|
3 | 3 | "main": "./src/main.ts",
|
4 |
| - "version": "8.8.2", |
| 4 | + "version": "8.8.3", |
5 | 5 | "author": "NativeScript Team <[email protected]>",
|
6 | 6 | "description": "NativeScript Angular Hello World template",
|
7 | 7 | "license": "Apache-2.0",
|
|
33 | 33 | "url": "https://github.com/NativeScript/NativeScript/issues"
|
34 | 34 | },
|
35 | 35 | "dependencies": {
|
36 |
| - "@angular/animations": "~18.0.0", |
37 |
| - "@angular/common": "~18.0.0", |
38 |
| - "@angular/compiler": "~18.0.0", |
39 |
| - "@angular/core": "~18.0.0", |
40 |
| - "@angular/forms": "~18.0.0", |
41 |
| - "@angular/platform-browser": "~18.0.0", |
42 |
| - "@angular/platform-browser-dynamic": "~18.0.0", |
43 |
| - "@angular/router": "~18.0.0", |
44 |
| - "@nativescript/angular": "^18.0.0", |
| 36 | + "@angular/animations": "~19.0.0", |
| 37 | + "@angular/common": "~19.0.0", |
| 38 | + "@angular/compiler": "~19.0.0", |
| 39 | + "@angular/core": "~19.0.0", |
| 40 | + "@angular/forms": "~19.0.0", |
| 41 | + "@angular/platform-browser": "~19.0.0", |
| 42 | + "@angular/platform-browser-dynamic": "~19.0.0", |
| 43 | + "@angular/router": "~19.0.0", |
| 44 | + "@nativescript/angular": "^19.0.0", |
45 | 45 | "@nativescript/core": "~8.8.0",
|
46 | 46 | "@nativescript/theme": "^3.1.0",
|
47 | 47 | "rxjs": "~7.8.0",
|
48 |
| - "zone.js": "~0.14.0" |
| 48 | + "zone.js": "~0.15.0" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@angular-devkit/build-angular": "~18.0.0", |
52 |
| - "@angular/compiler-cli": "~18.0.0", |
| 51 | + "@angular-devkit/build-angular": "~19.0.0", |
| 52 | + "@angular/compiler-cli": "~19.0.0", |
53 | 53 | "@nativescript/types": "~8.8.0",
|
54 | 54 | "@nativescript/webpack": "~5.0.0",
|
55 |
| - "@ngtools/webpack": "~18.0.0", |
| 55 | + "@ngtools/webpack": "~19.0.0", |
56 | 56 | "typescript": "~5.4.0"
|
57 | 57 | }
|
58 | 58 | }
|
0 commit comments