-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
@guidepup/guidepup
is dependency as types are consumed
- Loading branch information
1 parent
d849959
commit ebc389f
Showing
2 changed files
with
373 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@guidepup/virtual-screen-reader", | ||
"version": "0.24.1", | ||
"version": "0.24.2", | ||
"description": "Virtual Screen Reader driver for unit test automation.", | ||
"author": "Craig Morten <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -54,40 +54,46 @@ | |
"wpt:update": "yarn wpt:init --remote && cd test/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json" | ||
}, | ||
"dependencies": { | ||
"@testing-library/dom": "^10.0.0", | ||
"@guidepup/guidepup": "^0.22.3", | ||
"@testing-library/dom": "^10.2.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
"aria-query": "^5.3.0", | ||
"dom-accessibility-api": "^0.6.3" | ||
}, | ||
"devDependencies": { | ||
"@guidepup/guidepup": "^0.22.3", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/react": "^15.0.2", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/react": "^16.0.0", | ||
"@types/expect": "^24.3.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.12.7", | ||
"@types/json-schema": "^7.0.15", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.8", | ||
"@types/prop-types": "^15.7.12", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/scheduler": "^0.23.0", | ||
"@types/semver": "^7.5.8", | ||
"chalk": "^4.0.0", | ||
"css.escape": "^1.5.1", | ||
"eslint": "^9.0.0", | ||
"eslint": "^9.5.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"globals": "^15.0.0", | ||
"globals": "^15.6.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"js-yaml": "^4.1.0", | ||
"jsdom": "^24.0.0", | ||
"jsdom": "^24.1.0", | ||
"minimatch": "^9.0.4", | ||
"mocha": "^10.4.0", | ||
"mocha-sugar-free": "^1.4.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.1.2", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"rimraf": "^5.0.7", | ||
"ts-jest": "^29.1.5", | ||
"ts-jest-resolver": "^2.0.1", | ||
"ts-mocha": "^10.0.0", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.6.0" | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.2", | ||
"typescript-eslint": "^7.13.1" | ||
} | ||
} |
Oops, something went wrong.