From 6ee94b93ba2ec5ee8d60a6bdee466a6fee00bc02 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 3 Jun 2019 07:06:55 +0200 Subject: [PATCH] refactor(core): set rxjs version to 6.5 BREAKING: rxjs@6.5 is required --- scripts/tasks/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tasks/publish.ts b/scripts/tasks/publish.ts index effe83333..620ff6928 100644 --- a/scripts/tasks/publish.ts +++ b/scripts/tasks/publish.ts @@ -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,