From ac9b034e28ad5054017e5283fcadec4f84ddad4d Mon Sep 17 00:00:00 2001 From: Andrew Austin Date: Tue, 28 Aug 2018 11:38:20 -0500 Subject: [PATCH] build(deps): update @ionic/angular requirement from 4.0.0-beta.3 to 4.0.0-beta.5 in /angular/base (#427) Updates the requirements on [@ionic/angular](https://github.com/ionic-team/ionic) to permit the latest version. - [Release notes](https://github.com/ionic-team/ionic/releases) - [Changelog](https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionic/commits/v4.0.0-beta.5) Signed-off-by: dependabot[bot] --- angular/base/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/base/package.json b/angular/base/package.json index 5af3dd27..3779d2c5 100644 --- a/angular/base/package.json +++ b/angular/base/package.json @@ -23,7 +23,7 @@ "@ionic-native/core": "5.0.0-beta.15", "@ionic-native/splash-screen": "5.0.0-beta.15", "@ionic-native/status-bar": "5.0.0-beta.15", - "@ionic/angular": "4.0.0-beta.3", + "@ionic/angular": "4.0.0-beta.5", "core-js": "^2.5.3", "rxjs": "6.2.2", "zone.js": "^0.8.26"