Skip to content

Commit d839559

Browse files
authored
Updates to expandable datalist (#534)
* fix lint issue due to INTLY-1634 * Updated datalist. * Fixed issue with linting. * Fixed console errors, and broken snap shots. * Updated with review comments. * Fixed linter errors
1 parent c7be3c5 commit d839559

File tree

5 files changed

+237
-170
lines changed

5 files changed

+237
-170
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"proxy": "http://localhost:5001/",
66
"dependencies": {
77
"@fortawesome/fontawesome-free": "5.7.2",
8-
"@patternfly/patternfly": "2.40.13",
9-
"@patternfly/react-core": "3.120.8",
10-
"@patternfly/react-icons": "^3.14.19",
8+
"@patternfly/patternfly": "2.43.1",
9+
"@patternfly/react-core": "3.124.1",
10+
"@patternfly/react-icons": "^3.14.23",
1111
"asciidoctor.js": "1.5.7",
1212
"axios": "^0.19.0",
1313
"body-parser": "^1.18.3",

src/components/aboutModal/__tests__/__snapshots__/aboutModal.test.js.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ exports[`AboutModal Component should render a non-connected component: hidden mo
2929
containerInfo={<div />}
3030
>
3131
<AboutModalContainer
32-
appendTo={null}
3332
ariaDescribedById="pf-about-modal-content-0"
3433
ariaLabelledbyId="pf-about-modal-title-0"
3534
backgroundImageSrc="PF4DownstreamBG.svg"
@@ -76,7 +75,6 @@ exports[`AboutModal Component should render a non-connected component: show moda
7675
containerInfo={<div />}
7776
>
7877
<AboutModalContainer
79-
appendTo={null}
8078
ariaDescribedById="pf-about-modal-content-0"
8179
ariaLabelledbyId="pf-about-modal-title-0"
8280
backgroundImageSrc="PF4DownstreamBG.svg"

0 commit comments

Comments
 (0)