|
16 | 16 | }, |
17 | 17 | "private": true, |
18 | 18 | "dependencies": { |
19 | | - "@angular/animations": "~7.0.0", |
20 | | - "@angular/common": "~7.0.0", |
21 | | - "@angular/compiler": "~7.0.0", |
22 | | - "@angular/core": "~7.0.0", |
23 | | - "@angular/forms": "~7.0.0", |
24 | | - "@angular/http": "~7.0.0", |
25 | | - "@angular/platform-browser": "~7.0.0", |
26 | | - "@angular/platform-browser-dynamic": "~7.0.0", |
27 | | - "@angular/router": "~7.0.0", |
| 19 | + "@angular/animations": "~7.1.0", |
| 20 | + "@angular/common": "~7.1.0", |
| 21 | + "@angular/compiler": "~7.1.0", |
| 22 | + "@angular/core": "~7.1.0", |
| 23 | + "@angular/forms": "~7.1.0", |
| 24 | + "@angular/http": "~7.1.0", |
| 25 | + "@angular/platform-browser": "~7.1.0", |
| 26 | + "@angular/platform-browser-dynamic": "~7.1.0", |
| 27 | + "@angular/router": "~7.1.0", |
28 | 28 | "core-js": "^2.5.4", |
29 | | - "nativescript-angular": "~7.0.0",<% if(theme) { %> |
| 29 | + "nativescript-angular": "~7.1.0",<% if(theme) { %> |
30 | 30 | "nativescript-theme-core": "~1.0.4", |
31 | 31 | <% } %>"reflect-metadata": "~0.1.8", |
32 | | - "rxjs": "^6.2.0", |
33 | | - "tns-core-modules": "~5.0.0", |
| 32 | + "rxjs": "~6.3.3", |
| 33 | + "tns-core-modules": "~5.1.1", |
34 | 34 | "zone.js": "^0.8.26" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@angular/cli": "^7.0.0", |
38 | | - "@angular/compiler-cli": "~7.0.0", |
39 | | - "@angular-devkit/build-angular": "^0.8.0", |
40 | | - "@nativescript/schematics": "~0.3.0", |
| 37 | + "@angular/cli": "^7.1.0", |
| 38 | + "@angular/compiler-cli": "~7.1.0", |
| 39 | + "@angular-devkit/build-angular": "~0.11.4", |
| 40 | + "@nativescript/schematics": "~0.4.0", |
41 | 41 | "@types/jasmine": "2.8.6", |
42 | 42 | "@types/jasminewd2": "~2.0.3", |
43 | 43 | "@types/node": "~8.9.4", |
|
50 | 50 | "karma-jasmine": "~1.1.1", |
51 | 51 | "karma-jasmine-html-reporter": "^0.2.2", |
52 | 52 | "nativescript-dev-typescript": "~0.7.0", |
53 | | - "nativescript-dev-webpack": "^0.17.0", |
| 53 | + "nativescript-dev-webpack": "^0.18.0", |
54 | 54 | "protractor": "~5.3.0", |
55 | 55 | "ts-node": "~5.0.1", |
56 | 56 | "tslint": "~5.9.1", |
|
0 commit comments