podman-desktop/website-argos/package.json
dependabot[bot] b1dea2d8e0 chore(deps-dev): bump @playwright/test from 1.59.0 to 1.59.1
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.59.0 to 1.59.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.59.0...v1.59.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.59.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-02 08:34:22 +02:00

15 lines
338 B
JSON

{
"name": "website-argos",
"version": "0.0.0",
"private": true,
"scripts": {
"screenshot": "playwright test",
"upload": "npx @argos-ci/cli upload ./screenshots"
},
"devDependencies": {
"@argos-ci/cli": "^4.1.4",
"@argos-ci/playwright": "^6.6.1",
"@playwright/test": "1.59.1",
"cheerio": "^1.2.0"
}
}