Skip to content

Commit 59a39d1

Browse files
committed
chore: upgrade patch
1 parent 0c3899f commit 59a39d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/playwright",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"description": "Screen-reader driver for Playwright.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -33,7 +33,7 @@
3333
"test": "playwright test -c ./example/playwright.config.ts ./example/tests/playwright.spec.ts"
3434
},
3535
"dependencies": {
36-
"@guidepup/guidepup": "^0.14.3"
36+
"@guidepup/guidepup": "^0.14.4"
3737
},
3838
"devDependencies": {
3939
"@playwright/test": "^1.25.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
minimatch "^3.0.4"
3030
strip-json-comments "^3.1.1"
3131

32-
"@guidepup/guidepup@^0.14.3":
33-
version "0.14.3"
34-
resolved "https://registry.yarnpkg.com/@guidepup/guidepup/-/guidepup-0.14.3.tgz#eb4a156473b4dbe045ac572f2682bbc386abf2ca"
35-
integrity sha512-vi+ucV7NSUJiT6lctoHB6RfAndVjZmNwxMhPbmpU4EkX2s3v1bBCKGJH5qIYJMf2pjCeaJVPpgy1n7eQA/CTwg==
32+
"@guidepup/guidepup@^0.14.4":
33+
version "0.14.4"
34+
resolved "https://registry.yarnpkg.com/@guidepup/guidepup/-/guidepup-0.14.4.tgz#9822597b042a9f1ca15eedeb10bb9badf94404c8"
35+
integrity sha512-ZYtiBc7JlN30aZphsREc6srVqjFraXcsfOObjVu2IFS/sEULFfRWB97pMpNOPH9UNAFWiRXQayuEV9LIxYzRfA==
3636

3737
"@humanwhocodes/config-array@^0.9.2":
3838
version "0.9.2"

0 commit comments

Comments
 (0)