mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +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 PACKAGES = [];
|
||||||
|
|
||||||
const MIN_CORE_VERSION = '^5.1.0';
|
const MIN_CORE_VERSION = '^5.1.0';
|
||||||
const RXJS_VERSION = '^6.3.0';
|
const RXJS_VERSION = '^6.5.0';
|
||||||
|
|
||||||
const PLUGIN_PEER_DEPENDENCIES = {
|
const PLUGIN_PEER_DEPENDENCIES = {
|
||||||
'@ionic-native/core': MIN_CORE_VERSION,
|
'@ionic-native/core': MIN_CORE_VERSION,
|
||||||
|
Loading…
Reference in New Issue
Block a user