@axe-core/watcher 3.23.0-next.a6256b7c → 3.23.0-next.ab5d652b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "3.23.0-next.a6256b7c",
3
+ "version": "3.23.0-next.ab5d652b",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "@types/selenium-webdriver": "^4.1.15",
47
47
  "@types/sinon": "^17.0.3",
48
48
  "@wdio/types": "^9.0.4",
49
- "axe-core": "^4.10.3",
49
+ "axe-core": "^4.11.0",
50
50
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
51
51
  "body-parser": "^2.2.0",
52
52
  "chai": "^4.3.6",
@@ -72,5 +72,33 @@
72
72
  "typescript": "^5.1.6",
73
73
  "webdriverio": "^9.0.5",
74
74
  "yaml": "^2.8.1"
75
+ },
76
+ "peerDependencies": {
77
+ "cypress": "^14 || >=15",
78
+ "selenium-webdriver": "^4",
79
+ "@playwright/test": ">=1.45.0",
80
+ "playwright-core": ">=1.45.0",
81
+ "puppeteer": "^23 || >=24",
82
+ "webdriverio": "^8 || >=9"
83
+ },
84
+ "peerDependenciesMeta": {
85
+ "cypress": {
86
+ "optional": true
87
+ },
88
+ "selenium-webdriver": {
89
+ "optional": true
90
+ },
91
+ "@playwright/test": {
92
+ "optional": true
93
+ },
94
+ "playwright-core": {
95
+ "optional": true
96
+ },
97
+ "puppeteer": {
98
+ "optional": true
99
+ },
100
+ "webdriverio": {
101
+ "optional": true
102
+ }
75
103
  }
76
104
  }