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