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

prop-types dependency resolution #388

Closed
meirish opened this issue Mar 1, 2023 · 1 comment
Closed

prop-types dependency resolution #388

meirish opened this issue Mar 1, 2023 · 1 comment

Comments

@meirish
Copy link

meirish commented Mar 1, 2023

Describe the bug
I was looking into an embroider migration, but kept running into an addon in our monorepo not being able to find copy-button.js. So when I tried building that addon independently, I get the following error:

ember-cli-clipboard needs prop-types satisfying ^15.8.1, but we have version 15.7.2 because of ember-arg-types

It looks like ember-arg-types needs to have the prop-types dependency to ^15.8.1 - it's currently at ^15.7.2.

@jkusa
Copy link
Owner

jkusa commented Aug 23, 2023

fixed via jkusa/ember-arg-types#99

@jkusa jkusa closed this as completed Aug 23, 2023
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

No branches or pull requests

2 participants