Skip to content

Commit f0e2b7c

Browse files
authored
Update playwright to version 1.32.3
1 parent e9a3fbd commit f0e2b7c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-react": "^7.32.2",
4848
"husky": "^8.0.3",
4949
"lint-staged": ">=13.2.1",
50-
"playwright": "^1.26.0",
50+
"playwright": "^1.32.3",
5151
"prettier": "2.7.1"
5252
},
5353
"repository": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2008,17 +2008,17 @@ pidtree@^0.6.0:
20082008
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
20092009
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
20102010

2011-
playwright-core@1.26.0:
2012-
version "1.26.0"
2013-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.26.0.tgz#850228f0638d410a5cdd69800d552f60e4d295cd"
2014-
integrity sha512-p8huU8eU4gD3VkJd3DA1nA7R3XA6rFvFL+1RYS96cSljCF2yJE9CWEHTPF4LqX8KN9MoWCrAfVKP5381X3CZqg==
2011+
playwright-core@1.32.3:
2012+
version "1.32.3"
2013+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.3.tgz#e6dc7db0b49e9b6c0b8073c4a2d789a96f519c48"
2014+
integrity sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==
20152015

2016-
playwright@^1.26.0:
2017-
version "1.26.0"
2018-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.26.0.tgz#b351990ff03a7e422bf585233eb53651fc363896"
2019-
integrity sha512-XxTVlvFEYHdatxUkh1KiPq9BclNtFKMi3BgQnl/aactmhN4G9AkZUXwt0ck6NDAOrDFlfibhbM7A1kZwQJKSBw==
2016+
playwright@^1.32.3:
2017+
version "1.32.3"
2018+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.32.3.tgz#88583167880e42ca04fa8c4cc303680f4ff457d0"
2019+
integrity sha512-h/ylpgoj6l/EjkfUDyx8cdOlfzC96itPpPe8BXacFkqpw/YsuxkpPyVbzEq4jw+bAJh5FLgh31Ljg2cR6HV3uw==
20202020
dependencies:
2021-
playwright-core "1.26.0"
2021+
playwright-core "1.32.3"
20222022

20232023
20242024
version "8.4.14"

0 commit comments

Comments
 (0)