Skip to content

Commit 51bd5b2

Browse files
committed
build(deps-dev): specify latest version of Playwright for development
1 parent 961ad55 commit 51bd5b2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"generate-export-aliases": "^1.1.0",
5757
"husky": "^4.3.8",
5858
"jest": "^25.1.0",
59-
"playwright": "^1.9.1",
59+
"playwright": "^1.11.0",
6060
"rollup": "^2.0.3",
6161
"ts-jest": "^25.2.1",
6262
"typescript": "^3.9.6"

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6649,10 +6649,10 @@ pkg-dir@^5.0.0:
66496649
dependencies:
66506650
find-up "^5.0.0"
66516651

6652-
playwright@^1.9.1:
6653-
version "1.9.1"
6654-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.9.1.tgz#b4db35f69076b2dc91e347e58d81f2f391d1ed49"
6655-
integrity sha512-bZXnks4UGJZoqja6TqVEUG0IQ2liqYFcO1R4lT43aO4oDVTQtawEJjS+EqLYsAuniRFWVE87Cemus4fRQbyXMg==
6652+
playwright@^1.11.0:
6653+
version "1.11.0"
6654+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.11.0.tgz#0796cf08f4756e8187e01c705315d8e1fb48e25f"
6655+
integrity sha512-s3FQBRpu/pW/vZ/lFYhG/Q3WBUbT2rvMgrgy1PHDA7QtPN910C2rj9Ovd6A/m8yxuLnltd/OKqvlAGevWISHKw==
66566656
dependencies:
66576657
commander "^6.1.0"
66586658
debug "^4.1.1"
@@ -6667,6 +6667,7 @@ playwright@^1.9.1:
66676667
rimraf "^3.0.2"
66686668
stack-utils "^2.0.3"
66696669
ws "^7.3.1"
6670+
yazl "^2.5.1"
66706671

66716672
please-upgrade-node@^3.2.0:
66726673
version "3.2.0"
@@ -8589,6 +8590,13 @@ yauzl@^2.10.0:
85898590
buffer-crc32 "~0.2.3"
85908591
fd-slicer "~1.1.0"
85918592

8593+
yazl@^2.5.1:
8594+
version "2.5.1"
8595+
resolved "https://registry.yarnpkg.com/yazl/-/yazl-2.5.1.tgz#a3d65d3dd659a5b0937850e8609f22fffa2b5c35"
8596+
integrity sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==
8597+
dependencies:
8598+
buffer-crc32 "~0.2.3"
8599+
85928600
yocto-queue@^0.1.0:
85938601
version "0.1.0"
85948602
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"

0 commit comments

Comments
 (0)