Skip to content

Commit

Permalink
Scripts: Upgrade puppeteer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Feb 17, 2020
1 parent 6f55017 commit de405ea
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 22 deletions.
60 changes: 39 additions & 21 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/scripts/CHANGELOG.md
@@ -1,5 +1,9 @@
## Master

### New Features

- The bundled `puppeteer` dependency has been updated from requiring `^2.0.0` to requiring `^2.1.1` ([#20268](https://github.com/WordPress/gutenberg/pull/20268)). It uses Chromium v80 instead of Chromium v79. See the [full list of changes](https://github.com/GoogleChrome/puppeteer/releases/tag/v2.1.0).

## 7.1.0 (2020-02-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Expand Up @@ -58,7 +58,7 @@
"minimist": "^1.2.0",
"npm-package-json-lint": "^4.0.3",
"prettier": "npm:wp-prettier@1.19.1",
"puppeteer": "^2.0.0",
"puppeteer": "^2.1.1",
"read-pkg-up": "^1.0.1",
"request": "^2.88.0",
"resolve-bin": "^0.4.0",
Expand Down

0 comments on commit de405ea

Please sign in to comment.