mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update Cordova pinned plugin versions and dependencies to latest verions
This commit is contained in:
@@ -10,7 +10,7 @@ Package.describe({
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-splashscreen': '4.0.0'
|
||||
'cordova-plugin-splashscreen': '4.0.1'
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
||||
@@ -12,7 +12,7 @@ Npm.strip({
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-console': '1.0.4'
|
||||
'cordova-plugin-console': '1.0.5'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
@@ -4,5 +4,5 @@ Package.describe({
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-statusbar': '2.2.0'
|
||||
'cordova-plugin-statusbar': '2.2.1'
|
||||
});
|
||||
|
||||
@@ -57,5 +57,5 @@ Package.onTest(function (api) {
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-inappbrowser': '1.5.0'
|
||||
'cordova-plugin-inappbrowser': '1.6.1'
|
||||
});
|
||||
|
||||
@@ -14,8 +14,8 @@ Npm.strip({
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-whitelist': '1.3.0',
|
||||
'cordova-plugin-wkwebview-engine': '1.1.0',
|
||||
'cordova-plugin-whitelist': '1.3.1',
|
||||
'cordova-plugin-wkwebview-engine': '1.1.1',
|
||||
'cordova-plugin-meteor-webapp': '1.4.1'
|
||||
});
|
||||
|
||||
|
||||
46
tools/cordova/project.js
vendored
46
tools/cordova/project.js
vendored
@@ -51,29 +51,29 @@ const pinnedPlatformVersions = CORDOVA_PLATFORM_VERSIONS;
|
||||
// Versions are taken from cordova-lib's package.json and should be updated
|
||||
// when we update to a newer version of cordova-lib.
|
||||
const pinnedPluginVersions = {
|
||||
"cordova-plugin-battery-status": "1.2.0",
|
||||
"cordova-plugin-camera": "2.3.0",
|
||||
"cordova-plugin-console": "1.0.4",
|
||||
"cordova-plugin-contacts": "2.2.0",
|
||||
"cordova-plugin-device": "1.1.3",
|
||||
"cordova-plugin-device-motion": "1.2.2",
|
||||
"cordova-plugin-device-orientation": "1.0.4",
|
||||
"cordova-plugin-dialogs": "1.3.0",
|
||||
"cordova-plugin-file": "4.3.0",
|
||||
"cordova-plugin-file-transfer": "1.6.0",
|
||||
"cordova-plugin-geolocation": "2.3.0",
|
||||
"cordova-plugin-globalization": "1.0.4",
|
||||
"cordova-plugin-inappbrowser": "1.5.0",
|
||||
"cordova-plugin-legacy-whitelist": "1.1.1",
|
||||
"cordova-plugin-media": "2.4.0",
|
||||
"cordova-plugin-media-capture": "1.4.0",
|
||||
"cordova-plugin-network-information": "1.3.0",
|
||||
"cordova-plugin-splashscreen": "4.0.0",
|
||||
"cordova-plugin-statusbar": "2.2.0",
|
||||
"cordova-plugin-test-framework": "1.1.3",
|
||||
"cordova-plugin-vibration": "2.1.2",
|
||||
"cordova-plugin-whitelist": "1.3.0",
|
||||
"cordova-plugin-wkwebview-engine": "1.1.0"
|
||||
"cordova-plugin-battery-status": "1.2.2",
|
||||
"cordova-plugin-camera": "2.3.1",
|
||||
"cordova-plugin-console": "1.0.5",
|
||||
"cordova-plugin-contacts": "2.2.1",
|
||||
"cordova-plugin-device": "1.1.4",
|
||||
"cordova-plugin-device-motion": "1.2.3",
|
||||
"cordova-plugin-device-orientation": "1.0.5",
|
||||
"cordova-plugin-dialogs": "1.3.1",
|
||||
"cordova-plugin-file": "4.3.1",
|
||||
"cordova-plugin-file-transfer": "1.6.1",
|
||||
"cordova-plugin-geolocation": "2.4.1",
|
||||
"cordova-plugin-globalization": "1.0.5",
|
||||
"cordova-plugin-inappbrowser": "1.6.1",
|
||||
"cordova-plugin-legacy-whitelist": "1.1.2",
|
||||
"cordova-plugin-media": "2.4.1",
|
||||
"cordova-plugin-media-capture": "1.4.1",
|
||||
"cordova-plugin-network-information": "1.3.1",
|
||||
"cordova-plugin-splashscreen": "4.0.1",
|
||||
"cordova-plugin-statusbar": "2.2.1",
|
||||
"cordova-plugin-test-framework": "1.1.4",
|
||||
"cordova-plugin-vibration": "2.1.3",
|
||||
"cordova-plugin-whitelist": "1.3.1",
|
||||
"cordova-plugin-wkwebview-engine": "1.1.1"
|
||||
}
|
||||
|
||||
export class CordovaProject {
|
||||
|
||||
Reference in New Issue
Block a user