Skip to content

Commit

Permalink
fix: improve peer dependency version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Feb 28, 2024
1 parent 2c98758 commit 49c7ca0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/jest",
"version": "0.3.3",
"version": "0.3.4",
"description": "Virtual Screen Reader Jest Matchers",
"main": "lib/index.js",
"author": "Craig Morten <craig.morten@hotmail.co.uk>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"jest-snapshot": "^29.7.0"
},
"peerDependencies": {
"@guidepup/virtual-screen-reader": "^0.14.0",
"jest": "^29"
"@guidepup/virtual-screen-reader": ">=0.14.0",
"jest": ">=29"
},
"devDependencies": {
"@guidepup/virtual-screen-reader": "^0.19.0",
Expand Down

0 comments on commit 49c7ca0

Please sign in to comment.