nightwatch-axe-verbose
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -1,2 +0,2 @@ | ||
const axeInjectFn = require('./axeInjectFunc'); | ||
const axeInjectFn = require('./axeInjectFunc2'); | ||
@@ -3,0 +3,0 @@ module.exports = class AxeRun { |
{ | ||
"name": "nightwatch-axe-verbose", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "For adding custom commands to allow you to run axe accessibility tests in your NightwatchJS test cases.", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"axe-core": "^4.8.3" | ||
"axe-core": "^4.9.1" | ||
}, | ||
@@ -40,5 +40,5 @@ "devDependencies": { | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"nightwatch": "^3.3.5", | ||
"nightwatch": "^3.6.3", | ||
"prettier": "^2.7.1" | ||
} | ||
} |
22128
99341
Updatedaxe-core@^4.9.1