Skip to content

Commit

Permalink
fix: peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored Jul 14, 2023
1 parent b40b054 commit 5ff10c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.36.0",
"version": "1.36.1",
"description": "Playwright Component Testing for Web Components",
"homepage": "https://playwright.dev",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"vite": "^4.3.5"
},
"peerDependencies": {
"@playwright/text": ">=1.36.0"
"@playwright/test": ">=1.36.0"
},
"bin": {
"playwright": "./cli.js"
Expand Down

0 comments on commit 5ff10c0

Please sign in to comment.