From 9be6febcda811273ad93dbb3c3fea3fc51eec1f3 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Fri, 17 Jan 2025 19:46:03 +0100 Subject: [PATCH] chore: upgrade playwright --- package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index e1892d4dc..752e8763f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "cleanup": "rm -rf node_modules && rm -rf **/node_modules && rm -rf **/**/node_modules" }, "devDependencies": { - "@playwright/test": "^1.42.1", + "@playwright/test": "^1.49.1", "@types/node": "catalog:", "@typescript-eslint/eslint-plugin": "catalog:", "@typescript-eslint/parser": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ca2e4bf7..c223acb3a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: .: devDependencies: '@playwright/test': - specifier: ^1.42.1 - version: 1.42.1 + specifier: ^1.49.1 + version: 1.49.1 '@types/node': specifier: 'catalog:' version: 20.14.10 @@ -1680,9 +1680,9 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@playwright/test@1.42.1': - resolution: {integrity: sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==} - engines: {node: '>=16'} + '@playwright/test@1.49.1': + resolution: {integrity: sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==} + engines: {node: '>=18'} hasBin: true '@popperjs/core@2.11.8': @@ -4196,14 +4196,14 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - playwright-core@1.42.1: - resolution: {integrity: sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==} - engines: {node: '>=16'} + playwright-core@1.49.1: + resolution: {integrity: sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==} + engines: {node: '>=18'} hasBin: true - playwright@1.42.1: - resolution: {integrity: sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==} - engines: {node: '>=16'} + playwright@1.49.1: + resolution: {integrity: sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==} + engines: {node: '>=18'} hasBin: true plist@3.1.0: @@ -6597,9 +6597,9 @@ snapshots: '@pkgr/core@0.1.1': {} - '@playwright/test@1.42.1': + '@playwright/test@1.49.1': dependencies: - playwright: 1.42.1 + playwright: 1.49.1 '@popperjs/core@2.11.8': {} @@ -9494,11 +9494,11 @@ snapshots: picomatch@2.3.1: {} - playwright-core@1.42.1: {} + playwright-core@1.49.1: {} - playwright@1.42.1: + playwright@1.49.1: dependencies: - playwright-core: 1.42.1 + playwright-core: 1.49.1 optionalDependencies: fsevents: 2.3.2