Skip to content

Commit 60b35fc

Browse files
committed
feat: 0.2.1
1 parent 0db6736 commit 60b35fc

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.2.0",
3+
"version": "0.2.1",
44
"description": "Screen-reader driver for Playwright.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -31,7 +31,7 @@
3131
"prepublish": "yarn build"
3232
},
3333
"dependencies": {
34-
"@guidepup/guidepup": "^0.9.2"
34+
"@guidepup/guidepup": "^0.9.3"
3535
},
3636
"devDependencies": {
3737
"@playwright/test": "^1.17.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,10 @@
456456
minimatch "^3.0.4"
457457
strip-json-comments "^3.1.1"
458458

459-
"@guidepup/guidepup@^0.9.2":
460-
version "0.9.2"
461-
resolved "https://registry.yarnpkg.com/@guidepup/guidepup/-/guidepup-0.9.2.tgz#a1e2212f714eb3dd5d65c7749807919e7028c5f9"
462-
integrity sha512-0W3MSKZ8eJcHW7Y0fUWulMkLhxjOZjrpAGzXghcy3vX5dgL75ouDmi/raT+ATACueSuo/P0EGWEm+QH2OHfmlg==
459+
"@guidepup/guidepup@^0.9.3":
460+
version "0.9.3"
461+
resolved "https://registry.yarnpkg.com/@guidepup/guidepup/-/guidepup-0.9.3.tgz#b0e6826e85286b8d7e3d28f3d24f849ced91e456"
462+
integrity sha512-8FIb20T7vlTjPmI8f6cM9Mn4pxWzEx938V0Au1m36jMPcrE1lK1e5ejQfHcYFwL7o50pULm4SwU6eJOvfCE/pQ==
463463

464464
"@humanwhocodes/config-array@^0.9.2":
465465
version "0.9.2"

0 commit comments

Comments
 (0)