Merge pull request #8899 from marshmalien/patternfly-upgrade

Upgrade PatternFly dependencies

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-12-15 19:36:49 +00:00 committed by GitHub
commit 50d3b69629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@
},
"dependencies": {
"@lingui/react": "^2.9.1",
"@patternfly/patternfly": "4.59.1",
"@patternfly/react-core": "4.75.2",
"@patternfly/react-icons": "4.7.16",
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-core": "4.84.3",
"@patternfly/react-icons": "4.7.22",
"ansi-to-html": "^0.6.11",
"axios": "^0.18.1",
"codemirror": "^5.47.0",

View File

@ -65,7 +65,7 @@ function SurveyPreviewModal({
type={`survey-preview-textArea-${q.variable}`}
value={q.default}
aria-label={i18n._(t`Text Area`)}
disabled
isDisabled
/>
</FormGroup>
)}