Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@
"@novnc/novnc": "1.3.0",
"@patternfly/patternfly": "^5.4.2",
"@patternfly/react-charts": "~7.4.5",
"@patternfly/react-core": "^5.2.0",
"@patternfly/react-icons": "^5.2.0",
"@patternfly/react-styles": "^5.2.0",
"@patternfly/react-table": "^5.2.0",
"@patternfly/react-tokens": "^5.2.0",
"@patternfly/react-core": "^5.4.8",
"@patternfly/react-icons": "^5.4.2",

Copilot AI Jan 7, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version ^5.4.2 is specified for @patternfly/react-icons, but @patternfly/react-core and @patternfly/react-table are using ^5.4.8. To ensure consistency and compatibility across PatternFly packages, consider updating this to ^5.4.8 to match the other react packages.

Suggested change
"@patternfly/react-icons": "^5.4.2",
"@patternfly/react-icons": "^5.4.8",

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Latest version is @patternfly/react-icons: 5.4.2

"@patternfly/react-styles": "^5.4.1",
"@patternfly/react-table": "^5.4.8",
"@patternfly/react-tokens": "^5.4.1",
"@patternfly/react-templates": "^1.1.8",
"@reduxjs/toolkit": "^1.6.0",
"@scalprum/core": "^0.8.1",
"@scalprum/react-core": "^0.9.3",
Expand Down