Skip to content

Commit

Permalink
chore: support puppeteer version 13 (dequelabs#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Jan 31, 2022
1 parent 2208f25 commit 95c87a3
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 45 deletions.
117 changes: 74 additions & 43 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": "^10.4.0",
"puppeteer": "^13.1.3",
"sinon": "^7.3.2",
"source-map-support": "^0.5.20",
"test-listen": "^1.1.0",
Expand All @@ -46,7 +46,7 @@
"axe-core": "^4.3.5"
},
"peerDependencies": {
"puppeteer": ">=1.10.0 <= 10"
"puppeteer": ">=1.10.0 <= 13"
},
"engines": {
"node": ">=6.4.0"
Expand Down

0 comments on commit 95c87a3

Please sign in to comment.