Skip to content

Commit

Permalink
chore(deps): update playwright (#4988)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Jan 17, 2024
1 parent 3981435 commit 7d9f673
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 51 deletions.
4 changes: 2 additions & 2 deletions examples/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"test:ui": "vite build && vitest --ui"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@playwright/test": "^1.41.0",
"@vitest/ui": "latest",
"playwright": "^1.39.0",
"playwright": "^1.41.0",
"vite": "latest",
"vitest": "latest"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"@vitest/ws-client": "workspace:*",
"@wdio/protocols": "^8.22.0",
"periscopic": "^4.0.2",
"playwright": "^1.40.1",
"playwright-core": "^1.40.1",
"playwright": "^1.41.0",
"playwright-core": "^1.41.0",
"safaridriver": "^0.1.2",
"vitest": "workspace:*",
"webdriverio": "^8.22.1"
Expand Down
Loading

0 comments on commit 7d9f673

Please sign in to comment.