mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
refactor(core): set rxjs version to 6.5
BREAKING: rxjs@6.5 is required
This commit is contained in:
parent
a0ec1252e0
commit
6ee94b93ba
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user