Skip to content

Commit

Permalink
⬆️ fix: Add missing ^ to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Dec 26, 2023
1 parent 5e674f8 commit 25d0aae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"playwright-core": "1.40.0"
"playwright-core": "^1.40.0"
}
}
2 changes: 1 addition & 1 deletion packages/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@playwright/test": "1.40.0"
"@playwright/test": "^1.40.0"
}
}
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@playwright/test": "1.40.0"
"@playwright/test": "^1.40.0"
}
}
2 changes: 1 addition & 1 deletion wallets/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"vitest": "^0.34.6"
},
"peerDependencies": {
"@playwright/test": "1.40.0"
"@playwright/test": "^1.40.0"
}
}

0 comments on commit 25d0aae

Please sign in to comment.