Skip to content

Commit

Permalink
chore: bump playwright to v1.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed May 24, 2023
1 parent 2ea733d commit 8150adb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 26 deletions.
4 changes: 2 additions & 2 deletions ct-web-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"lit": "^2.6.1"
},
"devDependencies": {
"@sand4rt/experimental-ct-web": "*",
"@playwright/test": "^1.34.0",
"@sand4rt/experimental-ct-web": "workspace:*",
"@playwright/test": "^1.34.2",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions ct-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test": "npx playwright test"
},
"devDependencies": {
"@sand4rt/experimental-ct-web": "*",
"@playwright/test": "^1.34.0",
"@sand4rt/experimental-ct-web": "workspace:*",
"@playwright/test": "^1.34.2",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
Expand Down
8 changes: 4 additions & 4 deletions playwright-ct-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sand4rt/experimental-ct-web",
"version": "1.34.0",
"version": "1.34.2",
"description": "Playwright Component Testing for Web Components",
"homepage": "https://playwright.dev",
"repository": {
Expand Down Expand Up @@ -43,14 +43,14 @@
}
},
"dependencies": {
"@playwright/test": "1.34.0",
"@playwright/experimental-ct-core": "^1.34.0"
"@playwright/test": "1.34.2",
"@playwright/experimental-ct-core": "^1.34.2"
},
"devDependencies": {
"vite": "^4.3.5"
},
"peerDependencies": {
"@playwright/test": ">=1.34.0"
"@playwright/test": ">=1.34.2"
},
"bin": {
"playwright": "./cli.js"
Expand Down
37 changes: 19 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit 8150adb

Please sign in to comment.