Skip to content

Commit d79dc51

Browse files
committed
A11y: make the axe peer deps optional
1 parent d947421 commit d79dc51

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/plugin-e2e/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
"engines": {
3434
"node": ">=20 <=24"
3535
},
36+
"peerDependenciesMeta": {
37+
"@axe-core/playwright": {
38+
"optional": true
39+
},
40+
"axe-core": {
41+
"optional": true
42+
}
43+
},
3644
"peerDependencies": {
3745
"@axe-core/playwright": "^4.11.1",
3846
"@playwright/test": "^1.52.0",

0 commit comments

Comments
 (0)