Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 33 additions & 33 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "playwright-internal",
"private": true,
"version": "1.27.0-next",
"version": "1.27.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-chromium/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-chromium",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "A high-level API to automate Chromium",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -28,6 +28,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.27.0-next"
"playwright-core": "1.27.0"
}
}
2 changes: 1 addition & 1 deletion packages/playwright-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-core",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-react",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "Playwright Component Testing for React",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@vitejs/plugin-react": "^2.0.1",
"@playwright/test": "1.27.0-next",
"@playwright/test": "1.27.0",
"vite": "^3.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-ct-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-solid",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "Playwright Component Testing for Solid",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"vite": "^3.0.0",
"vite-plugin-solid": "^2.3.0",
"@playwright/test": "1.27.0-next"
"@playwright/test": "1.27.0"
},
"devDependencies": {
"solid-js": "^1.4.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-svelte",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "Playwright Component Testing for Svelte",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,7 +26,7 @@
}
},
"dependencies": {
"@playwright/test": "1.27.0-next",
"@playwright/test": "1.27.0",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"vite": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-ct-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-vue",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "Playwright Component Testing for Vue",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"@playwright/test": "1.27.0-next",
"@playwright/test": "1.27.0",
"vite": "^2.9.5"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-ct-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/experimental-ct-vue2",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "Playwright Component Testing for Vue2",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand All @@ -26,7 +26,7 @@
}
},
"dependencies": {
"@playwright/test": "1.27.0-next",
"@playwright/test": "1.27.0",
"vite": "^2.9.5",
"vite-plugin-vue2": "^2.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright-firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-firefox",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "A high-level API to automate Firefox",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -28,6 +28,6 @@
"install": "node install.js"
},
"dependencies": {
"playwright-core": "1.27.0-next"
"playwright-core": "1.27.0"
}
}
4 changes: 2 additions & 2 deletions packages/playwright-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playwright/test",
"version": "1.27.0-next",
"version": "1.27.0",
"description": "A high-level API to automate web browsers",
"repository": "github:Microsoft/playwright",
"homepage": "https://playwright.dev",
Expand Down Expand Up @@ -34,6 +34,6 @@
"license": "Apache-2.0",
"dependencies": {
"@types/node": "*",
"playwright-core": "1.27.0-next"
"playwright-core": "1.27.0"
}
}
Loading