Skip to content

Commit

Permalink
🌱 Upgrade to Patternfly 5.2 (konveyor#1680)
Browse files Browse the repository at this point in the history
Update to the latest 5.2.x releases of the patternfly libraries.

Changed the dependency version to specific pinned versions to be extra
clear that we test and verify against exactly the versions in the
`package.json`.

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

---------

Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
  • Loading branch information
sjd78 committed Apr 22, 2024
1 parent 3996cf7 commit 2f2db9f
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 296 deletions.
14 changes: 6 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@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",
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-charts": "7.2.2",
"@patternfly/react-code-editor": "5.2.3",
"@patternfly/react-core": "5.2.3",
"@patternfly/react-table": "5.2.4",
"@patternfly/react-tokens": "5.2.1",
"@react-keycloak/web": "^3.4.0",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
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",
"yup": "^0.32.11"
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 2f2db9f

Please sign in to comment.