|
4 | 4 | "version": "1.0.0",
|
5 | 5 | "private": true,
|
6 | 6 | "dependencies": {
|
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", |
| 7 | + "@angular/animations": "~18.0.0", |
| 8 | + "@angular/common": "~18.0.0", |
| 9 | + "@angular/compiler": "~18.0.0", |
| 10 | + "@angular/core": "~18.0.0", |
| 11 | + "@angular/forms": "~18.0.0", |
| 12 | + "@angular/platform-browser": "~18.0.0", |
| 13 | + "@angular/platform-browser-dynamic": "~18.0.0", |
| 14 | + "@angular/router": "~18.0.0", |
| 15 | + "@nativescript/angular": "^18.0.0", |
16 | 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.3.0", |
23 |
| - "@angular/compiler-cli": "~17.3.0", |
| 22 | + "@angular-devkit/build-angular": "~18.0.0", |
| 23 | + "@angular/compiler-cli": "~18.0.0", |
24 | 24 | "@nativescript/preview-cli": "1.0.12",
|
25 | 25 | "@nativescript/stackblitz": "0.0.8",
|
26 | 26 | "@nativescript/tailwind": "^2.1.0",
|
27 | 27 | "@nativescript/types-minimal": "~8.7.0",
|
28 | 28 | "@nativescript/webpack": "~5.0.0",
|
29 |
| - "@ngtools/webpack": "~17.3.0", |
| 29 | + "@ngtools/webpack": "~18.0.0", |
30 | 30 | "tailwindcss": "~3.4.0",
|
31 | 31 | "typescript": "~5.4.0"
|
32 | 32 | }
|
|
0 commit comments