Skip to content

Commit

Permalink
fix: change supported playwright version (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande authored Jan 13, 2024
1 parent b745f03 commit 812b39a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@
"typescript": "^4.9.5"
},
"peerDependencies": {
"@playwright/test": "1.26.0",
"playwright": "1.26.0"
"@playwright/test": ">=1.0.0",
"playwright": ">=1.0.0"
},
"peerDependenciesMeta": {
"@playwright/test": {
"optional": true
},
"playwright": {
"optional": true
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 812b39a

Please sign in to comment.