@guidepup/playwright
Advanced tools
Comparing version 0.11.0 to 0.12.0
{ | ||
"name": "@guidepup/playwright", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Screen reader driver for Playwright tests.", | ||
@@ -38,11 +38,9 @@ "main": "lib/index.js", | ||
}, | ||
"dependencies": { | ||
"@guidepup/guidepup": "^0.20.0" | ||
}, | ||
"devDependencies": { | ||
"@guidepup/guidepup": "^0.21.0", | ||
"@playwright/test": "^1.40.1", | ||
"@types/node": "^20.10.4", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"eslint": "^8.55.0", | ||
"@types/node": "^20.10.5", | ||
"@typescript-eslint/eslint-plugin": "^6.16.0", | ||
"@typescript-eslint/parser": "^6.16.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -55,4 +53,9 @@ "rimraf": "^5.0.5", | ||
"peerDependencies": { | ||
"@guidepup/guidepup": "^0.21.0", | ||
"@playwright/test": "^1.29.2" | ||
}, | ||
"resolutions": { | ||
"strip-ansi": "6.0.1", | ||
"string-width": "4.1.0" | ||
} | ||
} |
@@ -44,5 +44,7 @@ <h1 align="center">Guidepup Playwright</h1> | ||
```console | ||
npm install --save-dev @guidepup/playwright @playwright/test | ||
npm install --save-dev @guidepup/playwright @guidepup/guidepup @playwright/test | ||
``` | ||
Note: you require `@guidepup/guidepup` and `@playwright/test` as they are peer dependencies to this project. | ||
And get cracking with your first screen reader tests in Playwright! | ||
@@ -49,0 +51,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10843
128
11
+ Added@guidepup/guidepup@0.21.1(transitive)
- Removed@guidepup/guidepup@^0.20.0
- Removed@guidepup/guidepup@0.20.1(transitive)