Skip to content

Commit

Permalink
chore(deps): update webdriverio 8.32.2 to fix chrome download issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Feb 20, 2024
1 parent 5c4f8f5 commit 09c1c76
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 42 deletions.
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jsdom": "latest",
"vite": "latest",
"vitest": "latest",
"webdriverio": "^8.31.1"
"webdriverio": "^8.32.2"
},
"stackblitz": {
"startCommand": "npm run test:ui"
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"playwright-core": "^1.41.0",
"safaridriver": "^0.1.2",
"vitest": "workspace:*",
"webdriverio": "^8.31.1"
"webdriverio": "^8.32.2"
}
}
82 changes: 43 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"playwright": "^1.41.0",
"url": "^0.11.3",
"vitest": "workspace:*",
"webdriverio": "^8.31.1"
"webdriverio": "^8.32.2"
}
}

0 comments on commit 09c1c76

Please sign in to comment.