From fd173f6e29528fa900c15cbf6a07f53413e83280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 00:38:08 +0000 Subject: [PATCH] Update dependency @playwright/test to v1.38.0 --- package.json | 2 +- pnpm-lock.yaml | 27 +++++++++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index ad30b94c1..be0660eb6 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "use-delayed-render": "0.0.7" }, "devDependencies": { - "@playwright/test": "1.37.1", + "@playwright/test": "1.38.0", "@tailwindcss/typography": "0.5.10", "@testing-library/react-hooks": "8.0.1", "@types/jest": "29.5.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b17fd659a..1f902c7d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ dependencies: devDependencies: '@playwright/test': - specifier: 1.37.1 - version: 1.37.1 + specifier: 1.38.0 + version: 1.38.0 '@tailwindcss/typography': specifier: 0.5.10 version: 0.5.10(tailwindcss@3.3.3) @@ -925,15 +925,12 @@ packages: tslib: 2.5.0 dev: true - /@playwright/test@1.37.1: - resolution: {integrity: sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==} + /@playwright/test@1.38.0: + resolution: {integrity: sha512-xis/RXXsLxwThKnlIXouxmIvvT3zvQj1JE39GsNieMUrMpb3/GySHDh2j8itCG22qKVD4MYLBp7xB73cUW/UUw==} engines: {node: '>=16'} hasBin: true dependencies: - '@types/node': 18.17.15 - playwright-core: 1.37.1 - optionalDependencies: - fsevents: 2.3.2 + playwright: 1.38.0 dev: true /@prisma/client@5.3.0(prisma@5.3.0): @@ -4526,10 +4523,20 @@ packages: find-up: 4.1.0 dev: true - /playwright-core@1.37.1: - resolution: {integrity: sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==} + /playwright-core@1.38.0: + resolution: {integrity: sha512-f8z1y8J9zvmHoEhKgspmCvOExF2XdcxMW8jNRuX4vkQFrzV4MlZ55iwb5QeyiFQgOFCUolXiRHgpjSEnqvO48g==} + engines: {node: '>=16'} + hasBin: true + dev: true + + /playwright@1.38.0: + resolution: {integrity: sha512-fJGw+HO0YY+fU/F1N57DMO+TmXHTrmr905J05zwAQE9xkuwP/QLDk63rVhmyxh03dYnEhnRbsdbH9B0UVVRB3A==} engines: {node: '>=16'} hasBin: true + dependencies: + playwright-core: 1.38.0 + optionalDependencies: + fsevents: 2.3.2 dev: true /postcss-import@15.1.0(postcss@8.4.29):