|
6 | 6 | "author": "Ionic Team <[email protected]> (http://ionic.io)",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "dependencies": {
|
9 |
| - "@angular/common": "^2.0.0", |
10 |
| - "@angular/compiler": "^2.0.0", |
11 |
| - "@angular/compiler-cli": "^0.6.2", |
12 |
| - "@angular/core": "^2.0.0", |
13 |
| - "@angular/forms": "^2.0.0", |
14 |
| - "@angular/http": "^2.0.0", |
15 |
| - "@angular/platform-browser": "^2.0.0", |
16 |
| - "@angular/platform-browser-dynamic": "^2.0.0", |
17 |
| - "@angular/platform-server": "^2.0.0", |
18 |
| - "ionic-angular": "nightly", |
19 |
| - "ionicons" : "^3.0.0", |
| 9 | + "@angular/common": "2.1.1", |
| 10 | + "@angular/compiler": "2.1.1", |
| 11 | + "@angular/compiler-cli": "2.1.1", |
| 12 | + "@angular/core": "2.1.1", |
| 13 | + "@angular/forms": "2.1.1", |
| 14 | + "@angular/http": "2.1.1", |
| 15 | + "@angular/platform-browser": "2.1.1", |
| 16 | + "@angular/platform-browser-dynamic": "2.1.1", |
| 17 | + "@angular/platform-server": "2.1.1", |
| 18 | + "ionic-native": "2.0.3", |
| 19 | + "ionicons": "3.0.0", |
| 20 | + "rxjs": "5.0.0-beta.12", |
| 21 | + "zone.js": "0.6.21", |
| 22 | + |
20 | 23 | "@ionic/storage": "^1.0.3",
|
21 |
| - "ionic-native": "^2.0.3", |
22 |
| - "rxjs": "^5.0.0-beta.12", |
23 |
| - "zone.js": "^0.6.21" |
| 24 | + "ionic-angular": "nightly" |
24 | 25 | },
|
25 | 26 | "devDependencies": {
|
26 | 27 | "typescript": "^2.0.3"
|
|
0 commit comments