Skip to content

Commit

Permalink
deps: update playwright & cypress
Browse files Browse the repository at this point in the history
Signed-off-by: drptbl <[email protected]>
  • Loading branch information
drptbl committed Nov 3, 2024
1 parent 47af73b commit f4bb1b9
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 160 deletions.
2 changes: 1 addition & 1 deletion examples/ethereum-wallet-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@metamask/test-dapp": "8.1.0",
"@synthetixio/synpress-tsconfig": "0.0.1",
"@types/node": "20.11.17",
"cypress": "13.13.0",
"cypress": "13.15.1",
"serve": "14.2.1",
"typescript": "5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"test:playwright:headless:ui": "HEADLESS=true playwright test --ui"
},
"dependencies": {
"@playwright/test": "1.44.0",
"@playwright/test": "1.48.2",
"@synthetixio/synpress": "workspace:*",
"dotenv": "16.4.2"
},
"devDependencies": {
"@metamask/test-dapp": "8.1.0",
"@synthetixio/synpress-tsconfig": "0.0.1",
"@types/node": "20.11.17",
"cypress": "13.13.0",
"cypress": "13.15.1",
"serve": "14.2.1",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"vitest": "1.2.2"
},
"peerDependencies": {
"playwright-core": "1.44.0"
"playwright-core": "1.48.2"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"typescript": "5.3.3"
},
"peerDependencies": {
"@playwright/test": "1.44.0"
"@playwright/test": "1.48.2"
}
}
Loading

0 comments on commit f4bb1b9

Please sign in to comment.