Skip to content

Commit

Permalink
chore(deps): update dependency puppeteer to v20.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 26, 2023
1 parent c5592db commit 0c9b331
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 45 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"playwright": "1.34.3",
"portastic": "^1.0.1",
"proxy": "^1.0.2",
"puppeteer": "20.3.0",
"puppeteer": "20.4.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"playwright": "<= 2.x",
"puppeteer": "<= 20.3"
"puppeteer": "<= 20.4"
},
"peerDependenciesMeta": {
"playwright": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crawlee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"peerDependencies": {
"playwright": "<= 2.x",
"puppeteer": "<= 20.3"
"puppeteer": "<= 20.4"
},
"peerDependenciesMeta": {
"playwright": {
Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"puppeteer": "<= 20.3"
"puppeteer": "<= 20.4"
},
"peerDependenciesMeta": {
"puppeteer": {
Expand Down
Loading

0 comments on commit 0c9b331

Please sign in to comment.