Skip to content
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

Chore/fix peer dependencies #1306

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Aug 9, 2024

Before

➤ YN0000: ┌ Resolution step
➤ YN0060: │ @kaoto/kaoto@workspace:packages/ui provides monaco-editor (pa78ec) with version 0.45.0, which doesn't satisfy what react-monaco-editor requests
➤ YN0060: │ @kaoto/kaoto@workspace:packages/ui provides react (peadf7) with version 18.2.0, which doesn't satisfy what react-test-renderer and some of its descendants request
➤ YN0060: │ @kaoto/kaoto@workspace:packages/ui provides vite (p653e3) with version 4.5.3, which doesn't satisfy what vite-plugin-static-copy requests
➤ YN0002: │ @patternfly/react-code-editor@npm:5.3.4 [787c2] doesn't provide monaco-editor (pbdf2f), requested by @monaco-editor/react
➤ YN0002: │ @storybook/addon-onboarding@npm:8.2.8 [b6df9] doesn't provide react (p63348), requested by react-confetti
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 275ms
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 365ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 0s 468ms
➤ YN0000: Done with warnings in 1s 199ms

After

➤ YN0000: ┌ Resolution step
➤ YN0060: │ @kaoto/kaoto@workspace:packages/ui provides react (peadf7) with version 18.2.0, which doesn't satisfy what react-test-renderer and some of its descendants request
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed in 0s 281ms
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed in 0s 363ms
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed in 0s 425ms
➤ YN0000: Done with warnings in 1s 174ms

@lordrip lordrip merged commit 45d149c into KaotoIO:main Aug 9, 2024
9 checks passed
@lordrip lordrip deleted the chore/fix-peer-dependencies branch August 9, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant