|
1 | 1 | { |
2 | 2 | "name": "@guidepup/virtual-screen-reader", |
3 | | - "version": "0.24.1", |
| 3 | + "version": "0.24.2", |
4 | 4 | "description": "Virtual Screen Reader driver for unit test automation.", |
5 | 5 | "author": "Craig Morten <[email protected]>", |
6 | 6 | "license": "MIT", |
|
54 | 54 | "wpt:update": "yarn wpt:init --remote && cd test/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json" |
55 | 55 | }, |
56 | 56 | "dependencies": { |
57 | | - "@testing-library/dom": "^10.0.0", |
| 57 | + "@guidepup/guidepup": "^0.22.3", |
| 58 | + "@testing-library/dom": "^10.2.0", |
58 | 59 | "@testing-library/user-event": "^14.5.2", |
59 | 60 | "aria-query": "^5.3.0", |
60 | 61 | "dom-accessibility-api": "^0.6.3" |
61 | 62 | }, |
62 | 63 | "devDependencies": { |
63 | | - "@guidepup/guidepup": "^0.22.3", |
64 | | - "@testing-library/jest-dom": "^6.4.2", |
65 | | - "@testing-library/react": "^15.0.2", |
| 64 | + "@testing-library/jest-dom": "^6.4.6", |
| 65 | + "@testing-library/react": "^16.0.0", |
66 | 66 | "@types/expect": "^24.3.0", |
67 | 67 | "@types/jest": "^29.5.12", |
68 | | - "@types/mocha": "^10.0.6", |
69 | | - "@types/node": "^20.12.7", |
| 68 | + "@types/json-schema": "^7.0.15", |
| 69 | + "@types/mocha": "^10.0.7", |
| 70 | + "@types/node": "^20.14.8", |
| 71 | + "@types/prop-types": "^15.7.12", |
| 72 | + "@types/react": "^18.3.3", |
| 73 | + "@types/react-dom": "^18.3.0", |
| 74 | + "@types/scheduler": "^0.23.0", |
| 75 | + "@types/semver": "^7.5.8", |
70 | 76 | "chalk": "^4.0.0", |
71 | 77 | "css.escape": "^1.5.1", |
72 | | - "eslint": "^9.0.0", |
| 78 | + "eslint": "^9.5.0", |
73 | 79 | "eslint-config-prettier": "^9.1.0", |
74 | | - "globals": "^15.0.0", |
| 80 | + "globals": "^15.6.0", |
75 | 81 | "jest": "^29.7.0", |
76 | 82 | "jest-environment-jsdom": "^29.7.0", |
77 | 83 | "js-yaml": "^4.1.0", |
78 | | - "jsdom": "^24.0.0", |
| 84 | + "jsdom": "^24.1.0", |
79 | 85 | "minimatch": "^9.0.4", |
80 | 86 | "mocha": "^10.4.0", |
81 | 87 | "mocha-sugar-free": "^1.4.0", |
82 | | - "react": "^18.2.0", |
83 | | - "react-dom": "^18.2.0", |
84 | | - "rimraf": "^5.0.5", |
85 | | - "ts-jest": "^29.1.2", |
| 88 | + "react": "^18.3.1", |
| 89 | + "react-dom": "^18.3.1", |
| 90 | + "rimraf": "^5.0.7", |
| 91 | + "ts-jest": "^29.1.5", |
86 | 92 | "ts-jest-resolver": "^2.0.1", |
87 | 93 | "ts-mocha": "^10.0.0", |
88 | 94 | "ts-node": "^10.9.2", |
89 | | - "tsup": "^8.0.2", |
90 | | - "typescript": "^5.4.5", |
91 | | - "typescript-eslint": "^7.6.0" |
| 95 | + "tsup": "^8.1.0", |
| 96 | + "typescript": "^5.5.2", |
| 97 | + "typescript-eslint": "^7.13.1" |
92 | 98 | } |
93 | 99 | } |
0 commit comments