@thisisagile/easy-puppeteer
Advanced tools
Comparing version 17.4.4 to 17.4.5
{ | ||
"name": "@thisisagile/easy-puppeteer", | ||
"version": "17.4.4", | ||
"version": "17.4.5", | ||
"description": "Straightforward wrapper library for Puppeteer web testing framework", | ||
@@ -38,9 +38,9 @@ "author": "Sander Hoogendoorn", | ||
"devDependencies": { | ||
"@thisisagile/easy-test": "17.4.4" | ||
"@thisisagile/easy-test": "17.4.5" | ||
}, | ||
"dependencies": { | ||
"@thisisagile/easy": "^17.4.4", | ||
"@thisisagile/easy-test-web": "^17.4.4", | ||
"@thisisagile/easy": "^17.4.5", | ||
"@thisisagile/easy-test-web": "^17.4.5", | ||
"puppeteer": "^22.2.0" | ||
} | ||
} |