Skip to content

Commit

Permalink
chore: bump puppeteer to v13 (pmmmwh#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh committed Feb 28, 2022
1 parent 0aa6a5b commit c8923bf
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 619 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"nanoid": "^3.1.31",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"puppeteer": "^10.4.0",
"puppeteer": "^13.4.0",
"react-refresh": "^0.11.0",
"semver": "^7.3.5",
"sourcemap-validator": "^2.1.0",
Expand Down Expand Up @@ -142,7 +142,7 @@
}
},
"resolutions": {
"type-fest": "2.11.1"
"type-fest": "2.12.0"
},
"engines": {
"node": ">= 10.13"
Expand Down
2 changes: 0 additions & 2 deletions test/helpers/sandbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ async function getSandbox({ esModule = false, id = nanoid(), initialFiles = new
let logs = [];

// Expose logging and hot callbacks to the page
// FIXME: Puppeteer version stuck at v10 due to issues with detached frames
// Ref: https://github.com/puppeteer/puppeteer/issues/7814
await Promise.all([
page.exposeFunction('log', (...args) => {
logs.push(args.join(' '));
Expand Down
Loading

0 comments on commit c8923bf

Please sign in to comment.