kmenu icon indicating copy to clipboard operation
kmenu copied to clipboard

peer dependency mismatch

Open beefancohen opened this issue 5 months ago • 0 comments

├─┬ @kmenu/react 2.0.3
│ └── ✕ unmet peer [email protected]: found 2.0.3

using pnpm v10.13.1, node 22.14.0

package.json:

    "kmenu": "^2.0.3",
    "@kmenu/react": "^2.0.3",

looking at the outputted package.json in @kmenu/react the peerDependencies are:

  "peerDependencies": {
    "kmenu": "2.0.1",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },

might just be a publishing problem

beefancohen avatar Aug 26 '25 17:08 beefancohen