From f679009f299dde3fd4cfdeaf5c9106cd54d02603 Mon Sep 17 00:00:00 2001 From: jamesgroat Date: Tue, 25 Oct 2016 08:05:23 -0700 Subject: [PATCH] docs(changelog): update package.json dependencies to avoid #212 (#8865) Updated to match https://github.com/driftyco/ionic2-app-base/blob/master/package.json. --- CHANGELOG.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb2314d8c..d50781be4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,24 +7,24 @@ ``` "dependencies": { - "@angular/common": "^2.0.0", - "@angular/compiler": "^2.0.0", + "@angular/common": "2.0.0", + "@angular/compiler": "2.0.0", "@angular/compiler-cli": "0.6.2", - "@angular/core": "^2.0.0", - "@angular/forms": "^2.0.0", - "@angular/http": "^2.0.0", - "@angular/platform-browser": "^2.0.0", - "@angular/platform-browser-dynamic": "^2.0.0", - "@angular/platform-server": "^2.0.0", - "@ionic/storage": "^1.0.3", - "ionic-angular": "^2.0.0-rc.1", - "ionic-native": "^2.2.3", - "ionicons": "^3.0.0", + "@angular/core": "2.0.0", + "@angular/forms": "2.0.0", + "@angular/http": "2.0.0", + "@angular/platform-browser": "2.0.0", + "@angular/platform-browser-dynamic": "2.0.0", + "@angular/platform-server": "2.0.0", + "@ionic/storage": "1.0.3", + "ionic-angular": "2.0.0-rc.1", + "ionic-native": "2.2.3", + "ionicons": "3.0.0", "rxjs": "5.0.0-beta.12", - "zone.js": "^0.6.21" + "zone.js": "0.6.21" }, "devDependencies": { - "@ionic/app-scripts": "^0.0.34", + "@ionic/app-scripts": "^0.0.36", "typescript": "^2.0.3" }, ```