Skip to content

Commit 734f44a

Browse files
committed
fix playwright version
1 parent eea14a6 commit 734f44a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/react-native/package.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "8.3.2",
29-
"playwright": "1.15.0",
29+
"playwright": "1.56.1",
3030
"rollup": "2.75.4",
3131
"serve-handler": "6.1.0",
3232
"tslib": "2.4.0",

templates/web/package.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@rollup/plugin-typescript": "8.3.2",
29-
"playwright": "1.15.0",
29+
"playwright": "1.56.1",
3030
"rollup": "2.79.2",
3131
"serve-handler": "6.1.0",
3232
"tslib": "2.4.0",

0 commit comments

Comments
 (0)