@eui/tools 6.16.20 → 6.16.22
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/.version.properties +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +3 -3
- package/scripts/csdr/init/resources/18.x/resolutions.json +9 -0
- package/scripts/csdr/init/resources/18.x/yarn.lock +2341 -475
- package/scripts/csdr/init/resources/18.x/yarn.lock.old +4729 -3614
- package/scripts/csdr/release/app/release-app-group.js +1 -1
|
@@ -106,7 +106,7 @@ module.exports.run = () => {
|
|
|
106
106
|
.then(() => {
|
|
107
107
|
const fixedDeps = configUtils.global.getConfigOptions().NPM_FIXED_DEPENDENCIES;
|
|
108
108
|
const configDeps = { ...resolvedDeps, ...fixedDeps };
|
|
109
|
-
return installUtils.common.getResolvedCarretDeps(configDeps, isMaster || isSupportBranch);
|
|
109
|
+
return installUtils.common.getResolvedCarretDeps(configDeps, isMaster || isSupportBranch, !isMaster && !isSupportBranch);
|
|
110
110
|
})
|
|
111
111
|
|
|
112
112
|
// Install dependencies
|