From 46d2e95e98f04a311c2899df47b82ade1c81b8ec Mon Sep 17 00:00:00 2001 From: sand4rt Date: Fri, 6 Sep 2024 19:19:27 +0200 Subject: [PATCH] chore: bump playwright to v1.47.0 --- playwright-ct-web/package.json | 4 ++-- pnpm-lock.yaml | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/playwright-ct-web/package.json b/playwright-ct-web/package.json index 9841e09..c02bca7 100644 --- a/playwright-ct-web/package.json +++ b/playwright-ct-web/package.json @@ -1,6 +1,6 @@ { "name": "@sand4rt/experimental-ct-web", - "version": "1.46.1", + "version": "1.47.0", "description": "Playwright Component Testing for Web Components", "homepage": "https://playwright.dev", "repository": { @@ -44,7 +44,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@playwright/experimental-ct-core": "1.46.1" + "@playwright/experimental-ct-core": "1.47.0" }, "bin": { "playwright": "cli.js" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a05a35a..d394373 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: playwright-ct-web: dependencies: '@playwright/experimental-ct-core': - specifier: 1.46.1 - version: 1.46.1 + specifier: 1.47.0 + version: 1.47.0 packages: @@ -320,8 +320,8 @@ packages: '@lit/reactive-element@1.6.2': resolution: {integrity: sha512-rDfl+QnCYjuIGf5xI2sVJWdYIi56CTCwWa+nidKYX6oIuBYwUbT/vX4qbUDlHiZKJ/3FRNQ/tWJui44p6/stSA==} - '@playwright/experimental-ct-core@1.46.1': - resolution: {integrity: sha512-vmRVmrQZ8mEHCbyrSB/l4hPcz95DCgFY7lCr8jKaY+dresap5WzxgHs2l2c/mNjiS5rFR6BnxKvqhCt0BBIKeA==} + '@playwright/experimental-ct-core@1.47.0': + resolution: {integrity: sha512-IgZBGLREGUqTEXwb8Kh0vEG+/CHHf7EtpivAVoaO8cPzEfZU0LMlyjBaQk0ry5LDD65BZ9DwhTfMYMekAqWXMg==} engines: {node: '>=18'} '@rollup/rollup-android-arm-eabi@4.17.2': @@ -452,13 +452,13 @@ packages: picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - playwright-core@1.46.1: - resolution: {integrity: sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==} + playwright-core@1.47.0: + resolution: {integrity: sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==} engines: {node: '>=18'} hasBin: true - playwright@1.46.1: - resolution: {integrity: sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==} + playwright@1.47.0: + resolution: {integrity: sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==} engines: {node: '>=18'} hasBin: true @@ -692,10 +692,10 @@ snapshots: dependencies: '@lit-labs/ssr-dom-shim': 1.1.1 - '@playwright/experimental-ct-core@1.46.1': + '@playwright/experimental-ct-core@1.47.0': dependencies: - playwright: 1.46.1 - playwright-core: 1.46.1 + playwright: 1.47.0 + playwright-core: 1.47.0 vite: 5.2.11 transitivePeerDependencies: - '@types/node' @@ -837,11 +837,11 @@ snapshots: picocolors@1.0.0: {} - playwright-core@1.46.1: {} + playwright-core@1.47.0: {} - playwright@1.46.1: + playwright@1.47.0: dependencies: - playwright-core: 1.46.1 + playwright-core: 1.47.0 optionalDependencies: fsevents: 2.3.2