-
Notifications
You must be signed in to change notification settings - Fork 993
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
Fixes #37156 - Pin victory-core to 36.8.z #10043
Conversation
Is Foreman the correct place for it? We only use it in Katello.. |
I thought REX uses charts too..Let me check.. So I found it in these places in foreman project: https://github.com/search?q=org%3Atheforeman%20%40patternfly%2Freact-charts&type=code |
@evgeni Does this look good? |
@@ -28,7 +28,8 @@ | |||
"surge", | |||
"webpack-bundle-analyzer", | |||
"tabbable", | |||
"@adobe/css-tools" | |||
"@adobe/css-tools", | |||
"victory-core" |
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.
Why is it excluded?
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.
I am not seeing this packaged today so not sure we want to package it..
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.
@evgeni Is this supposed to exclude only dev dependencies?
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.
I'm unsure about this change, but the list must remain sorted.
9dbc71d
to
6db8442
Compare
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.
the lists being sorted would be cool
Pin victory-core to less than 36.9.0 which breaks react-charts. See patternfly/patternfly-react#10064