|
4 | 4 | "version": "1.0.0",
|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 |
| - "@angular/animations": "~19.0.0", |
8 |
| - "@angular/common": "~19.0.0", |
9 |
| - "@angular/compiler": "~19.0.0", |
10 |
| - "@angular/core": "~19.0.0", |
11 |
| - "@angular/forms": "~19.0.0", |
12 |
| - "@angular/platform-browser": "~19.0.0", |
13 |
| - "@angular/platform-browser-dynamic": "~19.0.0", |
14 |
| - "@angular/router": "~19.0.0", |
| 7 | + "@angular/animations": "~19.1.0", |
| 8 | + "@angular/common": "~19.1.0", |
| 9 | + "@angular/compiler": "~19.1.0", |
| 10 | + "@angular/core": "~19.1.0", |
| 11 | + "@angular/forms": "~19.1.0", |
| 12 | + "@angular/platform-browser": "~19.1.0", |
| 13 | + "@angular/platform-browser-dynamic": "~19.1.0", |
| 14 | + "@angular/router": "~19.1.0", |
15 | 15 | "@nativescript/angular": "^19.0.0",
|
16 | 16 | "@nativescript/core": "~8.8.0",
|
17 | 17 | "rxjs": "~7.8.0",
|
18 | 18 | "zone.js": "~0.15.0"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@angular-devkit/build-angular": "~19.0.0", |
22 |
| - "@angular/compiler-cli": "~19.0.0", |
| 21 | + "@angular-devkit/build-angular": "~19.1.0", |
| 22 | + "@angular/compiler-cli": "~19.1.0", |
23 | 23 | "@nativescript/preview-cli": "1.0.13",
|
24 | 24 | "@nativescript/stackblitz": "0.0.8",
|
25 | 25 | "@nativescript/tailwind": "^2.1.0",
|
26 | 26 | "@nativescript/types": "~8.8.0",
|
27 | 27 | "@nativescript/webpack": "~5.0.0",
|
28 |
| - "@ngtools/webpack": "~19.0.0", |
| 28 | + "@ngtools/webpack": "~19.1.0", |
29 | 29 | "tailwindcss": "~3.4.0",
|
30 |
| - "typescript": "~5.6.0" |
| 30 | + "typescript": "~5.7.0" |
31 | 31 | }
|
32 | 32 | }
|
0 commit comments