Browse Source

更新包

haojianlong 5 years ago
parent
commit
ad513c85db
2 changed files with 3 additions and 3 deletions
  1. 2 2
      saga-web-graphy/package.json
  2. 1 1
      saga-web-graphy/src/SGraphyView.ts

+ 2 - 2
saga-web-graphy/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/graphy",
-    "version": "2.1.53",
+    "version": "2.1.54",
     "description": "上格云二维图形引擎。",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -41,6 +41,6 @@
         "typescript": "^3.9.3"
     },
     "dependencies": {
-        "@saga-web/draw": "2.1.81"
+        "@saga-web/draw": "2.1.82"
     }
 }

+ 1 - 1
saga-web-graphy/src/SGraphyView.ts

@@ -7,7 +7,7 @@ import {
     SSvgPaintEngine
 } from "@saga-web/draw/lib";
 import { SGraphyScene } from "./SGraphyScene";
-import { SGraphyItem } from "../lib";
+import { SGraphyItem } from "./SGraphyItem";
 
 /**
  * Graphy图形引擎视图类