Skip to content

Commit ebc389f

Browse files
fix: @guidepup/guidepup is dependency as types are consumed
1 parent d849959 commit ebc389f

File tree

2 files changed

+373
-350
lines changed

2 files changed

+373
-350
lines changed

package.json

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/virtual-screen-reader",
3-
"version": "0.24.1",
3+
"version": "0.24.2",
44
"description": "Virtual Screen Reader driver for unit test automation.",
55
"author": "Craig Morten <[email protected]>",
66
"license": "MIT",
@@ -54,40 +54,46 @@
5454
"wpt:update": "yarn wpt:init --remote && cd test/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"
5555
},
5656
"dependencies": {
57-
"@testing-library/dom": "^10.0.0",
57+
"@guidepup/guidepup": "^0.22.3",
58+
"@testing-library/dom": "^10.2.0",
5859
"@testing-library/user-event": "^14.5.2",
5960
"aria-query": "^5.3.0",
6061
"dom-accessibility-api": "^0.6.3"
6162
},
6263
"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",
6666
"@types/expect": "^24.3.0",
6767
"@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",
7076
"chalk": "^4.0.0",
7177
"css.escape": "^1.5.1",
72-
"eslint": "^9.0.0",
78+
"eslint": "^9.5.0",
7379
"eslint-config-prettier": "^9.1.0",
74-
"globals": "^15.0.0",
80+
"globals": "^15.6.0",
7581
"jest": "^29.7.0",
7682
"jest-environment-jsdom": "^29.7.0",
7783
"js-yaml": "^4.1.0",
78-
"jsdom": "^24.0.0",
84+
"jsdom": "^24.1.0",
7985
"minimatch": "^9.0.4",
8086
"mocha": "^10.4.0",
8187
"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",
8692
"ts-jest-resolver": "^2.0.1",
8793
"ts-mocha": "^10.0.0",
8894
"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"
9298
}
9399
}

0 commit comments

Comments
 (0)