Skip to content

Commit

Permalink
fix: update to support puppeteer v14 (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Jun 13, 2022
1 parent adc5594 commit 77eea1c
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 99 deletions.
133 changes: 76 additions & 57 deletions packages/puppeteer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"express": "^4.16.4",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"puppeteer": "^13.1.3",
"puppeteer": "^14.3.0",
"sinon": "^7.3.2",
"source-map-support": "^0.5.20",
"test-listen": "^1.1.0",
Expand All @@ -46,7 +46,7 @@
"axe-core": "^4.4.1"
},
"peerDependencies": {
"puppeteer": ">=1.10.0 <= 13"
"puppeteer": ">=1.10.0 <= 14"
},
"engines": {
"node": ">=6.4.0"
Expand Down
Loading

0 comments on commit 77eea1c

Please sign in to comment.