@elliemae/ds-codemods 3.14.0-next.5 → 3.14.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.
|
@@ -78,11 +78,11 @@ export const checkPackagesInconsistencies = async (options) => {
|
|
|
78
78
|
}
|
|
79
79
|
if (!hasErrors && !shouldUpdateToNewest) console.log(brightGreenStr('no immediate action is required!'));
|
|
80
80
|
if (highestVersion.minor !== latestVersionParsed.minor)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
81
|
+
console.log(
|
|
82
|
+
brightYellowStr(
|
|
83
|
+
'\tstill, please consider updating to latest version as soon as possible to avoid more difficult updates in the future!',
|
|
84
|
+
),
|
|
85
|
+
);
|
|
86
86
|
}
|
|
87
87
|
} else {
|
|
88
88
|
console.log(redStr(`failed to load package.json file, are you executing this in the right directory?`));
|