|
13 | 13 | "e2e": "webdriver-manager update --standalone false --gecko false; protractor ./test-config/protractor.conf.js" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
16 | | - "@angular/common": "2.4.8", |
17 | | - "@angular/compiler": "2.4.8", |
18 | | - "@angular/compiler-cli": "2.4.8", |
19 | | - "@angular/core": "2.4.8", |
20 | | - "@angular/forms": "2.4.8", |
21 | | - "@angular/http": "2.4.8", |
22 | | - "@angular/platform-browser": "2.4.8", |
23 | | - "@angular/platform-browser-dynamic": "2.4.8", |
24 | | - "@angular/platform-server": "2.4.8", |
25 | | - "@ionic-native/core": "3.1.0", |
26 | | - "@ionic-native/splash-screen": "3.1.0", |
27 | | - "@ionic-native/status-bar": "3.1.0", |
28 | | - "@ionic/storage": "2.0.0", |
29 | | - "ionic-angular": "2.2.0", |
| 16 | + "@angular/common": "4.1.0", |
| 17 | + "@angular/compiler": "4.1.0", |
| 18 | + "@angular/compiler-cli": "4.1.0", |
| 19 | + "@angular/core": "4.1.0", |
| 20 | + "@angular/forms": "4.1.0", |
| 21 | + "@angular/http": "4.1.0", |
| 22 | + "@angular/platform-browser": "4.1.0", |
| 23 | + "@angular/platform-browser-dynamic": "4.1.0", |
| 24 | + "@ionic-native/core": "3.7.0", |
| 25 | + "@ionic-native/splash-screen": "3.7.0", |
| 26 | + "@ionic-native/status-bar": "3.7.0", |
| 27 | + "@ionic/storage": "2.0.1", |
| 28 | + "ionic-angular": "3.2.1", |
30 | 29 | "ionicons": "3.0.0", |
31 | | - "rxjs": "5.0.1", |
| 30 | + "rxjs": "5.1.1", |
32 | 31 | "sw-toolbox": "3.4.0", |
33 | | - "zone.js": "0.7.2" |
| 32 | + "zone.js": "^0.8.10" |
34 | 33 | }, |
35 | 34 | "devDependencies": { |
36 | | - "@ionic/app-scripts": "1.1.4", |
37 | | - "@ionic/cli-build-ionic-angular": "0.0.3", |
38 | | - "@ionic/cli-plugin-cordova": "0.0.9", |
| 35 | + "@ionic/app-scripts": "1.3.7", |
| 36 | + "@ionic/cli-plugin-ionic-angular": "1.0.0", |
39 | 37 | "@types/jasmine": "^2.5.41", |
40 | 38 | "@types/node": "^7.0.8", |
41 | 39 | "angular2-template-loader": "^0.6.2", |
42 | 40 | "html-loader": "^0.4.5", |
43 | 41 | "jasmine": "^2.5.3", |
44 | | - "jasmine-spec-reporter": "^3.2.0", |
| 42 | + "jasmine-spec-reporter": "^4.1.0", |
45 | 43 | "karma": "^1.5.0", |
46 | 44 | "karma-chrome-launcher": "^2.0.0", |
47 | 45 | "karma-jasmine": "^1.1.0", |
|
52 | 50 | "protractor": "^5.1.1", |
53 | 51 | "ts-loader": "^2.0.3", |
54 | 52 | "ts-node": "^3.0.2", |
55 | | - "typescript": "2.1.6" |
| 53 | + "typescript": "2.2.1" |
56 | 54 | }, |
57 | 55 | "version": "0.0.1", |
58 | 56 | "description": "An Ionic project" |
|
0 commit comments