Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f205121

Browse files
chore: bump @playwright/test from 1.25.1 to 1.26.1 in /site (#4297)
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.1 to 1.26.1. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.25.1...v1.26.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc1536d commit f205121

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"yup": "0.32.11"
7676
},
7777
"devDependencies": {
78-
"@playwright/test": "1.25.1",
78+
"@playwright/test": "1.26.1",
7979
"@storybook/addon-actions": "6.5.9",
8080
"@storybook/addon-essentials": "6.5.12",
8181
"@storybook/addon-links": "6.5.9",

site/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,13 +1792,13 @@
17921792
tiny-glob "^0.2.9"
17931793
tslib "^2.4.0"
17941794

1795-
"@playwright/test@1.25.1":
1796-
version "1.25.1"
1797-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.25.1.tgz#9847234b6f2b0cca71962b338da7db366a1e9720"
1798-
integrity sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==
1795+
"@playwright/test@1.26.1":
1796+
version "1.26.1"
1797+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.26.1.tgz#73ada4e70f618bca69ba7509c4ba65b5a41c4b10"
1798+
integrity sha512-bNxyZASVt2adSZ9gbD7NCydzcb5JaI0OR9hc7s+nmPeH604gwp0zp17NNpwXY4c8nvuBGQQ9oGDx72LE+cUWvw==
17991799
dependencies:
18001800
"@types/node" "*"
1801-
playwright-core "1.25.1"
1801+
playwright-core "1.26.1"
18021802

18031803
"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
18041804
version "0.5.7"
@@ -11085,10 +11085,10 @@ pkg-dir@^5.0.0:
1108511085
dependencies:
1108611086
find-up "^5.0.0"
1108711087

11088-
playwright-core@1.25.1:
11089-
version "1.25.1"
11090-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.1.tgz#abe56aec8bef645fba988320d9f9328fafab0446"
11091-
integrity sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==
11088+
playwright-core@1.26.1:
11089+
version "1.26.1"
11090+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.26.1.tgz#a162f476488312dcf12638d97685144de6ada512"
11091+
integrity sha512-hzFchhhxnEiPc4qVPs9q2ZR+5eKNifY2hQDHtg1HnTTUuphYCBP8ZRb2si+B1TR7BHirgXaPi48LIye5SgrLAA==
1109211092

1109311093
pluralize@^8.0.0:
1109411094
version "8.0.0"

0 commit comments

Comments
 (0)