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:
Juan Cruz Viotti 2017-04-21 12:03:39 -04:00 committed by GitHub
parent ebf9439327
commit 8057041bc7

View File

@ -58,8 +58,8 @@
}
},
"optionalDependencies": {
"electron-installer-debian": "^0.5.1",
"elevator": "^2.2.3"
"electron-installer-debian": "0.5.1",
"elevator": "2.2.3"
},
"dependencies": {
"angular": "1.6.3",