Skip to content

Commit

Permalink
fix(📦): Unpin puppeteer (#522)
Browse files Browse the repository at this point in the history
When 3.2 shipped breaking changes, 3.1 was pinned. 3.3 now rolls back those
breaking changes so we can safely continue to use 3.x. It is likely that 4.x
will re-introduce those breaking changes, but we can figure out a way forward
from there (also when their API docs are updated with deprecations and
alternatives to event emitter methods).
  • Loading branch information
Wil Wilsman committed Jun 2, 2020
1 parent d721154 commit e196d3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"image-size": "^0.8.2",
"js-yaml": "^3.13.1",
"percy-client": "^3.2.0",
"puppeteer": "~3.1.0",
"puppeteer": "^3.3.0",
"retry-axios": "^1.0.1",
"which": "^2.0.1",
"winston": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8843,10 +8843,10 @@ punycode@^2.1.0, punycode@^2.1.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

puppeteer@~3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.1.0.tgz#d44efdc5410809025f38bca2de106c3ae5c85a52"
integrity sha512-jLa9sqdVx0tPnr2FcwAq+8DSjGhSM4YpkwOf3JE22Ycyqm71SW7B5uGfTyMGFoLCmbCozbLZclCjasPb0flTRw==
puppeteer@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-3.3.0.tgz#95839af9fdc0aa4de7e5ee073a4c0adeb9e2d3d7"
integrity sha512-23zNqRltZ1PPoK28uRefWJ/zKb5Jhnzbbwbpcna2o5+QMn17F0khq5s1bdH3vPlyj+J36pubccR8wiNA/VE0Vw==
dependencies:
debug "^4.1.0"
extract-zip "^2.0.0"
Expand Down

0 comments on commit e196d3d

Please sign in to comment.