|
3 | 3 | "main": "src/main.ts", |
4 | 4 | "displayName": "Navigation Drawer", |
5 | 5 | "templateType": "App template", |
6 | | - "version": "8.1.3", |
| 6 | + "version": "8.2.0", |
7 | 7 | "description": "Side navigation template", |
8 | 8 | "author": "NativeScript Team <oss@nativescript.org>", |
9 | 9 | "license": "Apache-2.0", |
|
41 | 41 | "url": "https://github.com/NativeScript/NativeScript/issues" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
44 | | - "@angular/animations": "~13.1.1", |
45 | | - "@angular/common": "~13.1.1", |
46 | | - "@angular/compiler": "~13.1.1", |
47 | | - "@angular/core": "~13.1.1", |
48 | | - "@angular/forms": "~13.1.1", |
49 | | - "@angular/platform-browser": "~13.1.1", |
50 | | - "@angular/platform-browser-dynamic": "~13.1.1", |
51 | | - "@angular/router": "~13.1.1", |
| 44 | + "@angular/animations": "~13.2.0", |
| 45 | + "@angular/common": "~13.2.0", |
| 46 | + "@angular/compiler": "~13.2.0", |
| 47 | + "@angular/core": "~13.2.0", |
| 48 | + "@angular/forms": "~13.2.0", |
| 49 | + "@angular/platform-browser": "~13.2.0", |
| 50 | + "@angular/platform-browser-dynamic": "~13.2.0", |
| 51 | + "@angular/router": "~13.2.0", |
52 | 52 | "@nativescript/angular": "^13.0.0", |
53 | | - "@nativescript/core": "~8.1.1", |
54 | | - "@nativescript/theme": "~3.0.1", |
55 | | - "nativescript-ui-sidedrawer": "~10.0.1", |
56 | | - "rxjs": "~7.4.0", |
57 | | - "zone.js": "~0.11.4" |
| 53 | + "@nativescript/core": "~8.2.0", |
| 54 | + "@nativescript/theme": "~3.0.2", |
| 55 | + "nativescript-ui-sidedrawer": "~10.0.2", |
| 56 | + "rxjs": "~7.5.0", |
| 57 | + "zone.js": "~0.11.5" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@angular-devkit/build-angular": "~13.1.1", |
61 | | - "@angular/compiler-cli": "~13.1.1", |
62 | | - "@nativescript/types": "~8.1.1", |
63 | | - "@nativescript/webpack": "~5.0.0", |
64 | | - "@ngtools/webpack": "~13.1.1", |
65 | | - "typescript": "~4.4.4" |
| 60 | + "@angular-devkit/build-angular": "~13.2.0", |
| 61 | + "@angular/compiler-cli": "~13.2.0", |
| 62 | + "@nativescript/types": "~8.2.0", |
| 63 | + "@nativescript/webpack": "~5.0.6", |
| 64 | + "@ngtools/webpack": "~13.2.0", |
| 65 | + "typescript": "~4.5.5" |
66 | 66 | } |
67 | 67 | } |
0 commit comments