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 9.1.1 to 10.4.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v9.1.1...v10.4.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
393 B
JSON
25 lines
393 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"jest": "^27.0.6",
|
|
"jest-image-snapshot": "^4.0.0",
|
|
"puppeteer": "^10.4.0"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-puppeteer",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/jest-setup.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"jest-puppeteer": "^6.0.0"
|
|
}
|
|
}
|