mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +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: {
|
||||
options: { name: string; default?: string }[];
|
||||
}): { [name: string]: string | undefined } {
|
||||
return _.chain(group)
|
||||
return _
|
||||
.chain(group)
|
||||
.get('options')
|
||||
.map(question => [question.name, question.default])
|
||||
.fromPairs()
|
||||
|
@ -137,7 +137,7 @@
|
||||
"resin-bundle-resolve": "^0.5.3",
|
||||
"resin-cli-form": "^1.4.1",
|
||||
"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-device-config": "^4.0.0",
|
||||
"resin-device-init": "^4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user