Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit dee18aa

Browse files
committed
build(deps): add Playwright Test
1 parent b9cf1a6 commit dee18aa

File tree

2 files changed

+555
-6
lines changed

2 files changed

+555
-6
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@hover/javascript": "^6.53.0",
47+
"@playwright/test": "^1.15.1",
4748
"@rollup/plugin-commonjs": "^21.0.0",
4849
"@rollup/plugin-node-resolve": "^13.0.5",
4950
"@rollup/plugin-replace": "^3.0.0",
@@ -56,7 +57,16 @@
5657
"typescript": "^4.4.3"
5758
},
5859
"peerDependencies": {
59-
"playwright": "^1.1.0"
60+
"playwright": "^1.1.0",
61+
"@playwright/test": "^1.12.0"
62+
},
63+
"peerDependenciesMeta": {
64+
"playwright": {
65+
"optional": true
66+
},
67+
"@playwright/test": {
68+
"optional": true
69+
}
6070
},
6171
"engines": {
6272
"node": ">=12"

0 commit comments

Comments
 (0)