Skip to content

Commit

Permalink
bump deps (#16)
Browse files Browse the repository at this point in the history
* bump deps

* Update bundle script

As of puppeteer@19, browser downloads go to ~/.cache/puppeteer and not
into .local_chromium (see
puppeteer/puppeteer#9095)
  • Loading branch information
mhan83 committed Oct 14, 2022
1 parent ae1f4a5 commit 28fa3dc
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 36 deletions.
89 changes: 56 additions & 33 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
Expand Up @@ -29,8 +29,8 @@
},
"license": "MIT",
"dependencies": {
"@puppeteer/replay": "1.1.1",
"puppeteer": "17.0.0",
"@puppeteer/replay": "1.3.1",
"puppeteer": "19.0.0",
"yargs": "^17.4.0"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion scripts/bundle.sh
Expand Up @@ -10,5 +10,4 @@ cp "$(which node)" bundle/
pushd bundle/
npm cache clean --force
npm ci --production
rm -r node_modules/puppeteer/.local-chromium
popd

0 comments on commit 28fa3dc

Please sign in to comment.