Skip to content

Commit

Permalink
Merge 7bf7d83 into 534501f
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Jan 11, 2019
2 parents 534501f + 7bf7d83 commit 018bfcc
Show file tree
Hide file tree
Showing 16 changed files with 90 additions and 89 deletions.
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"victory": "^30.1.0"
},
"devDependencies": {
"@patternfly/patternfly-next": "1.0.117",
"@patternfly/patternfly-next": "1.0.120",
"css": "^2.2.3",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"npmlog": "^4.1.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
"@patternfly/patternfly-next": "1.0.117",
"@patternfly/patternfly-next": "1.0.120",
"@types/enzyme": "^3.1.15",
"@types/jest": "^23.3.10",
"@types/prop-types": "^15.5.6",
Expand All @@ -85,4 +85,4 @@
"tslint-react": "^3.6.0",
"typescript": "^3.1.5"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Alert = ({
variantLabel = variantLabel || capitalize(AlertVariant[variant]);
const readerTitle = (
<React.Fragment>
<span className={css(accessibleStyles.srOnly)}>{variantLabel}: </span>
<span className={css(accessibleStyles.screenReader)}>{variantLabel}: </span>
{title}
</React.Fragment>
);
Expand Down
Loading

0 comments on commit 018bfcc

Please sign in to comment.