Skip to content

Commit 51854f1

Browse files
committed
Upgrade to Puppeteer 24
Easy way to get the effective Chrome version: ``` --- a/chrome/bridge.js +++ b/chrome/bridge.js var lastMessage = performance.now(); + sendMessage('qunit.on.error', navigator.userAgent); ``` Closes #211.
1 parent 4c7ece6 commit 51854f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"eventemitter2": "^6.4.9",
20-
"puppeteer": "^22.0.0"
20+
"puppeteer": "^24.0.0"
2121
},
2222
"overrides": {
2323
"eslint-plugin-pabigot": "^1.1.0"

0 commit comments

Comments
 (0)