Skip to content

Commit

Permalink
chore: 固定playwright版本依赖以兼容低版本nodejs环境 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Nov 21, 2023
1 parent 87548ec commit d02ecd1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-playwright",
"version": "1.11.15",
"version": "1.11.16",
"description": "Macaca Playwright driver",
"keywords": [
"playwright",
Expand All @@ -15,14 +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",
"@playwright/browser-chromium": "1.39.0",
"@playwright/browser-firefox": "1.39.0",
"@playwright/browser-webkit": "1.39.0",
"driver-base": "^0.1.4",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"playwright": "^1.38.0",
"playwright": "1.39.0",
"selenium-atoms": "^1.0.4",
"webdriver-dfn-error-code": "^1.0.4",
"xlogger": "^1.0.6"
Expand Down

0 comments on commit d02ecd1

Please sign in to comment.