complete-cli 1.0.5-dev.4 → 1.0.5-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.cjs +1 -1
- package/dist/main.cjs.map +1 -1
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -62681,7 +62681,7 @@ async function getPackagesToIgnore(packageRoot) {
|
|
|
62681
62681
|
}
|
|
62682
62682
|
/** @returns Whether the "package.json" file was changed by `npm-check-updates`. */
|
|
62683
62683
|
async function runNPMCheckUpdates(packageJSONPath, packagesToIgnore, quiet) {
|
|
62684
|
-
const upgradedPackages = await
|
|
62684
|
+
const upgradedPackages = await (0,npm_check_updates__WEBPACK_IMPORTED_MODULE_2__.run)({
|
|
62685
62685
|
upgrade: true,
|
|
62686
62686
|
packageFile: packageJSONPath,
|
|
62687
62687
|
// TODO: Remove the below type assertion when this pull request is merged:
|