mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Commits](https://github.com/puppeteer/puppeteer/compare/v4.0.1...v5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
25 lines
392 B
JSON
25 lines
392 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"jest": "^26.0.1",
|
|
"jest-image-snapshot": "^4.0.0",
|
|
"puppeteer": "^5.0.0"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-puppeteer",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/jest-setup.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"jest-puppeteer": "^4.4.0"
|
|
}
|
|
}
|