Skip to content

Commit 081d43e

Browse files
chore: bump @playwright/test from 1.20.1 to 1.20.2 in /site (#838)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.20.1 to 1.20.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccba2ba commit 081d43e

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
@@ -40,7 +40,7 @@
4040
"yup": "0.32.11"
4141
},
4242
"devDependencies": {
43-
"@playwright/test": "1.20.1",
43+
"@playwright/test": "1.20.2",
4444
"@pmmmwh/react-refresh-webpack-plugin": "0.5.4",
4545
"@react-theming/storybook-addon": "1.1.5",
4646
"@storybook/addon-actions": "6.4.19",

site/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1724,10 +1724,10 @@
17241724
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
17251725
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==
17261726

1727-
"@playwright/test@1.20.1":
1728-
version "1.20.1"
1729-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.20.1.tgz#6c0891271ec267fd513afdb7c6b6466cabed594c"
1730-
integrity sha512-muk3KZXfA7sXTwUEXfL3m4tusj/MBGYjxIFmooi+F2Pf6hKjjVl4+8niy77Xujk4jpL7hZbbqq9v5bRl2m+C8Q==
1727+
"@playwright/test@1.20.2":
1728+
version "1.20.2"
1729+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.20.2.tgz#0da1f24bf12d5a7249fa771a5344b76170f62653"
1730+
integrity sha512-unkLa+xe/lP7MVC0qpgadc9iSG1+LEyGBzlXhGS/vLGAJaSFs8DNfI89hNd5shHjWfNzb34JgPVnkRKCSNo5iw==
17311731
dependencies:
17321732
"@babel/code-frame" "7.16.7"
17331733
"@babel/core" "7.16.12"
@@ -1758,7 +1758,7 @@
17581758
ms "2.1.3"
17591759
open "8.4.0"
17601760
pirates "4.0.4"
1761-
playwright-core "1.20.1"
1761+
playwright-core "1.20.2"
17621762
rimraf "3.0.2"
17631763
source-map-support "0.4.18"
17641764
stack-utils "2.0.5"
@@ -11246,10 +11246,10 @@ pkg-dir@^5.0.0:
1124611246
dependencies:
1124711247
find-up "^5.0.0"
1124811248

11249-
playwright-core@1.20.1:
11250-
version "1.20.1"
11251-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.20.1.tgz#2d892964dd3ddc93f6e185be4b59621f3a339d4c"
11252-
integrity sha512-A8ZsZ09gaSbxP0UijoLyzp3LJc0kWMxDooLPi+mm4/5iYnTbd6PF5nKjoFw1a7KwjZIEgdhJduah4BcUIh+IPA==
11249+
playwright-core@1.20.2:
11250+
version "1.20.2"
11251+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.20.2.tgz#02336afd9a631d59a666f11f3492550201c6c31b"
11252+
integrity sha512-iV6+HftSPalynkq0CYJala1vaTOq7+gU9BRfKCdM9bAxNq/lFLrwbluug2Wt5OoUwbMABcnTThIEm3/qUhCdJQ==
1125311253
dependencies:
1125411254
colors "1.4.0"
1125511255
commander "8.3.0"

0 commit comments

Comments
 (0)