Browse Source

chore(deps): update dependency testcafe to v1.7.1

master
Renovate Bot 5 years ago
parent
commit
be405b105b
No known key found for this signature in database GPG Key ID: 81C63AE1C224182B
  1. 2
      package.json
  2. 18
      yarn.lock

2
package.json

@ -129,7 +129,7 @@
"stylelint": "12.0.0",
"stylelint-config-prettier": "8.0.0",
"stylelint-config-standard": "19.0.0",
"testcafe": "1.7.0",
"testcafe": "1.7.1",
"testcafe-browser-provider-electron": "0.0.13",
"testcafe-react-selectors": "3.3.0",
"ts-node": "8.5.4",

18
yarn.lock

@ -16716,10 +16716,10 @@ testcafe-browser-tools@2.0.5:
read-file-relative "^1.2.0"
which-promise "^1.0.0"
testcafe-hammerhead@14.11.1:
version "14.11.1"
resolved "https://registry.yarnpkg.com/testcafe-hammerhead/-/testcafe-hammerhead-14.11.1.tgz#be392c0d683bd35c28a066b3f3c446a4619e4338"
integrity sha512-huRtP1ttxLe89VZptUNAhPX/Dn/ky8VK0kAijB1Y0MU3EuBpmW7VyAkSRHN/a4Oo845fpgx6w0qx7FTAZZfU3Q==
testcafe-hammerhead@15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/testcafe-hammerhead/-/testcafe-hammerhead-15.0.0.tgz#265605ea4e45393c07943115acb5f481da260c93"
integrity sha512-jgj38U+fERbe/X7D2JOPsej7ywxYza8lCQt5rjCirTx6WawKxxI0GUchRU0SSgQVMzhszt+evtf3Z4cigbZ3gQ==
dependencies:
acorn-hammerhead "^0.3.0"
asar "^2.0.1"
@ -16794,10 +16794,10 @@ testcafe-reporter-xunit@^2.1.0:
resolved "https://registry.yarnpkg.com/testcafe-reporter-xunit/-/testcafe-reporter-xunit-2.1.0.tgz#e6d66c572ce15af266706af0fd610b2a841dd443"
integrity sha1-5tZsVyzhWvJmcGrw/WELKoQd1EM=
testcafe@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/testcafe/-/testcafe-1.7.0.tgz#b5298ed04eaa92c81fabfbdb1562e4ac1ad70bbc"
integrity sha512-Y2yZXPCk8Eu/J6yxS5f9H7InJAR1x3LAeZxOY4GOAWiutgzVqFg1BZbWRcIusNaDHTyq0GZJu1XyPd9ueWuuVA==
testcafe@1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/testcafe/-/testcafe-1.7.1.tgz#10112f3bfdab0d3c3088273e3ccedb63ec5754e1"
integrity sha512-mLouX1NkfbOsFuXL4gCTpK06qfuoYyVLWc5ZuvRaXT+UyzG39uLL6QqoxZlCA/2e9xHerrGCr9qOLitvxuk08Q==
dependencies:
"@types/node" "^10.12.19"
async-exit-hook "^1.1.2"
@ -16861,7 +16861,7 @@ testcafe@1.7.0:
source-map-support "^0.5.16"
strip-bom "^2.0.0"
testcafe-browser-tools "2.0.5"
testcafe-hammerhead "14.11.1"
testcafe-hammerhead "15.0.0"
testcafe-legacy-api "3.1.11"
testcafe-reporter-json "^2.1.0"
testcafe-reporter-list "^2.1.0"

Loading…
Cancel
Save