Skip to content

Commit 9a342f5

Browse files
authored
Update playwright-chromium to version 1.25.0
1 parent 4de7d87 commit 9a342f5

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"cross-env": "^7.0.3",
5050
"fs-extra": "^10.1.0",
51-
"playwright-chromium": "^1.23.1",
51+
"playwright-chromium": "^1.25.0",
5252
"wds": "^0.12.0"
5353
}
5454
}

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6064,18 +6064,23 @@ pkg-dir@^5.0.0:
60646064
dependencies:
60656065
find-up "^5.0.0"
60666066

6067-
playwright-chromium@^1.23.1:
6068-
version "1.23.1"
6069-
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.23.1.tgz#4ba218677d6838a5b96bf37aaec2de12c7c19da2"
6070-
integrity sha512-Cx9VkJBFPxSim7qz571aDXU+oXmqYJW2W+Po6eiq2vi/abkH87BtxM/E0tsFJavFMB8ZpBWX1Z+77LctZv3V5w==
6067+
playwright-chromium@^1.25.0:
6068+
version "1.25.0"
6069+
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.25.0.tgz#e1f1ead715e93e4eb01620ace9ea93d8e21329f5"
6070+
integrity sha512-FH9ho3noAWVStCJx4XW78+D8QW0A99WDp53DDkYeVdEpJqCmAIKHCSE6dl5XtaDKrZPYC1ZG5hGXQh1K5H/p+g==
60716071
dependencies:
6072-
playwright-core "1.23.1"
6072+
playwright-core "1.25.0"
60736073

60746074
60756075
version "1.23.1"
60766076
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.23.1.tgz#af02bd7568af1017e477433b1b003ba84e1eb312"
60776077
integrity sha512-9CXsE0gawph4KXl6oUaa0ehHRySZjHvly4TybcBXDvzK3N3o6L/eZ8Q6iVWUiMn0LLS5bRFxo1qEtOETlYJxjw==
60786078

6079+
6080+
version "1.25.0"
6081+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.0.tgz#54dc867c6c2cc5e4233905e249206a02914d14f1"
6082+
integrity sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==
6083+
60796084
playwright-core@>=1.2.0:
60806085
version "1.24.1"
60816086
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.24.1.tgz#032eefaa8f674a4253a6c35a86787f2cbfcd8829"

0 commit comments

Comments
 (0)