Skip to content

Commit

Permalink
deps: update axe-core to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison authored and devtools-bot committed Jan 28, 2020
1 parent 03fd8e6 commit 88905c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ const expectations = [
'type': 'node',
'selector': '#color-contrast',
'snippet': '<div id="color-contrast" style="background-color: red; color: pink;">\n Hello\n </div>',
// Default font size is different depending on the platform (e.g. 28.5 on travis, 30.0 on Mac), so use \d\d\.\d.
'explanation': /^Fix any of the following:\n {2}Element has insufficient color contrast of 2\.59 \(foreground color: #ffc0cb, background color: #ff0000, font size: \d\d\.\dpt, font weight: normal\). Expected contrast ratio of 3:1$/,
// Default font size is different depending on the platform (e.g. 28.5 on travis, 30.0 on Mac), and the px-converted units may have variable precision, so use \d+.\d+.
'explanation': /^Fix any of the following:\n {2}Element has insufficient color contrast of 2\.59 \(foreground color: #ffc0cb, background color: #ff0000, font size: \d+.\d+pt \(\d+.\d+px\), font weight: normal\). Expected contrast ratio of 3:1$/,
'nodeLabel': 'Hello',
},
},
Expand Down Expand Up @@ -475,7 +475,7 @@ const expectations = [
'type': 'node',
'selector': '#listitem',
'snippet': '<li id="listitem"></li>',
'explanation': 'Fix any of the following:\n List item does not have a <ul>, <ol> or role="list" parent element',
'explanation': 'Fix any of the following:\n List item does not have a <ul>, <ol> parent element',
'nodeLabel': 'li',
},
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"typescript": "3.5.3"
},
"dependencies": {
"axe-core": "3.3.0",
"axe-core": "3.4.1",
"chrome-launcher": "^0.12.0",
"configstore": "^3.1.1",
"cssstyle": "1.2.1",
Expand Down Expand Up @@ -192,7 +192,7 @@
},
{
"path": "./dist/lighthouse-dt-bundle.js",
"maxSize": "415 kB"
"maxSize": "440 kB"
},
{
"path": "./dist/lightrider/report-generator-bundle.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1157,10 +1157,10 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==

axe-core@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.3.0.tgz#3b32d7e54390d89ff4891b20394d33ad7a192776"
integrity sha512-54XaTd2VB7A6iBnXMUG2LnBOI7aRbnrVxC5Tz+rVUwYl9MX/cIJc/Ll32YUoFIE/e9UKWMZoQenQu9dFrQyZCg==
axe-core@3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-3.4.1.tgz#e42623918bb85b5ef674633852cb9029db0309c5"
integrity sha512-+EhIdwR0hF6aeMx46gFDUy6qyCfsL0DmBrV3Z+LxYbsOd8e1zBaPHa3f9Rbjsz2dEwSBkLw6TwML/CAIIAqRpw==

axios@0.19.0:
version "0.19.0"
Expand Down

0 comments on commit 88905c1

Please sign in to comment.