|
30 | 30 | "url": "https://github.com/NativeScript/NativeScript/issues" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "@angular/animations": "~14.0.0", |
34 | | - "@angular/common": "~14.0.0", |
35 | | - "@angular/compiler": "~14.0.0", |
36 | | - "@angular/core": "~14.0.0", |
37 | | - "@angular/forms": "~14.0.0", |
38 | | - "@angular/platform-browser": "~14.0.0", |
39 | | - "@angular/platform-browser-dynamic": "~14.0.0", |
40 | | - "@angular/router": "~14.0.0", |
41 | | - "@nativescript/angular": "^14.0.0", |
42 | | - "@nativescript/core": "~8.2.0", |
| 33 | + "@angular/animations": "~15.1.0", |
| 34 | + "@angular/common": "~15.1.0", |
| 35 | + "@angular/compiler": "~15.1.0", |
| 36 | + "@angular/core": "~15.1.0", |
| 37 | + "@angular/forms": "~15.1.0", |
| 38 | + "@angular/platform-browser": "~15.1.0", |
| 39 | + "@angular/platform-browser-dynamic": "~15.1.0", |
| 40 | + "@angular/router": "~15.1.0", |
| 41 | + "@nativescript/angular": "^15.0.0", |
| 42 | + "@nativescript/core": "~8.4.0", |
| 43 | + "@nativescript/tailwind": "^2.0.1", |
43 | 44 | "@nativescript/theme": "~3.0.1", |
44 | 45 | "rxjs": "^7.5.0", |
| 46 | + "tailwindcss": "^3.2.4", |
45 | 47 | "zone.js": "~0.11.5" |
46 | 48 | }, |
47 | 49 | "devDependencies": { |
48 | | - "@angular-devkit/build-angular": "~14.0.0", |
49 | | - "@angular/compiler-cli": "~14.0.0", |
50 | | - "@nativescript/android": "~8.2.0", |
51 | | - "@nativescript/ios": "~8.2.0", |
52 | | - "@nativescript/types": "~8.2.0", |
| 50 | + "@angular-devkit/build-angular": "~15.1.0", |
| 51 | + "@angular/compiler-cli": "~15.1.0", |
| 52 | + "@nativescript/android": "~8.4.0", |
| 53 | + "@nativescript/ios": "~8.4.0", |
| 54 | + "@nativescript/types": "~8.4.0", |
53 | 55 | "@nativescript/webpack": "~5.0.0", |
54 | | - "@ngtools/webpack": "~14.0.0", |
55 | | - "typescript": "~4.7.4" |
| 56 | + "@ngtools/webpack": "~15.1.0", |
| 57 | + "typescript": "~4.8.4" |
56 | 58 | }, |
57 | 59 | "private": "true", |
58 | 60 | "readme": "NativeScript Application" |
|
0 commit comments