Skip to content

Commit

Permalink
add @playwright/browser-chromium as dependency (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Sep 29, 2023
1 parent 5568782 commit 86682ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"koa-static": "^5.0.0",
"minimist": "^1.2.8",
"playwright": "^1.38.1",
"@playwright/browser-chromium": "^1.38.1",
"vscode-uri": "^3.0.7",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@playwright/browser-chromium@^1.38.1":
version "1.38.1"
resolved "https://registry.yarnpkg.com/@playwright/browser-chromium/-/browser-chromium-1.38.1.tgz#daf0ed3f7a8f9ad6ca731c73be3682b7cce8d5ff"
integrity sha512-HRhcBGtk1XaGAQjOben/04PNHxWAY3DBHT97egraR5lx5SQSLOREIiYu/j7WlvQBz4QJP+XL2JsvoxFBJfXmAw==
dependencies:
playwright-core "1.38.1"

"@types/accepts@*":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@types/accepts/-/accepts-1.3.5.tgz#c34bec115cfc746e04fe5a059df4ce7e7b391575"
Expand Down

0 comments on commit 86682ed

Please sign in to comment.