mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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.0 to 4.1.1 - [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.1.1/packages/core) Updates `@argos-ci/playwright` from 6.4.1 to 6.4.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.4.2/packages/playwright) --- updated-dependencies: - dependency-name: "@argos-ci/cli" dependency-version: 4.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: argosci - dependency-name: "@argos-ci/playwright" dependency-version: 6.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: argosci ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
338 B
JSON
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.1",
|
|
"@argos-ci/playwright": "^6.4.2",
|
|
"@playwright/test": "1.58.2",
|
|
"cheerio": "^1.2.0"
|
|
}
|
|
}
|