diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2e00c88f..aec2fb2d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -263,8 +263,8 @@ importers: specifier: ^1.48.0 version: 1.48.0 '@podman-desktop/tests-playwright': - specifier: 1.12.0 - version: 1.12.0(@playwright/test@1.48.0)(electron@32.2.0) + specifier: 1.13.2 + version: 1.13.2 '@types/node': specifier: ^20 version: 20.16.5 @@ -1249,11 +1249,8 @@ packages: '@podman-desktop/api@1.13.0-202409181313-78725a6565': resolution: {integrity: sha512-tsgjYU8bXAO9QlED6J+aUPOYXA1Nw1no6CsTTkFaZKVmL3B+jQwNxPJcVAHTz9anmqwITiEtQDpopVMg2s2buQ==} - '@podman-desktop/tests-playwright@1.12.0': - resolution: {integrity: sha512-Q+uE3iZBCAKqDB3uZnFItcvsd3qwepHfnHtJnijWG7ZZKBW5frf/C1Ua93looJ/795vKVsl2aaIO3oV5mJh8sg==} - peerDependencies: - '@playwright/test': 1.42.1 - electron: 29.1.4 + '@podman-desktop/tests-playwright@1.13.2': + resolution: {integrity: sha512-EVcSqnoWh6SxmGhnev4zJPfWMXVDLvUarPMvjetW5RcSEP6S0wHnMl2htzeJqMbOGe/CNpBXWsFszIPDtPYMhQ==} '@podman-desktop/ui-svelte@1.12.0': resolution: {integrity: sha512-74h5BZmSWwcp+eGd+HGe4za52WAt/uPbooZeopzvInKv0C1Kqh8SyC2R9yvzWboljqNq2K65g7mj2cjXF61qGw==} @@ -5890,10 +5887,7 @@ snapshots: '@podman-desktop/api@1.13.0-202409181313-78725a6565': {} - '@podman-desktop/tests-playwright@1.12.0(@playwright/test@1.48.0)(electron@32.2.0)': - dependencies: - '@playwright/test': 1.48.0 - electron: 32.2.0 + '@podman-desktop/tests-playwright@1.13.2': {} '@podman-desktop/ui-svelte@1.12.0(svelte-fa@4.0.3(svelte@5.0.0-next.264))(svelte@5.0.0-next.264)': dependencies: diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 0d88e2259..a19380cff 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "devDependencies": { "@playwright/test": "^1.48.0", - "@podman-desktop/tests-playwright": "1.12.0", + "@podman-desktop/tests-playwright": "1.13.2", "@types/node": "^20", "electron": "^32.2.0", "typescript": "^5.6.3",