Skip to content

Commit a051ceb

Browse files
authored
chore: mark 1.43.1 (#30354)
1 parent 3ab466e commit a051ceb

File tree

18 files changed

+67
-67
lines changed

18 files changed

+67
-67
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playwright-internal",
33
"private": true,
4-
"version": "1.43.0",
4+
"version": "1.43.1",
55
"description": "A high-level API to automate web browsers",
66
"repository": {
77
"type": "git",

packages/playwright-browser-chromium/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/browser-chromium",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright package that automatically installs Chromium",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.43.0"
30+
"playwright-core": "1.43.1"
3131
}
3232
}

packages/playwright-browser-firefox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/browser-firefox",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright package that automatically installs Firefox",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.43.0"
30+
"playwright-core": "1.43.1"
3131
}
3232
}

packages/playwright-browser-webkit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/browser-webkit",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright package that automatically installs WebKit",
55
"repository": {
66
"type": "git",
@@ -27,6 +27,6 @@
2727
"install": "node install.js"
2828
},
2929
"dependencies": {
30-
"playwright-core": "1.43.0"
30+
"playwright-core": "1.43.1"
3131
}
3232
}

packages/playwright-chromium/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-chromium",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "A high-level API to automate Chromium",
55
"repository": {
66
"type": "git",
@@ -30,6 +30,6 @@
3030
"install": "node install.js"
3131
},
3232
"dependencies": {
33-
"playwright-core": "1.43.0"
33+
"playwright-core": "1.43.1"
3434
}
3535
}

packages/playwright-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-core",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "A high-level API to automate web browsers",
55
"repository": {
66
"type": "git",

packages/playwright-ct-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-core",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright Component Testing Helpers",
55
"repository": {
66
"type": "git",
@@ -26,9 +26,9 @@
2626
}
2727
},
2828
"dependencies": {
29-
"playwright-core": "1.43.0",
29+
"playwright-core": "1.43.1",
3030
"vite": "^5.0.13",
31-
"playwright": "1.43.0"
31+
"playwright": "1.43.1"
3232
},
3333
"bin": {
3434
"playwright": "cli.js"

packages/playwright-ct-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-react",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright Component Testing for React",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"dependencies": {
32-
"@playwright/experimental-ct-core": "1.43.0",
32+
"@playwright/experimental-ct-core": "1.43.1",
3333
"@vitejs/plugin-react": "^4.2.1"
3434
},
3535
"bin": {

packages/playwright-ct-react17/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-react17",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright Component Testing for React",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"dependencies": {
32-
"@playwright/experimental-ct-core": "1.43.0",
32+
"@playwright/experimental-ct-core": "1.43.1",
3333
"@vitejs/plugin-react": "^4.2.1"
3434
},
3535
"bin": {

packages/playwright-ct-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-solid",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright Component Testing for Solid",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"dependencies": {
32-
"@playwright/experimental-ct-core": "1.43.0",
32+
"@playwright/experimental-ct-core": "1.43.1",
3333
"vite-plugin-solid": "^2.7.0"
3434
},
3535
"devDependencies": {

packages/playwright-ct-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playwright/experimental-ct-svelte",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Playwright Component Testing for Svelte",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"dependencies": {
32-
"@playwright/experimental-ct-core": "1.43.0",
32+
"@playwright/experimental-ct-core": "1.43.1",
3333
"@sveltejs/vite-plugin-svelte": "^3.0.1"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)