Skip to content

Commit

Permalink
chore: upgrade playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Feb 24, 2025
1 parent bc45a51 commit 9ff4a92
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions .changeset/ten-geckos-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@siafoundation/e2e': minor
'@siafoundation/sia-central-mock': minor
'@siafoundation/walletd-mock': minor
---

Upgraded playwright dependencies.
4 changes: 2 additions & 2 deletions libs/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.5.2",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.36.0",
"playwright": "^1.42.1",
"@playwright/test": "^1.49.1",
"playwright": "^1.49.1",
"@siafoundation/react-core": "2.0.0"
},
"types": "./src/index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion libs/sia-central-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.3.0",
"license": "MIT",
"dependencies": {
"playwright": "^1.42.1",
"playwright": "^1.49.1",
"@siafoundation/sia-central-types": "0.2.0"
},
"types": "./src/index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion libs/walletd-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@siafoundation/types": "0.8.0",
"@siafoundation/sia-central-mock": "0.3.0",
"@siafoundation/units": "3.3.2",
"playwright": "^1.42.1",
"playwright": "^1.49.1",
"@siafoundation/walletd-types": "0.6.0"
},
"types": "./src/index.d.ts"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

0 comments on commit 9ff4a92

Please sign in to comment.