testaro 59.1.0 → 59.1.1
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "testaro",
|
|
3
|
-
"version": "59.1.
|
|
3
|
+
"version": "59.1.1",
|
|
4
4
|
"description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"aslint-testaro": "*",
|
|
41
41
|
"axe-playwright": "*",
|
|
42
42
|
"dotenv": "*",
|
|
43
|
+
"patch-package": "*",
|
|
43
44
|
"pixelmatch": "*",
|
|
44
45
|
"playwright": "*",
|
|
45
46
|
"playwright-dompath": "*"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
|
-
"eslint": "*"
|
|
49
|
-
"patch-package": "*"
|
|
49
|
+
"eslint": "*"
|
|
50
50
|
}
|
|
51
51
|
}
|