Skip to content

Commit

Permalink
fix: ensure can use correct peer dep range
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Nov 30, 2024
1 parent 6037b5f commit f7779c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nvda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20
- name: Guidepup Setup
uses: guidepup/[email protected].0
uses: guidepup/[email protected].2
with:
record: true
- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-voiceover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 20
- name: Guidepup Setup
uses: guidepup/[email protected].0
uses: guidepup/[email protected].2
with:
record: true
- run: yarn install --frozen-lockfile
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/playwright",
"version": "0.14.1",
"version": "0.14.2",
"description": "Screen reader driver for Playwright tests.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"typescript": "^5.6.2"
},
"peerDependencies": {
"@guidepup/guidepup": "^0.22.1",
"@guidepup/guidepup": ">=0.22.1",
"@playwright/test": "^1.40.1"
},
"resolutions": {
Expand Down

0 comments on commit f7779c0

Please sign in to comment.