|
1 | 1 | { |
2 | | - "name": "test-test", |
| 2 | + "name": "ionic-unit-testing-example", |
3 | 3 | "author": "Ionic Framework", |
4 | | - "homepage": "http://ionicframework.com/", |
| 4 | + "homepage": "https://ionicframework.com/", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
7 | 7 | "clean": "ionic-app-scripts clean", |
|
13 | 13 | "e2e": "webdriver-manager update --standalone false --gecko false; protractor ./test-config/protractor.conf.js" |
14 | 14 | }, |
15 | 15 | "dependencies": { |
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", |
| 16 | + "@angular/common": "4.1.2", |
| 17 | + "@angular/compiler": "4.1.2", |
| 18 | + "@angular/compiler-cli": "4.1.2", |
| 19 | + "@angular/core": "4.1.2", |
| 20 | + "@angular/forms": "4.1.2", |
| 21 | + "@angular/http": "4.1.2", |
| 22 | + "@angular/platform-browser": "4.1.2", |
| 23 | + "@angular/platform-browser-dynamic": "4.1.2", |
| 24 | + "@ionic-native/core": "3.10.2", |
| 25 | + "@ionic-native/splash-screen": "3.10.2", |
| 26 | + "@ionic-native/status-bar": "3.10.2", |
27 | 27 | "@ionic/storage": "2.0.1", |
28 | | - "ionic-angular": "3.2.1", |
| 28 | + "ionic-angular": "3.3.0", |
29 | 29 | "ionicons": "3.0.0", |
30 | 30 | "rxjs": "5.1.1", |
31 | 31 | "sw-toolbox": "3.4.0", |
32 | | - "zone.js": "^0.8.10" |
| 32 | + "zone.js": "0.8.11" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | 35 | "@ionic/app-scripts": "1.3.7", |
36 | | - "@ionic/cli-plugin-ionic-angular": "1.0.0", |
| 36 | + "@ionic/cli-plugin-ionic-angular": "1.1.2", |
37 | 37 | "@types/jasmine": "^2.5.41", |
38 | 38 | "@types/node": "^7.0.8", |
39 | 39 | "angular2-template-loader": "^0.6.2", |
|
50 | 50 | "protractor": "^5.1.1", |
51 | 51 | "ts-loader": "^2.0.3", |
52 | 52 | "ts-node": "^3.0.2", |
53 | | - "typescript": "2.2.1" |
| 53 | + "typescript": "2.3.3" |
54 | 54 | }, |
55 | 55 | "version": "0.0.1", |
56 | 56 | "description": "An Ionic project" |
|
0 commit comments