-
Notifications
You must be signed in to change notification settings - Fork 355
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
fix(build): Fixed version mismatch issue #9716
Conversation
Preview: https://patternfly-react-pr-9716.surge.sh A11y report: https://patternfly-react-pr-9716-a11y.surge.sh |
yarn.lock
Outdated
"@patternfly/react-core@^5.1.1-prerelease.23": | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/@patternfly/react-core/-/react-core-5.1.1.tgz#9f0c5578c400e8808c56f160f3dd02801c430d3f" | ||
integrity sha512-9DbgQMXYmF8A4aCNLKXwIN1H07SIPoPaVLvx+yiDuJfDx4Qi0T+H7j5cx0VfDfxuCpqea3POJWqBQn1HnwS4wQ== | ||
dependencies: | ||
"@patternfly/react-icons" "^5.1.1" | ||
"@patternfly/react-styles" "^5.1.1" | ||
"@patternfly/react-tokens" "^5.1.1" | ||
focus-trap "7.5.2" | ||
react-dropzone "^14.2.3" | ||
tslib "^2.5.0" | ||
|
||
"@patternfly/react-icons@^5.1.1": | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/@patternfly/react-icons/-/react-icons-5.1.1.tgz#be1249e2f3abdc0e280952f88c3d5deb07fe1dde" | ||
integrity sha512-9gCxkWz2xcdi0rtXu2F0L68w4tLIlsgGTACo1ggr4aVng9jRX++o1PlCOqscOd9o0NiFnFD7BLlZUGvJWaYEZg== | ||
|
||
"@patternfly/react-styles@^5.1.1": | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/@patternfly/react-styles/-/react-styles-5.1.1.tgz#73762306972e520c2eff63a8b5412914c51a2ca8" | ||
integrity sha512-swO9X+WixYYDsMVsEJp1V8QUfhEQY91QfFm4phfYP4jc2TQ2opIFYdUIHkc+yrZwBhrgb/pPUUfemyqAoSbZcA== | ||
|
||
"@patternfly/react-tokens@^5.1.1": | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/@patternfly/react-tokens/-/react-tokens-5.1.1.tgz#098b70b4ed4d05217004395abc7395a46acc9abe" | ||
integrity sha512-cHuNkzNA9IY9aDwfjSEkitQoVEvRhOJRKhH0yIRlRByEkbdoV9jJZ9xj20hNShE+bxmNuom+MCTQSkpkN1bV8A== |
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 wonder if these deps should actually be here? I think we need to update the lock file again with the newly listed deps here.
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.
@wise-king-sullyman have we ever manually updated the lockfile?
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 ran yarn install again and it fixed the lock file
What: Closes #9715