-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: snapshots get their own virtual screen reader
fix: correct the minimum @guidepup/virtual-screen-reader peer dep version
- Loading branch information
1 parent
f76affe
commit 2c98758
Showing
4 changed files
with
31 additions
and
3 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/jest", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Virtual Screen Reader Jest Matchers", | ||
"main": "lib/index.js", | ||
"author": "Craig Morten <[email protected]>", | ||
|
@@ -34,7 +34,7 @@ | |
"jest-snapshot": "^29.7.0" | ||
}, | ||
"peerDependencies": { | ||
"@guidepup/virtual-screen-reader": "^0.16.1", | ||
"@guidepup/virtual-screen-reader": "^0.14.0", | ||
"jest": "^29" | ||
}, | ||
"devDependencies": { | ||
|
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
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
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