Skip to content

Commit d532da8

Browse files
committed
1 parent fc0bac3 commit d532da8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@
3737
"fast-deep-equal": "^3.1.3",
3838
"lodash": "^4.17.21",
3939
"react-draggable": "^4.4.4",
40+
"react-flow-renderer": "^10.3.5",
4041
"react-redux": "^7.2.4",
41-
"redux": "^4.1.1"
42+
"redux": "^4.1.1",
43+
"tslib": "^2.4.0"
4244
},
4345
"devDependencies": {
4446
"@babel/core": "^7.15.0",
@@ -69,7 +71,7 @@
6971
"rollup-plugin-livereload": "^2.0.5",
7072
"rollup-plugin-postcss": "^4.0.1",
7173
"rollup-plugin-serve": "^1.1.0",
72-
"rollup-plugin-typescript2": "^0.30.0",
74+
"rollup-plugin-typescript2": "^0.31.0",
7375
"start-server-and-test": "^1.13.1",
7476
"typescript": "^4.4.2"
7577
},

0 commit comments

Comments
 (0)