Skip to content

Commit

Permalink
chore: update puppeteer to v16 (dequelabs#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebeby authored Aug 24, 2022
1 parent 598ab44 commit 0761e00
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
41 changes: 24 additions & 17 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 @@ -34,7 +34,7 @@
"express": "^4.18.1",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"puppeteer": "^15.0.1",
"puppeteer": "^16.2.0",
"sinon": "^14.0.0",
"source-map-support": "^0.5.21",
"test-listen": "^1.1.0",
Expand All @@ -45,7 +45,7 @@
"axe-core": "^4.4.2"
},
"peerDependencies": {
"puppeteer": ">=1.10.0 <= 15"
"puppeteer": ">=1.10.0 <= 16"
},
"engines": {
"node": ">=6.4.0"
Expand Down

0 comments on commit 0761e00

Please sign in to comment.