Skip to content

Commit

Permalink
⬆️ chore: Bump Playwright to 1.40.1 (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Dec 26, 2023
1 parent f020f48 commit 7b09f24
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 12 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.1"
}
}
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.1"
}
}
40 changes: 32 additions & 8 deletions pnpm-lock.yaml

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

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.1"
}
}
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.1"
}
}

0 comments on commit 7b09f24

Please sign in to comment.