-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update dependency @patternfly/react-icons to v6.6.1 #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ | |
| }, | ||
| "peerDependencies": { | ||
| "@patternfly/react-core": "6.6.0", | ||
| "@patternfly/react-icons": "6.6.0", | ||
| "@patternfly/react-icons": "6.6.1", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [Minor] Peer/dev version drift. This bumps the |
||
| "@patternfly/react-table": "6.6.0", | ||
| "@tanstack/react-query": "5.101.4", | ||
| "react": "19.2.8", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bumps the peer dependency to
6.6.1, but thedevDependenciesentry for@patternfly/react-icons(line 37, unchanged) is still6.6.0, andpnpm-lock.yamlresolves it to6.6.0. The package therefore declares consumers must supply6.6.1while it is itself built and tested against6.6.0. Bump the dev entry to6.6.1and regenerate the lockfile in this PR so peer/dev/lock all agree. (No--frozen-lockfilebreak expected, since pnpm does not track peerDependencies specifiers in the lockfile.)