mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-02 07:50:42 +00:00
Update resin-compose-parse dependency version to 1.10.2
Change-type: minor
This commit is contained in:
parent
7bea2c26b8
commit
b7f94a222d
@ -34,7 +34,8 @@ const resin = ResinSdk.fromSharedOptions();
|
|||||||
export function getGroupDefaults(group: {
|
export function getGroupDefaults(group: {
|
||||||
options: { name: string; default?: string }[];
|
options: { name: string; default?: string }[];
|
||||||
}): { [name: string]: string | undefined } {
|
}): { [name: string]: string | undefined } {
|
||||||
return _.chain(group)
|
return _
|
||||||
|
.chain(group)
|
||||||
.get('options')
|
.get('options')
|
||||||
.map(question => [question.name, question.default])
|
.map(question => [question.name, question.default])
|
||||||
.fromPairs()
|
.fromPairs()
|
||||||
|
@ -137,7 +137,7 @@
|
|||||||
"resin-bundle-resolve": "^0.5.3",
|
"resin-bundle-resolve": "^0.5.3",
|
||||||
"resin-cli-form": "^1.4.1",
|
"resin-cli-form": "^1.4.1",
|
||||||
"resin-cli-visuals": "^1.4.0",
|
"resin-cli-visuals": "^1.4.0",
|
||||||
"resin-compose-parse": "^1.8.1",
|
"resin-compose-parse": "^1.10.2",
|
||||||
"resin-config-json": "^1.0.0",
|
"resin-config-json": "^1.0.0",
|
||||||
"resin-device-config": "^4.0.0",
|
"resin-device-config": "^4.0.0",
|
||||||
"resin-device-init": "^4.0.0",
|
"resin-device-init": "^4.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user