Browse Source

chore(deps): update spectron to support electron 3

See https://github.com/electron/spectron/issues/319
renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
committed by Tom Kirkpatrick
parent
commit
7a8878604c
  1. 3
      package.json
  2. 34
      yarn.lock

3
package.json

@ -320,6 +320,9 @@
"untildify": "^3.0.3",
"validator": "^10.8.0"
},
"resolutions": {
"spectron/**/electron-chromedriver": "^3.0.0-beta.1"
},
"main": "internals/webpack/webpack.config.base.js",
"directories": {
"test": "test"

34
yarn.lock

@ -3243,13 +3243,17 @@ ci-info@^1.3.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.4.0.tgz#4841d53cad49f11b827b648ebde27a6e189b412f"
ci-info@^1.4.0, ci-info@^1.5.0:
ci-info@^1.4.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497"
ci-info@^1.5.0:
version "1.5.1"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.5.1.tgz#17e8eb5de6f8b2b6038f0cbb714d410bfa9f3030"
cidr-regex@^2.0.8:
version "2.0.9"
resolved "https://registry.yarnpkg.com/cidr-regex/-/cidr-regex-2.0.9.tgz#9c17bb2b18e15af07f7d0c3b994b961d687ed1c9"
cidr-regex@^2.0.10:
version "2.0.10"
resolved "https://registry.yarnpkg.com/cidr-regex/-/cidr-regex-2.0.10.tgz#af13878bd4ad704de77d6dc800799358b3afa70d"
dependencies:
ip-regex "^2.1.0"
@ -4354,7 +4358,7 @@ dotenv-expand@^4.2.0:
dotenv@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
resolved "http://registry.npmjs.org/dotenv/-/dotenv-5.0.1.tgz#a5317459bd3d79ab88cff6e44057a6a3fbb1fcef"
dotenv@^6.0.0:
version "6.0.0"
@ -4423,9 +4427,9 @@ electron-builder@^20.28.4:
update-notifier "^2.5.0"
yargs "^12.0.1"
electron-chromedriver@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-2.0.0.tgz#e63d7f53716e15a5861d691ace522b5c82c186b0"
electron-chromedriver@^3.0.0-beta.1, electron-chromedriver@~2.0.0:
version "3.0.0-beta.1"
resolved "https://registry.yarnpkg.com/electron-chromedriver/-/electron-chromedriver-3.0.0-beta.1.tgz#7fc78206835751ccba781528df8dfd62550d7753"
dependencies:
electron-download "^4.1.0"
extract-zip "^1.6.5"
@ -6751,10 +6755,10 @@ is-ci@^1.2.1:
ci-info "^1.5.0"
is-cidr@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-2.0.6.tgz#4b01c9693d8e18399dacd18a4f3d60ea5871ac60"
version "2.0.7"
resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-2.0.7.tgz#0fd4b863c26b2eb2d157ed21060c4f3f8dd356ce"
dependencies:
cidr-regex "^2.0.8"
cidr-regex "^2.0.10"
is-data-descriptor@^0.1.4:
version "0.1.4"
@ -12849,12 +12853,18 @@ uniq@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
unique-filename@^1.1.0, unique-filename@~1.1.0:
unique-filename@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.0.tgz#d05f2fe4032560871f30e93cbe735eea201514f3"
dependencies:
unique-slug "^2.0.0"
unique-filename@~1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
dependencies:
unique-slug "^2.0.0"
unique-slug@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.0.tgz#db6676e7c7cc0629878ff196097c78855ae9f4ab"

Loading…
Cancel
Save