@mands/nx-playwright
Advanced tools
Comparing version 0.1.20 to 0.1.21
{ | ||
"name": "@mands/nx-playwright", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"license": "MIT", | ||
@@ -16,6 +16,6 @@ "publishConfig": { | ||
"peerDependencies": { | ||
"@playwright/test": "1.26.0", | ||
"playwright": "1.26.0" | ||
"@playwright/test": "^1.26.0", | ||
"playwright": "^1.26.0" | ||
}, | ||
"types": "./index.d.ts" | ||
} |
47054
51