File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-monitor-dag" ,
3
- "version" : " 1.1.7 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " 一个基于React的运维/监控DAG图" ,
5
5
"main" : " dist/index.js" ,
6
6
"pack" : " pack/index.js" ,
19
19
"author" : " 无惟" ,
20
20
"license" : " MIT" ,
21
21
"dependencies" : {
22
- "butterfly-dag" : " ~4.0.2 "
22
+
23
23
},
24
24
"peerDependencies" : {
25
25
"react" : " >15.6.1" ,
26
26
"react-dom" : " >15.6.1" ,
27
27
"lodash" : " ^4.17.20" ,
28
- "jquery" : " >=2.0.0"
28
+ "jquery" : " >=2.0.0" ,
29
+ "butterfly-dag" : " >=4.3.0"
29
30
},
30
31
"devDependencies" : {
31
32
"@babel/core" : " ^7.12.17" ,
41
42
"@types/react-dom" : " ^17.0.3" ,
42
43
"babel-loader" : " ^8.2.2" ,
43
44
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.26.2" ,
45
+ "butterfly-dag" : " ~4.3.0" ,
44
46
"less" : " ^3.12.2" ,
45
47
"postcss" : " ^8.1.14" ,
46
48
"rollup" : " ^2.38.5" ,
You can’t perform that action at this time.
0 commit comments