mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
chore: lock optional dependencies versions (#1337)
Optional dependencies (and their dependencies) are not tracked by the shrinkwrap file. In order to prevent incompatibilities, we lock the versions of all optional dependencies. See: https://github.com/resin-io/etcher/pull/1304 Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
ebf9439327
commit
8057041bc7
@ -58,8 +58,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"electron-installer-debian": "^0.5.1",
|
"electron-installer-debian": "0.5.1",
|
||||||
"elevator": "^2.2.3"
|
"elevator": "2.2.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "1.6.3",
|
"angular": "1.6.3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user