@percy/playwright
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@percy/playwright", | ||
"description": "Playwright client library for visual testing with Percy", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
@@ -35,7 +35,7 @@ "author": "Perceptual Inc.", | ||
"peerDependencies": { | ||
"playwright": ">=1" | ||
"playwright-core": ">=1" | ||
}, | ||
"devDependencies": { | ||
"@percy/core": "^1.1.2", | ||
"@playwright/test": "^1.21.0", | ||
"@playwright/test": "^1.22.0", | ||
"cross-env": "^7.0.2", | ||
@@ -49,5 +49,5 @@ "eslint": "^7.18.0", | ||
"nyc": "^15.1.0", | ||
"playwright": "^1.21.0", | ||
"playwright": "^1.22.0", | ||
"tsd": "^0.20.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
5898