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