mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 09:02:50 +08:00
dep: bump npm dependencies (#1587)
* dep: bump npm dependencies - fs-extra@11.1.1 - nopt@7.1.0 - @cordova/eslint-config@5.0.0 - jasmine@4.6.0 * chore: apply eslint fix
This commit is contained in:
parent
d4bfd5079b
commit
c2013439bc
@ -184,7 +184,7 @@ module.exports.run = function (options, optResolvedTarget) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
paths: paths,
|
paths,
|
||||||
buildType: opts.buildType
|
buildType: opts.buildType
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@ -327,7 +327,7 @@ const Requirement = function (id, name, version, installed) {
|
|||||||
this.name = name;
|
this.name = name;
|
||||||
this.installed = installed || false;
|
this.installed = installed || false;
|
||||||
this.metadata = {
|
this.metadata = {
|
||||||
version: version
|
version
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -910,8 +910,8 @@ function prepareIcons (icons) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
android_icons: android_icons,
|
android_icons,
|
||||||
default_icon: default_icon
|
default_icon
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2163
package-lock.json
generated
2163
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -29,19 +29,19 @@
|
|||||||
"cordova-common": "^5.0.0",
|
"cordova-common": "^5.0.0",
|
||||||
"execa": "^5.1.1",
|
"execa": "^5.1.1",
|
||||||
"fast-glob": "^3.2.12",
|
"fast-glob": "^3.2.12",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.1",
|
||||||
"is-path-inside": "^3.0.3",
|
"is-path-inside": "^3.0.3",
|
||||||
"nopt": "^7.0.0",
|
"nopt": "^7.1.0",
|
||||||
"properties-parser": "^0.3.1",
|
"properties-parser": "^0.3.1",
|
||||||
"semver": "^7.3.8",
|
"semver": "^7.3.8",
|
||||||
"untildify": "^4.0.0",
|
"untildify": "^4.0.0",
|
||||||
"which": "^3.0.0"
|
"which": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cordova/eslint-config": "^4.0.0",
|
"@cordova/eslint-config": "^5.0.0",
|
||||||
"cordova-js": "^6.1.0",
|
"cordova-js": "^6.1.0",
|
||||||
"elementtree": "^0.1.7",
|
"elementtree": "^0.1.7",
|
||||||
"jasmine": "^4.5.0",
|
"jasmine": "^4.6.0",
|
||||||
"jasmine-spec-reporter": "^7.0.0",
|
"jasmine-spec-reporter": "^7.0.0",
|
||||||
"nyc": "^15.1.0",
|
"nyc": "^15.1.0",
|
||||||
"rewire": "^6.0.0"
|
"rewire": "^6.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user