Skip to content

Commit

Permalink
chore: bump playwright to 1.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed May 8, 2024
1 parent cc4991e commit bda6954
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm build

- name: Install Playwright Browsers
run: pnpm dlx [email protected].0 install --with-deps
run: pnpm dlx [email protected].1 install --with-deps

- name: Run Playwright tests
run: pnpm test
Expand Down
2 changes: 1 addition & 1 deletion ct-web-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@sand4rt/experimental-ct-web": "workspace:*",
"@playwright/test": "^1.42.0",
"@playwright/test": "^1.42.1",
"typescript": "^5.1.3",
"vite": "^4.4.7"
}
Expand Down
2 changes: 1 addition & 1 deletion ct-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@sand4rt/experimental-ct-web": "workspace:*",
"@playwright/test": "^1.42.0",
"@playwright/test": "^1.42.1",
"typescript": "^5.1.3",
"vite": "^4.4.7"
}
Expand Down
8 changes: 4 additions & 4 deletions playwright-ct-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sand4rt/experimental-ct-web",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright Component Testing for Web Components",
"homepage": "https://playwright.dev",
"repository": {
Expand Down Expand Up @@ -43,13 +43,13 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.42.0"
"@playwright/experimental-ct-core": "1.42.1"
},
"devDependencies": {
"@playwright/test": "1.42.0"
"@playwright/test": "1.42.1"
},
"peerDependencies": {
"@playwright/test": ">=1.42.0"
"@playwright/test": ">=1.42.1"
},
"bin": {
"playwright": "cli.js"
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

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

0 comments on commit bda6954

Please sign in to comment.