mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.54.1 to 1.54.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.54.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.54.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
933 B
JSON
31 lines
933 B
JSON
{
|
|
"name": "@podman-desktop/tests-playwright",
|
|
"version": "1.9.0-next",
|
|
"description": "Playwright-based testing libraries for Podman Desktop and its extensions",
|
|
"type": "module",
|
|
"repository": "https://github.com/podman-desktop/podman-desktop",
|
|
"publishConfig": {
|
|
"provenance": true,
|
|
"access": "public"
|
|
},
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"!dist/specs/*",
|
|
"!dist/setupFiles/extended-hooks.*"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"package": "npm run build && npm link && npm pack",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"publish:next": "pnpm publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.54.2",
|
|
"@types/node": "^22",
|
|
"electron": "37.2.5",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|