Skip to content

Commit

Permalink
chore: mark 1.42.1 (#29774)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman committed Mar 1, 2024
1 parent d4ac444 commit 9749f75
Show file tree
Hide file tree
Showing 18 changed files with 67 additions and 67 deletions.
68 changes: 34 additions & 34 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "playwright-internal",
"private": true,
"version": "1.42.0",
"version": "1.42.1",
"description": "A high-level API to automate web browsers",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-browser-chromium/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/browser-chromium",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright package that automatically installs Chromium",
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.42.0"
"playwright-core": "1.42.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-browser-firefox/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/browser-firefox",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright package that automatically installs Firefox",
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.42.0"
"playwright-core": "1.42.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-browser-webkit/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/browser-webkit",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright package that automatically installs WebKit",
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.42.0"
"playwright-core": "1.42.1"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-chromium/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "1.42.0",
"version": "1.42.1",
"description": "A high-level API to automate Chromium",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,6 +30,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.42.0"
"playwright-core": "1.42.1"
}
}
2 changes: 1 addition & 1 deletion packages/playwright-core/package.json
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.42.0",
"version": "1.42.1",
"description": "A high-level API to automate web browsers",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/playwright-ct-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-core",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright Component Testing Helpers",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
}
},
"dependencies": {
"playwright-core": "1.42.0",
"playwright-core": "1.42.1",
"vite": "^5.0.12",
"playwright": "1.42.0"
"playwright": "1.42.1"
},
"bin": {
"playwright": "cli.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-react",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright Component Testing for React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.42.0",
"@playwright/experimental-ct-core": "1.42.1",
"@vitejs/plugin-react": "^4.2.1"
},
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-react17/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-react17",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright Component Testing for React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.42.0",
"@playwright/experimental-ct-core": "1.42.1",
"@vitejs/plugin-react": "^4.2.1"
},
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-solid",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright Component Testing for Solid",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.42.0",
"@playwright/experimental-ct-core": "1.42.1",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-svelte",
"version": "1.42.0",
"version": "1.42.1",
"description": "Playwright Component Testing for Svelte",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
},
"dependencies": {
"@playwright/experimental-ct-core": "1.42.0",
"@playwright/experimental-ct-core": "1.42.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 9749f75

Please sign in to comment.