Skip to content

Commit

Permalink
feat(puppeteer): update to puppeteer 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Oct 27, 2020
1 parent 2ae9f08 commit cf8847b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"postcss": "^7.0.32",
"prettier": "^2.1.2",
"prompts": "2.3.2",
"puppeteer": "~5.3.1",
"puppeteer": "~5.4.1",
"rollup": "2.32.1",
"semiver": "^1.1.0",
"semver": "7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/sys/node/node-sys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export function createNodeSys(c: { process?: any } = {}) {
'jest': ['24.9.0', '26.6.1'],
'jest-cli': ['24.9.0', '26.6.1'],
'pixelmatch': ['4.0.2', '4.0.2'],
'puppeteer': ['1.19.0', '5.3.1'],
'puppeteer': ['1.19.0', '5.4.1'],
'puppeteer-core': ['1.19.0', '5.2.1'],
'workbox-build': ['4.3.1', '4.3.1'],
});
Expand Down

0 comments on commit cf8847b

Please sign in to comment.