podman-desktop/tests/playwright/package.json
dependabot[bot] 36201ec8b4 chore(deps-dev): bump electron from 35.1.4 to 35.1.5
Bumps [electron](https://github.com/electron/electron) from 35.1.4 to 35.1.5.
- [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/v35.1.4...v35.1.5)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 35.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 20:44:41 +02:00

25 lines
825 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)\""
},
"devDependencies": {
"@playwright/test": "1.51.1",
"@types/node": "^22",
"electron": "35.1.5",
"typescript": "^5.8.3",
"vitest": "^3.1.1"
}
}