Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 9171fdb

Browse files
committed
build(deps-dev): use the same version of Playwright and Playwright Test
1 parent d80c417 commit 9171fdb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/jest": "^27.0.2",
5252
"generate-export-aliases": "^1.1.0",
5353
"husky": "^7.0.2",
54-
"playwright": "^1.11.0",
54+
"playwright": "^1.15.1",
5555
"rollup": "^2.58.0",
5656
"setimmediate": "^1.0.5",
5757
"typescript": "^4.4.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5427,10 +5427,10 @@ pkg-up@^2.0.0:
54275427
dependencies:
54285428
find-up "^2.1.0"
54295429

5430-
playwright@^1.11.0:
5431-
version "1.12.3"
5432-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.12.3.tgz#113afa2cba10fb56e9a5b307377343e32a155a99"
5433-
integrity sha512-eyhHvZV7dMAUltqjQsgJ9CjZM8dznzN1+rcfCI6W6lfQ7IlPvTFGLuKOCcI4ETbjfbxqaS5FKIkb1WDDzq2Nww==
5430+
playwright@^1.15.1:
5431+
version "1.15.1"
5432+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.15.1.tgz#f53dae5fbbe9c7b1eca06e2638af8196e0deec96"
5433+
integrity sha512-MQaKii1mhfoZF0+HXE4h5s2CwZNJmcASlmI097yosoZ9Fo5RW9RkLN5VMCbSw9xTyoqo6vdE6Df0OFpupYjBow==
54345434
dependencies:
54355435
commander "^6.1.0"
54365436
debug "^4.1.1"

0 commit comments

Comments
 (0)