Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Bump playwright from 1.8.1 to 1.9.0 in /e2e
Browse files Browse the repository at this point in the history
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.8.1...v1.9.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jeluard committed Feb 24, 2021
1 parent 3aa9462 commit 92fe10e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ava/typescript": "1.1.1",
"@types/node": "14.14.31",
"ava": "3.15.0",
"playwright": "1.8.1",
"playwright": "1.9.0",
"ts-node": "9.1.1",
"typescript": "4.1.5"
}
Expand Down
9 changes: 5 additions & 4 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1533,10 +1533,10 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright@1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.8.1.tgz#0a26035d1b5f2c31d9a4da09d649b4992f989d1e"
integrity sha512-nmuiDEDwB/SdAxiZQS5pLqPS3XXN8OJ1LKvTSiAbJvu+AUf7f0RD7nuq9xB0C08Emd6stx9yBMhANvD12k/+GQ==
playwright@1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.9.0.tgz#7876f005b7be08419b03f14a1d9c1504e0db6d37"
integrity sha512-vCVPCj6toZweLW2wz9g92FpsmKoLljz6ql1MeqBcVDgOh5yVR/rFdFQ6T+Ed1sqkssaissfSeZMNmTodQCsK3Q==
dependencies:
commander "^6.1.0"
debug "^4.1.1"
Expand All @@ -1549,6 +1549,7 @@ [email protected]:
proper-lockfile "^4.1.1"
proxy-from-env "^1.1.0"
rimraf "^3.0.2"
stack-utils "^2.0.3"
ws "^7.3.1"

plur@^4.0.0:
Expand Down

0 comments on commit 92fe10e

Please sign in to comment.