browser-ava
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "browser-ava", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"publishConfig": { | ||
@@ -34,3 +34,3 @@ "access": "public" | ||
"dependencies": { | ||
"@koa/cors": "^4.0.0", | ||
"@koa/cors": "^5.0.0", | ||
"chalk": "^5.3.0", | ||
@@ -42,10 +42,10 @@ "commander": "^11.1.0", | ||
"koa-static": "^5.0.0", | ||
"playwright": "^1.40.0", | ||
"playwright": "^1.40.1", | ||
"ws": "^8.14.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.3.1", | ||
"ava": "^6.0.1", | ||
"c8": "^8.0.1", | ||
"execa": "^8.0.1", | ||
"semantic-release": "^22.0.8" | ||
"semantic-release": "^22.0.10" | ||
}, | ||
@@ -52,0 +52,0 @@ "engines": { |
125508
+ Added@koa/cors@5.0.0(transitive)
- Removed@koa/cors@4.0.0(transitive)
Updated@koa/cors@^5.0.0
Updatedplaywright@^1.40.1