Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix: update minimum playwright peerDependencies (#304)
Browse files Browse the repository at this point in the history
* chore: update minimum `playwright` peerDependencies

* fix
  • Loading branch information
BeroBurny committed Apr 18, 2023
1 parent 03980d2 commit 90f45e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"web3-eth-contract": "4.0.1-alpha.2"
},
"peerDependencies": {
"playwright": ">=1",
"playwright": ">=1.29",
"puppeteer": ">=19"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ __metadata:
web3: 4.0.1-alpha.2
web3-eth-contract: 4.0.1-alpha.2
peerDependencies:
playwright: ">=1"
playwright: ">=1.29"
puppeteer: ">=19"
peerDependenciesMeta:
playwright:
Expand Down

0 comments on commit 90f45e0

Please sign in to comment.