Skip to content

Commit 3f2cbc9

Browse files
chore: bump @playwright/test from 1.23.2 to 1.24.1 in /site (#3203)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.23.2 to 1.24.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.23.2...v1.24.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a3baff commit 3f2cbc9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"yup": "0.32.11"
6262
},
6363
"devDependencies": {
64-
"@playwright/test": "1.23.2",
64+
"@playwright/test": "1.24.1",
6565
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
6666
"@storybook/addon-actions": "6.5.9",
6767
"@storybook/addon-essentials": "6.4.22",

site/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1749,13 +1749,13 @@
17491749
tiny-glob "^0.2.9"
17501750
tslib "^2.4.0"
17511751

1752-
"@playwright/test@1.23.2":
1753-
version "1.23.2"
1754-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.23.2.tgz#6af9e77bafcfe6dd17c23a44b40f793db5245d74"
1755-
integrity sha512-umaEAIwQGfbezixg3raSOraqbQGSqZP988sOaMdpA2wj3Dr6ykOscrMukyK3U6edxhpS0N8kguAFZoHwCEfTig==
1752+
"@playwright/test@1.24.1":
1753+
version "1.24.1"
1754+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.24.1.tgz#b70f5cd0909530e17c7610918b45f4af156f16c4"
1755+
integrity sha512-VJ9qekMis7Oze2Q/Vb+w1g2aPaJFRdl5vhTS6h82kG89Jb8trlU2WHY7oYzNRjvFPoVUMcWXiblH2bWcbEax/A==
17561756
dependencies:
17571757
"@types/node" "*"
1758-
playwright-core "1.23.2"
1758+
playwright-core "1.24.1"
17591759

17601760
"@pmmmwh/react-refresh-webpack-plugin@0.5.7", "@pmmmwh/react-refresh-webpack-plugin@^0.5.1":
17611761
version "0.5.7"
@@ -10942,10 +10942,10 @@ pkg-dir@^5.0.0:
1094210942
dependencies:
1094310943
find-up "^5.0.0"
1094410944

10945-
playwright-core@1.23.2:
10946-
version "1.23.2"
10947-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.23.2.tgz#ddc15b3251e42ee0eed82a96ece3f7b2641d75a4"
10948-
integrity sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ==
10945+
playwright-core@1.24.1:
10946+
version "1.24.1"
10947+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.24.1.tgz#032eefaa8f674a4253a6c35a86787f2cbfcd8829"
10948+
integrity sha512-1RoSDe/oTQS1Ct7Pb8i+vcFKbKYpmVIBXk0IUiD8RvCUMnNl7EJF1OSQ9E8TZ5RYamWkW2Psir9e8Doyz1FnhQ==
1094910949

1095010950
pnp-webpack-plugin@1.6.4:
1095110951
version "1.6.4"

0 commit comments

Comments
 (0)