refactor(core): set rxjs version to 6.5

BREAKING: rxjs@6.5 is required
This commit is contained in:
Daniel Sogl 2019-06-03 07:06:55 +02:00
parent a0ec1252e0
commit 6ee94b93ba

View File

@ -30,7 +30,7 @@ const DIST = path.resolve(ROOT, 'dist/@ionic-native');
const PACKAGES = [];
const MIN_CORE_VERSION = '^5.1.0';
const RXJS_VERSION = '^6.3.0';
const RXJS_VERSION = '^6.5.0';
const PLUGIN_PEER_DEPENDENCIES = {
'@ionic-native/core': MIN_CORE_VERSION,