|
13 | 13 | } |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@angular/common": "~6.1.0", |
17 | | - "@angular/compiler": "~6.1.0", |
18 | | - "@angular/core": "~6.1.0", |
19 | | - "@angular/forms": "~6.1.0", |
20 | | - "@angular/http": "~6.1.0", |
21 | | - "@angular/platform-browser": "~6.1.0", |
22 | | - "@angular/platform-browser-dynamic": "~6.1.0", |
23 | | - "@angular/router": "~6.1.0", |
| 16 | + "@angular/common": "~7.2.0", |
| 17 | + "@angular/compiler": "~7.2.0", |
| 18 | + "@angular/core": "~7.2.0", |
| 19 | + "@angular/forms": "~7.2.0", |
| 20 | + "@angular/platform-browser": "~7.2.0", |
| 21 | + "@angular/platform-browser-dynamic": "~7.2.0", |
| 22 | + "@angular/router": "~7.2.0", |
24 | 23 | "nativescript-angular": "next", |
25 | 24 | "nativescript-intl": "~3.0.0", |
26 | 25 | "nativescript-theme-core": "^1.0.4", |
|
30 | 29 | "zone.js": "^0.8.26" |
31 | 30 | }, |
32 | 31 | "devDependencies": { |
33 | | - "@angular/compiler-cli": "~6.1.0", |
34 | 32 | "babel-traverse": "6.24.1", |
35 | 33 | "babel-types": "6.24.1", |
36 | 34 | "babylon": "6.17.0", |
|
39 | 37 | "lazy": "1.0.11", |
40 | 38 | "nativescript-dev-typescript": "next", |
41 | 39 | "nativescript-dev-webpack": "next", |
42 | | - "tslint": "^5.4.3", |
43 | | - "typescript": "~2.7.2", |
44 | | - "@ngtools/webpack": "~6.2.0" |
| 40 | + "tslint": "^5.4.3" |
45 | 41 | }, |
46 | 42 | "scripts": { |
47 | 43 | "tslint": "tslint --config tslint.json 'app/**/*.ts'", |
|
0 commit comments