From 4c36899ce9026abc28dd82cf1c4d1e9f74503e38 Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:16:07 +0200 Subject: [PATCH] Update playwright to latest --- .circleci/config.yml | 2 +- package.json | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 060c536d17d..e7bf697a749 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,7 +132,7 @@ jobs: <<: *defaults resource_class: 'large' docker: - - image: mcr.microsoft.com/playwright:v1.32.2-focal + - image: mcr.microsoft.com/playwright:v1.32.3-focal environment: NODE_ENV: test - image: kennethreitz/httpbin:latest diff --git a/package.json b/package.json index 743d443108c..7538455eb4f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "devDependencies": { "@mui/monorepo": "https://github.com/mui/material-ui.git", "@next/eslint-plugin-next": "13.3.0", - "@playwright/test": "^1.32.2", + "@playwright/test": "^1.32.3", "@swc/helpers": "^0.5.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", diff --git a/yarn.lock b/yarn.lock index 8a0e8587fb7..f55ef1940da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2070,13 +2070,13 @@ tiny-glob "^0.2.9" tslib "^2.4.0" -"@playwright/test@^1.32.2": - version "1.32.2" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.2.tgz#3cbd76b3f94d0f7f50bf054dbd02e504e85e3865" - integrity sha512-nhaTSDpEdTTttdkDE8Z6K3icuG1DVRxrl98Qq0Lfc63SS9a2sjc9+x8ezysh7MzCKz6Y+nArml3/mmt+gqRmQQ== +"@playwright/test@^1.32.3": + version "1.32.3" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.32.3.tgz#75be8346d4ef289896835e1d2a86fdbe3d9be92a" + integrity sha512-BvWNvK0RfBriindxhLVabi8BRe3X0J9EVjKlcmhxjg4giWBD/xleLcg2dz7Tx0agu28rczjNIPQWznwzDwVsZQ== dependencies: "@types/node" "*" - playwright-core "1.32.2" + playwright-core "1.32.3" optionalDependencies: fsevents "2.3.2" @@ -10310,10 +10310,10 @@ pkg-up@^3.1.0: dependencies: find-up "^3.0.0" -playwright-core@1.32.2: - version "1.32.2" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.2.tgz#608810c3c4486fb86a224732ac0d3560a96ded8b" - integrity sha512-zD7aonO+07kOTthsrCR3YCVnDcqSHIJpdFUtZEMOb6//1Rc7/6mZDRdw+nlzcQiQltOOsiqI3rrSyn/SlyjnJQ== +playwright-core@1.32.3: + version "1.32.3" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.3.tgz#e6dc7db0b49e9b6c0b8073c4a2d789a96f519c48" + integrity sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg== pluralize@^3.1.0: version "3.1.0"