Skip to content

Commit

Permalink
perf(deps): update puppeteer to v5.2.1
Browse files Browse the repository at this point in the history
Updating to the new major version brings various minor improvements and
an up-to-date version of Chromium.

Also updated @types/puppeteer to v3.0.1.
  • Loading branch information
davecardwell committed Sep 1, 2020
1 parent b2d5878 commit 74cabe0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 32 deletions.
54 changes: 24 additions & 30 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 @@ -48,7 +48,7 @@
},
"dependencies": {
"inquirer": "^7.3.3",
"puppeteer": "^4.0.0",
"puppeteer": "^5.2.1",
"typed-emitter": "^1.3.0"
},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/inquirer": "^7.3.1",
"@types/puppeteer": "^3.0.0",
"@types/puppeteer": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"concurrently": "^5.3.0",
Expand Down

0 comments on commit 74cabe0

Please sign in to comment.