|
3 | 3 | "main": "src/main.ts", |
4 | 4 | "displayName": "Blank", |
5 | 5 | "templateType": "App template", |
6 | | - "version": "8.9.1", |
| 6 | + "version": "9.0.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", |
|
40 | 40 | "url": "https://github.com/NativeScript/NativeScript/issues" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@angular/animations": "~20.0.0", |
44 | | - "@angular/common": "~20.0.0", |
45 | | - "@angular/compiler": "~20.0.0", |
46 | | - "@angular/core": "~20.0.0", |
47 | | - "@angular/forms": "~20.0.0", |
48 | | - "@angular/platform-browser": "~20.0.0", |
49 | | - "@angular/platform-browser-dynamic": "~20.0.0", |
50 | | - "@angular/router": "~20.0.0", |
| 43 | + "@angular/animations": "~20.2.0", |
| 44 | + "@angular/common": "~20.2.0", |
| 45 | + "@angular/compiler": "~20.2.0", |
| 46 | + "@angular/core": "~20.2.0", |
| 47 | + "@angular/forms": "~20.2.0", |
| 48 | + "@angular/platform-browser": "~20.2.0", |
| 49 | + "@angular/platform-browser-dynamic": "~20.2.0", |
| 50 | + "@angular/router": "~20.2.0", |
51 | 51 | "@nativescript/angular": "^20.0.0", |
52 | | - "@nativescript/core": "~8.9.0", |
| 52 | + "@nativescript/core": "~9.0.0", |
53 | 53 | "rxjs": "~7.8.0", |
54 | 54 | "zone.js": "~0.15.0" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@angular-devkit/build-angular": "~20.0.0", |
58 | | - "@angular/compiler-cli": "~20.0.0", |
| 57 | + "@angular-devkit/build-angular": "~20.2.0", |
| 58 | + "@angular/compiler-cli": "~20.2.0", |
59 | 59 | "@nativescript/tailwind": "^2.1.0", |
60 | | - "@nativescript/types": "~8.9.0", |
61 | | - "@nativescript/webpack": "~5.0.0", |
62 | | - "@ngtools/webpack": "~20.0.0", |
| 60 | + "@nativescript/types": "~9.0.0", |
| 61 | + "@nativescript/webpack": "~5.0.25", |
| 62 | + "@ngtools/webpack": "~20.2.0", |
63 | 63 | "tailwindcss": "~3.4.0", |
64 | 64 | "typescript": "~5.8.0" |
65 | 65 | } |
|
0 commit comments