We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0304bdc commit fdf9a14Copy full SHA for fdf9a14
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@guidepup/virtual-screen-reader",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Virtual screen reader driver for unit test automation.",
5
"main": "lib/index.js",
6
"author": "Craig Morten <craig.morten@hotmail.co.uk>",
@@ -40,7 +40,6 @@
40
"jest": "^29.4.0",
41
"jest-environment-jsdom": "^29.5.0",
42
"rimraf": "^4.1.2",
43
- "tree-util": "^1.0.7",
44
"ts-jest": "^29.0.5",
45
"ts-node": "^10.9.1",
46
"typescript": "^4.9.4"
@@ -50,7 +49,6 @@
50
49
"@testing-library/dom": "^9.3.0",
51
"@testing-library/user-event": "^14.4.3",
52
"aria-query": "^5.1.3",
53
- "dom-accessibility-api": "^0.6.0",
54
- "tree-model": "^1.0.7"
+ "dom-accessibility-api": "^0.6.0"
55
}
56
0 commit comments