vue-vis-network icon indicating copy to clipboard operation
vue-vis-network copied to clipboard

5.4.1 is a bad version

Open scenaristeur opened this issue 4 years ago • 0 comments

on https://github.com/r3code/vue-vis-network/blob/6f03c6aaeb589f670fc787845a78d5c6f72c8525/example/package-lock.json#L11250 due to https://github.com/visjs/vis-network/blob/f75cebf544eccd1ad37588e654ad546cf3228a5f/examples/network/version_migration/5.4.1_to_6.0.0/manipulationEditEdgeNoDrag.html#L54

could you please publish your package to npm at it seems that it always load

 "dependencies": {
    "vis-network": "^5.4.1"
  },

i've tried to install my fork, with updated packages https://github.com/scenaristeur/vue-vis-network/blob/master/package.json but it says that vue-vis-network is not installed. Why is vue-vis-network a peer dependency of itself ???

scenaristeur avatar Mar 07 '21 23:03 scenaristeur