debug icon indicating copy to clipboard operation
debug copied to clipboard

Specify peer dependency version

Open jbojcic1 opened this issue 2 years ago • 0 comments

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?

jbojcic1 avatar Oct 17 '23 13:10 jbojcic1