Skip to content

Commit 25a9a68

Browse files
authored
chore: update Playwright versions to latest (#80)
1 parent 32076b1 commit 25a9a68

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playwright-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@midscene/web": "latest",
1616
"@playwright/test": "^1.54.1",
1717
"dotenv": "^16.4.5",
18-
"playwright": "1.54.1",
18+
"playwright": "^1.54.1",
1919
"tsx": "4.20.1"
2020
}
2121
}

playwright-testing-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@midscene/web": "latest",
15-
"@playwright/test": "1.52.0",
15+
"@playwright/test": "^1.54.1",
1616
"@types/jest": "~29.5.14",
1717
"@types/node": "~22.7.9",
1818
"cross-env": "7.0.3",

remote-playwright-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@midscene/web": "latest",
1515
"@playwright/test": "^1.54.1",
1616
"dotenv": "^16.4.5",
17-
"playwright": "1.54.1",
17+
"playwright": "^1.54.1",
1818
"tsx": "4.20.1"
1919
}
2020
}

0 commit comments

Comments
 (0)