Skip to content

Commit

Permalink
Merge pull request jpvalery#92 from jpvalery/renovate/percy-0.x
Browse files Browse the repository at this point in the history
Update dependency percy to v0.20.1 [skip ci]
  • Loading branch information
jpvalery authored Nov 19, 2019
2 parents 513b627 + dc5254f commit c293a46
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"eslint": "6.6.0",
"eslint-config-gatsby-standard": "2.2.0",
"percy": "0.20.0",
"percy": "0.20.1",
"prettier": "1.19.1",
"stylelint-config-prettier": "6.0.0",
"stylelint-config-standard": "19.0.0",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,11 @@
"@types/unist" "*"
"@types/vfile-message" "*"

"@types/which@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@types/which/-/which-1.3.2.tgz#9c246fc0c93ded311c8512df2891fb41f6227fdf"
integrity sha512-8oDqyLC7eD4HM307boe2QWKyuzdzWBj56xI/imSl2cpL+U3tCMaTAkMJ4ee5JBZ/FsOJlvRGeIShiZDAl1qERA==

"@webassemblyjs/[email protected]":
version "1.7.11"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
Expand Down Expand Up @@ -10909,15 +10914,16 @@ percy-client@^3.2.0:
request-promise "^4.2.2"
walk "^2.3.14"

[email protected].0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/percy/-/percy-0.20.0.tgz#1468bdcca224d87193debf3c5324ccc03999b862"
integrity sha512-/i6vjh/4T8JcnxJziP+mf2tbjDH/YwRN2y13OWBGcsrj+RT7MdAI8fPPE+bs/lDUUDzC83MPh7CbVd/6gWMTlg==
[email protected].1:
version "0.20.1"
resolved "https://registry.yarnpkg.com/percy/-/percy-0.20.1.tgz#e46be3605225152a41ed119b2a5658358cb1c7b8"
integrity sha512-JyEwlDrNEqNaRQ2lVwyr0pq/ITMF3T/ClXL+D8SUhYhRE/1YCLSVPClcv75veKbQdJcLkL3qNgwAPsUc/h//jg==
dependencies:
"@oclif/command" "1.5.16"
"@oclif/config" "^1"
"@oclif/plugin-help" "^2"
"@oclif/plugin-not-found" "^1.2"
"@types/which" "^1.3.2"
axios "^0.19.0"
body-parser "^1.18.3"
colors "^1.3.2"
Expand All @@ -10934,6 +10940,7 @@ [email protected]:
percy-client "^3.2.0"
puppeteer "^1.13.0"
retry-axios "^1.0.1"
which "^2.0.1"
winston "^3.0.0"

performance-now@^2.1.0:
Expand Down Expand Up @@ -15156,6 +15163,13 @@ which@^1.2.14, which@^1.2.9, which@^1.3.1:
dependencies:
isexe "^2.0.0"

which@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
dependencies:
isexe "^2.0.0"

wide-align@^1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
Expand Down

0 comments on commit c293a46

Please sign in to comment.