How do I specify the peer dependency version of an npm package? #22460
Replies: 2 comments 1 reply
-
What is the specific problem you are encountering? Usually packages specify their peer dependencies on their own and if you want to use a different version of that depended on package directly, you can just import or add it to your import map or deps.ts on your own as well, which of course might lead to incompatibilities. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed because the issue was already there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I use npm specifier and import a package that contains a peer dependency, I want to specify the version of that peer dependency.
Beta Was this translation helpful? Give feedback.
All reactions