Skip to content

Commit

Permalink
Support puppeteer v22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Feb 8, 2024
1 parent 2296c6c commit f266abf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"jshint": "~2.13",
"puppeteer": "~21.9",
"puppeteer": "~22.0",
"puppeteer-browser-ready": "~1.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"test": "mocha spec/*.spec.js --timeout 7000 --retries 1"
},
"peerDependencies": {
"puppeteer": "^15 || ^16 || ^17 || ^18 || ^19.7 || ^20 || ^21"
"puppeteer": "^15 || ^16 || ^17 || ^18 || ^19.7 || ^20 || ^21 || ^22"
},
"dependencies": {
"express": "~4.18",
Expand All @@ -91,17 +91,17 @@
"@types/mocha": "~10.0",
"@types/node": "~20.11",
"@types/ws": "~8.5",
"@typescript-eslint/eslint-plugin": "~6.19",
"@typescript-eslint/parser": "~6.19",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"@typescript-eslint/eslint-plugin": "~6.21",
"@typescript-eslint/parser": "~6.21",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.1",
"copy-folder-util": "~1.1",
"eslint": "~8.56",
"jshint": "~2.13",
"mocha": "~10.2",
"open": "~10.0",
"puppeteer": "~21.9",
"puppeteer": "~22.0",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.3",
Expand Down

0 comments on commit f266abf

Please sign in to comment.