axe-puppeteer
Advanced tools
Comparing version 0.1.0-canary.39e07686 to 0.1.0-canary.3baf2c9e
{ | ||
"name": "axe-puppeteer", | ||
"version": "0.1.0-canary.39e07686", | ||
"version": "0.1.0-canary.3baf2c9e", | ||
"description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.10", | ||
"@types/node": "^12.7.5", | ||
"@types/puppeteer": "^1.10.0", | ||
@@ -35,3 +35,3 @@ "@types/sinon": "^5.0.7", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.15.2", | ||
@@ -42,3 +42,3 @@ "puppeteer": "^1.10.0", | ||
"test-listen": "^1.1.0", | ||
"ts-node": "^7.0.1", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.11.0", | ||
@@ -45,0 +45,0 @@ "tslint-config-prettier": "^1.16.0", |
60974