|
4 | 4 | "version": "1.0.0",
|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
7 |
| - "@angular/animations": "~17.0.0", |
8 |
| - "@angular/common": "~17.0.0", |
9 |
| - "@angular/compiler": "~17.0.0", |
10 |
| - "@angular/core": "~17.0.0", |
11 |
| - "@angular/forms": "~17.0.0", |
12 |
| - "@angular/platform-browser": "~17.0.0", |
13 |
| - "@angular/platform-browser-dynamic": "~17.0.0", |
14 |
| - "@angular/router": "~17.0.0", |
15 |
| - "@nativescript/angular": "~17.0.0", |
16 |
| - "@nativescript/core": "~8.5.0", |
| 7 | + "@angular/animations": "~17.3.0", |
| 8 | + "@angular/common": "~17.3.0", |
| 9 | + "@angular/compiler": "~17.3.0", |
| 10 | + "@angular/core": "~17.3.0", |
| 11 | + "@angular/forms": "~17.3.0", |
| 12 | + "@angular/platform-browser": "~17.3.0", |
| 13 | + "@angular/platform-browser-dynamic": "~17.3.0", |
| 14 | + "@angular/router": "~17.3.0", |
| 15 | + "@nativescript/angular": "^17.0.0", |
| 16 | + "@nativescript/core": "~8.7.0", |
17 | 17 | "@nativescript/theme": "~3.0.2",
|
18 | 18 | "rxjs": "~7.8.0",
|
19 | 19 | "zone.js": "~0.14.2"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@angular-devkit/build-angular": "~17.0.0", |
23 |
| - "@angular/compiler-cli": "~17.0.0", |
24 |
| - "@nativescript/preview-cli": "1.0.5", |
| 22 | + "@angular-devkit/build-angular": "~17.3.0", |
| 23 | + "@angular/compiler-cli": "~17.3.0", |
| 24 | + "@nativescript/preview-cli": "1.0.12", |
25 | 25 | "@nativescript/stackblitz": "0.0.8",
|
26 |
| - "@nativescript/tailwind": "^2.0.1", |
27 |
| - "@nativescript/types-minimal": "~8.5.0", |
| 26 | + "@nativescript/tailwind": "^2.1.0", |
| 27 | + "@nativescript/types-minimal": "~8.7.0", |
28 | 28 | "@nativescript/webpack": "~5.0.0",
|
29 |
| - "@ngtools/webpack": "~17.0.0", |
30 |
| - "tailwindcss": "~3.2.0", |
31 |
| - "typescript": "~5.2.2" |
| 29 | + "@ngtools/webpack": "~17.3.0", |
| 30 | + "tailwindcss": "~3.4.0", |
| 31 | + "typescript": "~5.4.0" |
32 | 32 | }
|
33 | 33 | }
|
0 commit comments