Skip to content

Commit

Permalink
chore: add dependencies for download browsers (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
chen201724 authored Sep 21, 2023
1 parent b144be0 commit 8b9ca32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-playwright",
"version": "1.10.2",
"version": "1.11.0",
"description": "Macaca Playwright driver",
"keywords": [
"playwright",
Expand All @@ -15,11 +15,14 @@
"url": "https://github.com/macacajs/macaca-playwright"
},
"dependencies": {
"@playwright/browser-chromium": "^1.38.0",
"@playwright/browser-firefox": "^1.38.0",
"@playwright/browser-webkit": "^1.38.0",
"driver-base": "^0.1.4",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"playwright": "1.35.1",
"playwright": "^1.38.0",
"selenium-atoms": "^1.0.4",
"webdriver-dfn-error-code": "^1.0.4",
"xlogger": "^1.0.6"
Expand Down

0 comments on commit 8b9ca32

Please sign in to comment.