|
22 | 22 | "nativescript": {
|
23 | 23 | "id": "org.nativescript.nativescriptsdkexamplesng",
|
24 | 24 | "tns-android": {
|
25 |
| - "version": "6.0.0" |
| 25 | + "version": "6.0.1" |
26 | 26 | },
|
27 | 27 | "tns-ios": {
|
28 | 28 | "version": "6.0.1"
|
29 | 29 | }
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@angular/common": "8.0.0", |
33 |
| - "@angular/compiler": "8.0.0", |
34 |
| - "@angular/core": "8.0.0", |
35 |
| - "@angular/forms": "8.0.0", |
| 32 | + "@angular/common": "~8.0.0", |
| 33 | + "@angular/compiler": "~8.0.0", |
| 34 | + "@angular/core": "~8.0.0", |
| 35 | + "@angular/forms": "~8.0.0", |
36 | 36 | "@angular/http": "8.0.0-beta.10",
|
37 |
| - "@angular/platform-browser": "8.0.0", |
38 |
| - "@angular/platform-browser-dynamic": "8.0.0", |
39 |
| - "@angular/router": "8.0.0", |
40 |
| - "nativescript-angular": "8.0.2", |
| 37 | + "@angular/platform-browser": "~8.0.0", |
| 38 | + "@angular/platform-browser-dynamic": "~8.0.0", |
| 39 | + "@angular/router": "~8.0.0", |
| 40 | + "nativescript-angular": "~8.0.3", |
41 | 41 | "nativescript-camera": "^4.5.0",
|
42 | 42 | "nativescript-geolocation": "^5.1.0",
|
43 | 43 | "nativescript-intl": "~3.0.0",
|
44 | 44 | "nativescript-theme-core": "^1.0.6",
|
45 | 45 | "reflect-metadata": "~0.1.12",
|
46 | 46 | "rxjs": "^6.3.3",
|
47 |
| - "tns-core-modules": "6.0.1", |
48 |
| - "zone.js": "0.9.1" |
| 47 | + "tns-core-modules": "~6.0.3", |
| 48 | + "zone.js": "^0.9.1" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@angular/compiler-cli": "8.0.0",
|
|
55 | 55 | "glob": "^7.1.3",
|
56 | 56 | "lazy": "1.0.11",
|
57 | 57 | "markdown-snippet-injector": "^0.2.2",
|
58 |
| - "nativescript-dev-webpack": "1.0.1", |
| 58 | + "nativescript-dev-webpack": "~1.0.2", |
59 | 59 | "opener": "^1.4.1",
|
60 | 60 | "rimraf": "^2.5.3",
|
61 | 61 | "tar.gz": "^1.0.5",
|
62 | 62 | "tns-platform-declarations": "6.0.1",
|
63 | 63 | "tslint": "^5.11.0",
|
64 |
| - "typescript": "3.4.5" |
| 64 | + "typescript": "~3.4.5" |
65 | 65 | },
|
66 | 66 | "scripts": {
|
67 | 67 | "pretsc": "npm install",
|
|
0 commit comments