Skip to content

Commit

Permalink
feat: update Puppeteer to v16.2.0 (#269)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this version is compatible with Puppeteer >= v16.2.0
  • Loading branch information
OrKoN committed Aug 22, 2022
1 parent 4708089 commit 347b5fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 139 deletions.
143 changes: 7 additions & 136 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"mime": "3.0.0",
"mocha": "10.0.0",
"prettier": "2.6.2",
"puppeteer": "16.1.1",
"puppeteer": "16.2.0",
"rimraf": "3.0.2",
"rollup": "2.75.6",
"rollup-plugin-dts": "4.2.2",
Expand All @@ -71,7 +71,7 @@
"typescript": "4.6.4"
},
"peerDependencies": {
"puppeteer": ">=15.3.1"
"puppeteer": ">=16.2.0"
},
"peerDependenciesMeta": {
"puppeteer": {
Expand Down
2 changes: 1 addition & 1 deletion src/PuppeteerRunnerExtension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

import { Browser, ElementHandle, Frame, Page } from 'puppeteer';
import { Frame as InternalFrame } from 'puppeteer/lib/esm/puppeteer/common/FrameManager.js';
import { Frame as InternalFrame } from 'puppeteer/lib/esm/puppeteer/common/Frame.js';
import { Page as InternalPage } from 'puppeteer/lib/esm/puppeteer/common/Page.js';
import { RunnerExtension } from './RunnerExtension.js';
import {
Expand Down

0 comments on commit 347b5fb

Please sign in to comment.