Skip to content

Commit 5ba4af6

Browse files
Update dependency playwright to ^1.36.0
1 parent 0aab01e commit 5ba4af6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "bff tests.js"
1414
},
1515
"dependencies": {
16-
"playwright": "^1.14.1"
16+
"playwright": "^1.36.0"
1717
},
1818
"devDependencies": {
1919
"@changesets/cli": "^2.17.0",

yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -3537,6 +3537,11 @@ pkg-dir@^4.2.0:
35373537
dependencies:
35383538
find-up "^4.0.0"
35393539

3540+
3541+
version "1.36.0"
3542+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.36.0.tgz#35d1ed5f364a31e58bc8f06688ab02d538b96eb6"
3543+
integrity sha512-7RTr8P6YJPAqB+8j5ATGHqD6LvLLM39sYVNsslh78g8QeLcBs5750c6+msjrHUwwGt+kEbczBj1XB22WMwn+WA==
3544+
35403545
playwright@^1.14.1:
35413546
version "1.14.1"
35423547
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.1.tgz#73913d3044a85a58edf13148245279231072532e"
@@ -3557,6 +3562,13 @@ playwright@^1.14.1:
35573562
ws "^7.4.6"
35583563
yazl "^2.5.1"
35593564

3565+
playwright@^1.36.0:
3566+
version "1.36.0"
3567+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.36.0.tgz#a698db3bb5f8ab4aa0120575c859d836d9be54f1"
3568+
integrity sha512-ODVOTp5WoRMxDJY3liMmC+wVNicc0cQB17gASvQ+zLBggVK9a2x3gdT5mbl7av+zomvtdirWOqqfD+O6qIrFgw==
3569+
dependencies:
3570+
playwright-core "1.36.0"
3571+
35603572
pngjs@^5.0.0:
35613573
version "5.0.0"
35623574
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-5.0.0.tgz#e79dd2b215767fd9c04561c01236df960bce7fbb"

0 commit comments

Comments
 (0)