We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0bac3 commit d532da8Copy full SHA for d532da8
package.json
@@ -37,8 +37,10 @@
37
"fast-deep-equal": "^3.1.3",
38
"lodash": "^4.17.21",
39
"react-draggable": "^4.4.4",
40
+ "react-flow-renderer": "^10.3.5",
41
"react-redux": "^7.2.4",
- "redux": "^4.1.1"
42
+ "redux": "^4.1.1",
43
+ "tslib": "^2.4.0"
44
},
45
"devDependencies": {
46
"@babel/core": "^7.15.0",
@@ -69,7 +71,7 @@
69
71
"rollup-plugin-livereload": "^2.0.5",
70
72
"rollup-plugin-postcss": "^4.0.1",
73
"rollup-plugin-serve": "^1.1.0",
- "rollup-plugin-typescript2": "^0.30.0",
74
+ "rollup-plugin-typescript2": "^0.31.0",
75
"start-server-and-test": "^1.13.1",
76
"typescript": "^4.4.2"
77
0 commit comments