|
1 | 1 | { |
2 | 2 | "name": "@guidepup/virtual-screen-reader", |
3 | | - "version": "0.30.1", |
| 3 | + "version": "0.31.0", |
4 | 4 | "description": "Virtual Screen Reader driver for unit test automation.", |
5 | 5 | "author": "Craig Morten <[email protected]>", |
6 | 6 | "license": "MIT", |
|
67 | 67 | "@testing-library/user-event": "^14.6.1", |
68 | 68 | "aria-query": "^5.3.2", |
69 | 69 | "dom-accessibility-api": "^0.7.0", |
70 | | - "html-aria": "^0.3.0" |
| 70 | + "html-aria": "^0.4.0" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | 73 | "@arethetypeswrong/cli": "^0.17.4", |
|
77 | 77 | "@types/jest": "^29.5.14", |
78 | 78 | "@types/json-schema": "^7.0.15", |
79 | 79 | "@types/mocha": "^10.0.10", |
80 | | - "@types/node": "^22.14.0", |
| 80 | + "@types/node": "^22.14.1", |
81 | 81 | "@types/prop-types": "^15.7.14", |
82 | | - "@types/react": "^19.1.0", |
83 | | - "@types/react-dom": "^19.1.1", |
| 82 | + "@types/react": "^19.1.1", |
| 83 | + "@types/react-dom": "^19.1.2", |
84 | 84 | "@types/scheduler": "^0.26.0", |
85 | 85 | "@types/semver": "^7.7.0", |
86 | 86 | "chalk": "^4.0.0", |
87 | 87 | "css.escape": "^1.5.1", |
88 | 88 | "eslint": "^9.24.0", |
89 | | - "eslint-config-prettier": "^10.1.1", |
| 89 | + "eslint-config-prettier": "^10.1.2", |
90 | 90 | "globals": "^16.0.0", |
91 | 91 | "jest": "^29.7.0", |
92 | 92 | "jest-environment-jsdom": "^29.7.0", |
93 | 93 | "js-yaml": "^4.1.0", |
94 | | - "jsdom": "^26.0.0", |
| 94 | + "jsdom": "^26.1.0", |
95 | 95 | "minimatch": "^10.0.1", |
96 | 96 | "mocha": "^11.1.0", |
97 | 97 | "mocha-sugar-free": "^1.4.0", |
98 | 98 | "react": "^19.1.0", |
99 | 99 | "react-dom": "^19.1.0", |
100 | 100 | "rimraf": "^6.0.1", |
101 | | - "ts-jest": "^29.3.1", |
| 101 | + "ts-jest": "^29.3.2", |
102 | 102 | "ts-jest-resolver": "^2.0.1", |
103 | 103 | "ts-mocha": "^10.0.0", |
104 | 104 | "ts-node": "^10.9.2", |
105 | 105 | "tsup": "^8.4.0", |
106 | 106 | "typescript": "^5.8.3", |
107 | | - "typescript-eslint": "^8.29.0" |
| 107 | + "typescript-eslint": "^8.29.1" |
108 | 108 | } |
109 | 109 | } |
0 commit comments