Adorkable / node-red-contrib-ui-led

A simple LED status indicator for the Node-RED Dashboard
MIT License
16 stars 12 forks source link

fixed dashboard dependency #87

Closed EkiSkyten closed 3 years ago

EkiSkyten commented 3 years ago

With npm 7 peer dependency warnings are now fatal errors. Thus, this node-red module was breaking anyone who was using it from upgrading to the new Dashboard. I mainly just changed the peer dependency to allow for anything greater than 2.23.3

yoiang commented 3 years ago

Thanks so much! Sorry for the late response, I appreciate the help!

colinl commented 2 years ago

Unfortunately this hasn't fixed it the problem. package.json still (in version 0.4.10) includes the lines

"peerDependencies": { "node-red-dashboard": "^2.23.3" },

The PR fixes it in devDependencies but not in peerDependencies