Skip to content

Commit 0d2752a

Browse files
authored
chore: bump playwright to 1.38.1 (#29)
1 parent 02d3155 commit 0d2752a

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

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.38.0",
17+
"@playwright/test": "^1.38.1",
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.38.0",
14+
"@playwright/test": "^1.38.1",
1515
"typescript": "^5.1.3",
1616
"vite": "^4.4.7"
1717
}

Diff for: playwright-ct-web/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import type {
2323
PlaywrightWorkerOptions,
2424
Locator,
2525
} from '@playwright/test';
26-
import type { JsonObject } from '@playwright/experimental-ct-core/types/component';
26+
import type { JsonObject, JsonValue } from '@playwright/experimental-ct-core/types/component';
2727
import type { InlineConfig } from 'vite';
2828

2929
export type PlaywrightTestConfig<T = {}, W = {}> = Omit<BasePlaywrightTestConfig<T, W>, 'use'> & {

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.38.0",
3+
"version": "1.38.1",
44
"description": "Playwright Component Testing for Web Components",
55
"homepage": "https://playwright.dev",
66
"repository": {
@@ -44,13 +44,13 @@
4444
},
4545
"dependencies": {
4646
"vite": "^4.4.7",
47-
"@playwright/experimental-ct-core": "^1.38.0"
47+
"@playwright/experimental-ct-core": "^1.38.1"
4848
},
4949
"devDependencies": {
50-
"@playwright/test": "1.38.0"
50+
"@playwright/test": "1.38.1"
5151
},
5252
"peerDependencies": {
53-
"@playwright/test": ">=1.38.0"
53+
"@playwright/test": ">=1.38.1"
5454
},
5555
"bin": {
5656
"playwright": "./cli.js"

Diff for: pnpm-lock.yaml

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

0 commit comments

Comments
 (0)