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

Specify peer dependency version #947

Open
jbojcic1 opened this issue Oct 17, 2023 · 0 comments
Open

Specify peer dependency version #947

jbojcic1 opened this issue Oct 17, 2023 · 0 comments

Comments

@jbojcic1
Copy link

jbojcic1 commented Oct 17, 2023

Currently the package.json has this section:

"peerDependenciesMeta": {
    "supports-color": {
      "optional": true
    }
  },

but there is no peerDependencies defined there at all. Am I missing or peerDependenciesMeta should be used in combination with peerDependencies as described in the docs? How is this supposed to work?

The reason why I am asking is this issue. Wouldn't that be fixed by just adding peerDependencies and specifying supports-color as <= 8?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant