Skip to content

Commit

Permalink
Update dependency playwright to ^1.15.0 (#6624)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 21, 2021
1 parent bc3df03 commit b0cba17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/admin-ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@keystone-next/keystone": "*",
"execa": "^5.1.1",
"express": "^4.17.1",
"playwright": "^1.14.1",
"playwright": "^1.15.0",
"treekill": "^1.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/examples-smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/tough-cookie": "^4.0.1",
"execa": "^5.1.1",
"node-fetch": "^2.6.3",
"playwright": "^1.14.1",
"playwright": "^1.15.0",
"tree-kill": "^1.2.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10463,10 +10463,10 @@ platform@1.3.6:
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==

playwright@^1.14.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.1.tgz#73913d3044a85a58edf13148245279231072532e"
integrity sha512-JYNjhwWcfsBkg0FMGLbFO9e58FVdmICE4k97/glIQV7cBULL7oxNjRQC7Ffe+Y70XVNnP0HSJLaA0W5SukyftQ==
playwright@^1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.15.0.tgz#c8c75287541e75317988b973a306d2f61065aefb"
integrity sha512-JtagFVjNvccP1rIixHB/4KbR+BzMTJLty6mo71YLatvJR9ZH+PX8DLlhw1KDdIH2YGMSQGf2ihh4KAp9tsklxQ==
dependencies:
commander "^6.1.0"
debug "^4.1.1"
Expand Down

0 comments on commit b0cba17

Please sign in to comment.