@eclipse-glsp/cli 2.7.0-next.6 → 2.7.0-next.7
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -21779,7 +21779,7 @@ async function updateNext(rootDir, options) {
|
|
|
21779
21779
|
configureExec({ silent: false, fatal: true });
|
|
21780
21780
|
LOGGER.info("Updating next dependencies ...");
|
|
21781
21781
|
rootDir = path12.resolve(rootDir);
|
|
21782
|
-
const packages = getYarnWorkspacePackages(rootDir);
|
|
21782
|
+
const packages = getYarnWorkspacePackages(rootDir, true);
|
|
21783
21783
|
LOGGER.debug(`Scanning ${packages.length} packages to derive resolutions`, packages);
|
|
21784
21784
|
const resolutions = await getResolutions(packages);
|
|
21785
21785
|
if (Object.keys(resolutions).length === 0) {
|