fix(provider): handle changed nodes and edges

This commit is contained in:
moklick
2019-07-15 17:26:55 +02:00
parent 39d8981ccc
commit 81835a4e2c
4 changed files with 53 additions and 47 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"module": "dist/ReactGraph.esm.js",
"browser": "dist/ReactGraph.umd.js",
"main": "dist/ReactGraph.umd.js",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.14",