Skip to content

Commit d4a02ff

Browse files
authored
🆙 playwright even more (microsoft#161374)
1 parent 0bc9f9b commit d4a02ff

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"devDependencies": {
100100
"7zip": "0.0.6",
101-
"@playwright/test": "1.25.2",
101+
"@playwright/test": "1.26.0",
102102
"@swc/cli": "0.1.57",
103103
"@swc/core": "1.2.245",
104104
"@types/cookie": "^0.3.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -637,13 +637,13 @@
637637
node-addon-api "^3.2.1"
638638
node-gyp-build "^4.3.0"
639639

640-
"@playwright/test@1.25.2":
641-
version "1.25.2"
642-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.25.2.tgz#e726cf4844f096315c3954fdb3abf295cede43ba"
643-
integrity sha512-6qPznIR4Fw02OMbqXUPMG6bFFg1hDVNEdihKy0t9K0dmRbus1DyP5Q5XFQhGwEHQkLG5hrSfBuu9CW/foqhQHQ==
640+
"@playwright/test@1.26.0":
641+
version "1.26.0"
642+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.26.0.tgz#d0c4a7ffaa7df5b4a63e0d8dea133fdb1d6c5aef"
643+
integrity sha512-D24pu1k/gQw3Lhbpc38G5bXlBjGDrH5A52MsrH12wz6ohGDeQ+aZg/JFSEsT/B3G8zlJe/EU4EkJK74hpqsjEg==
644644
dependencies:
645645
"@types/node" "*"
646-
playwright-core "1.25.2"
646+
playwright-core "1.26.0"
647647

648648
"@sindresorhus/is@^0.14.0":
649649
version "0.14.0"
@@ -8464,10 +8464,10 @@ [email protected]:
84648464
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.23.4.tgz#e8a45e549faf6bfad24a0e9998e451979514d41e"
84658465
integrity sha512-h5V2yw7d8xIwotjyNrkLF13nV9RiiZLHdXeHo+nVJIYGVlZ8U2qV0pMxNJKNTvfQVT0N8/A4CW6/4EW2cOcTiA==
84668466

8467-
playwright-core@1.25.2:
8468-
version "1.25.2"
8469-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.2.tgz#ea4baa398a4d45fcdfe48799482b599e3d0f033f"
8470-
integrity sha512-0yTbUE9lIddkEpLHL3u8PoCL+pWiZtj5A/j3U7YoNjcmKKDGBnCrgHJMzwd2J5vy6l28q4ki3JIuz7McLHhl1A==
8467+
playwright-core@1.26.0:
8468+
version "1.26.0"
8469+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.26.0.tgz#850228f0638d410a5cdd69800d552f60e4d295cd"
8470+
integrity sha512-p8huU8eU4gD3VkJd3DA1nA7R3XA6rFvFL+1RYS96cSljCF2yJE9CWEHTPF4LqX8KN9MoWCrAfVKP5381X3CZqg==
84718471

84728472
playwright@^1.23.1:
84738473
version "1.23.4"

0 commit comments

Comments
 (0)