Skip to content

Commit

Permalink
docs(breaking_changes): port puppeteer 19 support to v2 site
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 5, 2022
1 parent 28968c3 commit 804123e
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

0 comments on commit 804123e

Please sign in to comment.