|
12 | 12 | "ionic:serve": "ionic-app-scripts serve"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 | | - "@angular/common": "4.4.4", |
16 | | - "@angular/compiler": "4.4.4", |
17 | | - "@angular/compiler-cli": "4.4.4", |
18 | | - "@angular/core": "4.4.4", |
19 | | - "@angular/forms": "4.4.4", |
20 | | - "@angular/http": "4.4.4", |
21 | | - "@angular/platform-browser": "4.4.4", |
22 | | - "@angular/platform-browser-dynamic": "4.4.4", |
| 15 | + "@angular/common": "5.0.0", |
| 16 | + "@angular/compiler": "5.0.0", |
| 17 | + "@angular/compiler-cli": "5.0.0", |
| 18 | + "@angular/core": "5.0.0", |
| 19 | + "@angular/forms": "5.0.0", |
| 20 | + "@angular/http": "5.0.0", |
| 21 | + "@angular/platform-browser": "5.0.0", |
| 22 | + "@angular/platform-browser-dynamic": "5.0.0", |
| 23 | + "@ionic/storage": "2.1.3", |
| 24 | + "ionic-angular": "3.9.0", |
| 25 | + "rxjs": "5.5.2", |
| 26 | + "zone.js": "0.8.18", |
23 | 27 | "@ionic-native/core": "^4.3.2",
|
24 | 28 | "@ionic-native/splash-screen": "4.3.2",
|
25 | 29 | "@ionic-native/status-bar": "4.3.2",
|
26 | | - "@ionic/storage": "2.0.1", |
27 | | - "ionic-angular": "3.8.0", |
28 | 30 | "ionicons": "3.0.0",
|
29 | | - "rxjs": "5.4.3", |
30 | | - "sw-toolbox": "3.6.0", |
31 | | - "zone.js": "0.8.18" |
| 31 | + "sw-toolbox": "3.6.0" |
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 | | - "@ionic/app-scripts": "^3.0.1", |
35 | | - "tslint": "^5.8.0", |
36 | | - "typescript": "2.5.3" |
| 34 | + "@ionic/app-scripts": "3.1.0", |
| 35 | + "typescript": "2.4.2", |
| 36 | + "tslint": "^5.8.0" |
37 | 37 | },
|
38 | 38 | "cordovaPlugins": [
|
39 | 39 | "cordova-plugin-splashscreen",
|
|
0 commit comments