Skip to content

Commit

Permalink
feat: target puppeteer v19+
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires puppeteer v19+
  • Loading branch information
gregberge committed Feb 3, 2023
1 parent 96a060d commit 31f6f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/jest-puppeteer-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chrome-headless"
],
"peerDependencies": {
"puppeteer": ">= 1.5.0"
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chrome-headless"
],
"peerDependencies": {
"puppeteer": ">= 1.5.0"
"puppeteer": ">=19"
},
"dependencies": {
"expect-puppeteer": "^6.1.1",
Expand Down

0 comments on commit 31f6f1e

Please sign in to comment.