diff --git a/README.md b/README.md index 3d7eeef..1a6b76d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ This is a starter template for [Ionic](http://ionicframework.com/docs/) projects. ## How to use this template + +[![Greenkeeper badge](https://badges.greenkeeper.io/loiane/ionic3-firebase-ngrx.svg)](https://greenkeeper.io/) *This template does not work on its own*. The shared files for each starter are found in the [ionic2-app-base repo](https://github.com/ionic-team/ionic2-app-base). diff --git a/package.json b/package.json index 9611932..cd3ecd7 100644 --- a/package.json +++ b/package.json @@ -12,18 +12,18 @@ "ionic:serve": "ionic-app-scripts serve" }, "dependencies": { - "@angular/common": "4.1.3", - "@angular/compiler": "4.1.3", - "@angular/compiler-cli": "4.1.3", - "@angular/core": "4.1.3", - "@angular/forms": "4.1.3", - "@angular/http": "4.1.3", - "@angular/platform-browser": "4.1.3", - "@angular/platform-browser-dynamic": "4.1.3", - "@ionic-native/camera": "^3.12.1", - "@ionic-native/core": "3.10.2", - "@ionic-native/splash-screen": "3.10.2", - "@ionic-native/status-bar": "3.10.2", + "@angular/common": "4.3.0", + "@angular/compiler": "4.3.0", + "@angular/compiler-cli": "4.3.0", + "@angular/core": "4.3.0", + "@angular/forms": "4.3.0", + "@angular/http": "4.3.0", + "@angular/platform-browser": "4.3.0", + "@angular/platform-browser-dynamic": "4.3.0", + "@ionic-native/camera": "^4.0.1", + "@ionic-native/core": "4.0.1", + "@ionic-native/splash-screen": "4.0.1", + "@ionic-native/status-bar": "4.0.1", "@ionic/storage": "2.0.1", "@ngrx/core": "^1.2.0", "@ngrx/effects": "^2.0.3", @@ -31,17 +31,17 @@ "@ngrx/store-devtools": "^3.2.4", "angularfire2": "^4.0.0-rc.1", "firebase": "^4.1.2", - "ionic-angular": "3.4.2", + "ionic-angular": "3.5.3", "ionicons": "3.0.0", - "rxjs": "5.4.0", + "rxjs": "5.4.2", "sw-toolbox": "3.6.0", - "zone.js": "0.8.12" + "zone.js": "0.8.13" }, "devDependencies": { - "@ionic/app-scripts": "1.3.7", - "@ionic/cli-plugin-cordova": "1.4.0", - "@ionic/cli-plugin-ionic-angular": "1.3.1", - "typescript": "2.3.3" + "@ionic/app-scripts": "2.0.2", + "@ionic/cli-plugin-cordova": "1.4.1", + "@ionic/cli-plugin-ionic-angular": "1.3.2", + "typescript": "2.4.1" }, "description": "An Ionic project" }