Skip to content

Commit

Permalink
docs(breaking_changes): port puppeteer 19 support to v2 site (#942)
Browse files Browse the repository at this point in the history
this commit ports the documentation changes from ionic-team/stencil#3810
(ionic-team/stencil@22c7424) to the v2 version of the stencil site
  • Loading branch information
rwaskiewicz committed Dec 6, 2022
1 parent 28968c3 commit fd2d4ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/introduction/upgrading-to-stencil-three.md
Expand Up @@ -283,12 +283,12 @@ Replace all instances of `addDestory` with `addDestroy` and all instances of `re
The functionality of these methods remains the same.

## End-to-End Testing
### Puppeteer v10 Required
### Puppeteer v10+ Required
Versions of Puppeteer prior to Puppeteer version 10 are no longer supported.
In newer versions of Puppeteer, the library provides its own types, making `@types/puppeteer` no longer necessary.
Ensure that Puppeteer v10 is installed, and that its typings are not:
Ensure that Puppeteer v10 or higher is installed, and that its typings are not:
```bash
$ npm install puppeteer@10
$ npm install puppeteer
$ npm uninstall @types/puppeteer
```

Expand Down

1 comment on commit fd2d4ef

@vercel
Copy link

@vercel vercel bot commented on fd2d4ef Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.