Skip to content

Commit e113259

Browse files
authored
chore: bump playwright to 1.44.0 (#42)
1 parent 251bfb0 commit e113259

File tree

5 files changed

+31
-32
lines changed

5 files changed

+31
-32
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm build
2727

2828
- name: Install Playwright Browsers
29-
run: pnpm dlx playwright@1.43.1 install --with-deps
29+
run: pnpm dlx playwright install --with-deps
3030

3131
- name: Run Playwright tests
3232
run: pnpm test

Diff for: ct-web-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@sand4rt/experimental-ct-web": "workspace:*",
17-
"@playwright/test": "^1.43.1",
17+
"@playwright/test": "^1.44.0",
1818
"typescript": "^5.1.3",
1919
"vite": "^4.4.7"
2020
}

Diff for: ct-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@sand4rt/experimental-ct-web": "workspace:*",
14-
"@playwright/test": "^1.43.1",
14+
"@playwright/test": "^1.44.0",
1515
"typescript": "^5.1.3",
1616
"vite": "^4.4.7"
1717
}

Diff for: playwright-ct-web/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sand4rt/experimental-ct-web",
3-
"version": "1.43.1",
3+
"version": "1.44.0",
44
"description": "Playwright Component Testing for Web Components",
55
"homepage": "https://playwright.dev",
66
"repository": {
@@ -43,13 +43,13 @@
4343
}
4444
},
4545
"dependencies": {
46-
"@playwright/experimental-ct-core": "1.43.1"
46+
"@playwright/experimental-ct-core": "1.44.0"
4747
},
4848
"devDependencies": {
49-
"@playwright/test": "1.43.1"
49+
"@playwright/test": "1.44.0"
5050
},
5151
"peerDependencies": {
52-
"@playwright/test": ">=1.43.1"
52+
"@playwright/test": ">=1.44.0"
5353
},
5454
"bin": {
5555
"playwright": "cli.js"

Diff for: pnpm-lock.yaml

+24-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)