Skip to content

Commit

Permalink
Support puppeteer v24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 11, 2025
1 parent 2649c1c commit bf1c2bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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": "~23.5",
"puppeteer": "~23.10",
"puppeteer-browser-ready": "~1.3"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,32 +60,32 @@
"test": "mocha spec/*.spec.js --timeout 7000 --retries 1"
},
"peerDependencies": {
"puppeteer": "^15 || ^16 || ^17 || ^18 || ^19.7 || ^20 || ^21 || ^22.8 || ^23"
"puppeteer": "^15 || ^16 || ^17 || ^18 || ^19.7 || ^20 || ^21 || ^22.8 || ^23 || ^24"
},
"dependencies": {
"express": "~4.21",
"http-terminator": "~3.2",
"node-html-parser": "~6.1"
"node-html-parser": "~7.0"
},
"devDependencies": {
"@eslint/js": "~9.12",
"@eslint/js": "~9.18",
"@types/express": "~5.0",
"@types/mocha": "~10.0",
"@types/node": "~22.7",
"@types/node": "~22.10",
"@types/ws": "~8.5",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
"copy-folder-util": "~1.1",
"eslint": "~9.12",
"eslint": "~9.18",
"jshint": "~2.13",
"mocha": "~10.7",
"mocha": "~11.0",
"open": "~10.1",
"puppeteer": "~23.5",
"puppeteer": "~23.10",
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.6",
"typescript-eslint": "~8.8",
"typescript": "~5.7",
"typescript-eslint": "~8.19",
"w3c-html-validator": "~1.8"
}
}

0 comments on commit bf1c2bf

Please sign in to comment.