crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
946 stars 170 forks source link

fixed missing dependencies in package-lock-json #135

Open lwluc opened 2 years ago

lwluc commented 2 years ago

Fixed error during npm ci due to package.json and package-lock.json not in sync:

npm ERR! Missing: @types/react@^17.0.4 npm ERR! Missing: @types/vis@^4.21.21 (See build action)