mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-06 00:38:21 +00:00
Bumps [electron](https://github.com/electron/electron) from 32.0.1 to 32.0.2. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v32.0.1...v32.0.2) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
929 B
JSON
33 lines
929 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",
|
|
"publishConfig": {
|
|
"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)\""
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "1.42.1",
|
|
"electron": "29.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.47.0",
|
|
"@types/node": "^20",
|
|
"electron": "32.0.2",
|
|
"typescript": "^5.5.4",
|
|
"vitest": "^2.0.5"
|
|
}
|
|
}
|