Skip to content

Commit

Permalink
Update puppeteer in tests/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Jan 10, 2025
1 parent 6fb6792 commit 5616505
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"test:node": "node identity.js && node passphrase.js",
"test:bun": "bun run identity.js && bun run passphrase.js",
"build:esbuild": "esbuild --target=es6 --bundle --minify --outfile=age.js --global-name=age age-encryption",
"test:esbuild": "npm run build:esbuild && node browser.js"
"install:esbuild": "npx puppeteer browsers install chrome",
"test:esbuild": "npm run build:esbuild && npm run install:esbuild && node browser.js"
},
"devDependencies": {
"esbuild": "*",
"express": "4.18.2",
"puppeteer": "21.5.0"
"express": "4.21.2",
"puppeteer": "24.0.0"
}
}

0 comments on commit 5616505

Please sign in to comment.