Skip to content

Commit

Permalink
🌱 Upgrade to Patternfly 5.2
Browse files Browse the repository at this point in the history
Update to the 5.2 release of the patternfly libraries.

See release notes https://www.patternfly.org/get-started/release-highlights/#patternfly-5.2

Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Feb 8, 2024
1 parent 3cf032f commit c7de0f4
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 296 deletions.
16 changes: 7 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"@hookform/resolvers": "^2.9.11",
"@hot-loader/react-dom": "^17.0.2",
"@migtools/lib-ui": "^10.0.1",
"@patternfly/patternfly": "^5.0.2",
"@patternfly/react-charts": "^7.1.0",
"@patternfly/react-code-editor": "^5.1.0",
"@patternfly/react-core": "^5.1.0",
"@patternfly/react-table": "^5.1.0",
"@patternfly/react-tokens": "^5.1.0",
"@react-keycloak/web": "^3.4.0",
"@patternfly/patternfly": "^5.2.0",
"@patternfly/react-charts": "^7.2.0",
"@patternfly/react-code-editor": "^5.2.0",
"@patternfly/react-core": "^5.2.0",
"@patternfly/react-table": "^5.2.0",
"@patternfly/react-tokens": "^5.2.0",
"@react-keycloak/web": "3.4.0",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
"axios": "^0.21.2",
Expand All @@ -49,10 +49,8 @@
"react-i18next": "^11.8.5",
"react-markdown": "^8.0.7",
"react-measure": "^2.5.2",
"react-monaco-editor": "0.51.0",
"react-router-dom": "^5.2.0",
"tinycolor2": "^1.6.0",
"typesafe-actions": "^5.1.0",
"web-vitals": "^0.2.4",
"xmllint": "^0.1.1",
"yaml": "^1.10.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ exports[`Test snapshot 1`] = `
</div>
</div>
</div>
<div
class="pf-v5-c-toolbar__expandable-content"
id="pf-random-id-0-expandable-content-0"
>
<div
class="pf-v5-c-toolbar__group"
/>
</div>
</div>
<div
class="pf-v5-c-toolbar__content pf-m-hidden"
Expand Down Expand Up @@ -230,14 +222,6 @@ exports[`Test snapshot 1`] = `
</div>
</div>
</div>
<div
class="pf-v5-c-toolbar__expandable-content"
id="pf-random-id-0-expandable-content-0"
>
<div
class="pf-v5-c-toolbar__group"
/>
</div>
</div>
<div
class="pf-v5-c-toolbar__content pf-m-hidden"
Expand Down
Loading

0 comments on commit c7de0f4

Please sign in to comment.