feat(deps): add find-process dep

This commit is contained in:
George Lima 2019-03-01 20:23:17 -03:00
parent d9fcb8123f
commit cb33e86099
2 changed files with 11 additions and 0 deletions

View File

@ -108,6 +108,7 @@
"electron-store": "^2.0.0",
"electron-updater": "^4.0.4",
"eres": "^1.0.1",
"find-process": "^1.2.1",
"got": "^9.3.2",
"history": "^4.7.2",
"lodash.flow": "^3.5.0",

View File

@ -6370,6 +6370,16 @@ find-pkg@^0.1.0:
dependencies:
find-file-up "^0.1.2"
find-process@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/find-process/-/find-process-1.2.1.tgz#2e817add52ef3bf5bdd07c9c739b3d4442bfddf4"
integrity sha512-z4RXYStNAcoi4+smpKbzJXbMT8DdvwqTE7wL7DWZMD0SkTRfQ49z9S7YaK24kuRseKr23YSZlnyL/TaJZtgM1g==
dependencies:
chalk "^2.0.1"
commander "^2.11.0"
debug "^2.6.8"
lodash "^4.17.11"
find-root@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"