podman-desktop/website-argos/package.json
dependabot[bot] 8e74ede344 chore(deps-dev): bump the argosci group with 2 updates
Bumps the argosci group with 2 updates: [@argos-ci/cli](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) and [@argos-ci/playwright](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/playwright).


Updates `@argos-ci/cli` from 4.1.4 to 4.2.0
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/cli@4.2.0/packages/core)

Updates `@argos-ci/playwright` from 6.6.1 to 6.6.2
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/playwright/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/playwright@6.6.2/packages/playwright)

---
updated-dependencies:
- dependency-name: "@argos-ci/cli"
  dependency-version: 4.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: argosci
- dependency-name: "@argos-ci/playwright"
  dependency-version: 6.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: argosci
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 14:46:36 +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.2.0",
"@argos-ci/playwright": "^6.6.2",
"@playwright/test": "1.59.1",
"cheerio": "^1.2.0"
}
}