소스 검색

'依赖升级'

zhangyu 4 년 전
부모
커밋
d5f1cd239d
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      package.json
  2. 1 1
      src/lib/items/SFHFQZoneLegendItem.ts
  3. 1 1
      src/lib/items/SSCPZZoneLegendItem.ts
  4. 1 1
      src/lib/items/SZoneLegendItem.ts

+ 2 - 2
package.json

@@ -9,10 +9,10 @@
     },
     "dependencies": {
         "@saga-web/base": "2.1.22",
-        "@saga-web/big": "1.0.66",
+        "@saga-web/big": "1.0.67",
         "@saga-web/draw": "2.1.100",
         "@saga-web/feng-map": "1.0.19",
-        "@saga-web/graph": "2.1.101",
+        "@saga-web/graph": "2.1.102",
         "ant-design-vue": "^1.4.10",
         "axios": "^0.19.2",
         "core-js": "^3.4.4",

+ 1 - 1
src/lib/items/SFHFQZoneLegendItem.ts

@@ -1,5 +1,5 @@
 
-import { SGraphItem } from "@saga-web/graph/lib";
+import { SGraphItem, SLineStyle } from "@saga-web/graph/lib";
 import { Legend } from '../types/Legend';
 import { SPainter, SColor, SFont, SPoint, SLineCapStyle } from "@saga-web/draw";
 import { STextItem } from '@saga-web/graph/lib';

+ 1 - 1
src/lib/items/SSCPZZoneLegendItem.ts

@@ -1,5 +1,5 @@
 
-import { SGraphItem } from "@saga-web/graph/lib";
+import { SGraphItem, SLineStyle } from "@saga-web/graph/lib";
 import { Legend } from '../types/Legend';
 import { SPainter, SColor, SFont, SPoint, SLineCapStyle } from "@saga-web/draw";
 import { STextItem } from '@saga-web/graph/lib';

+ 1 - 1
src/lib/items/SZoneLegendItem.ts

@@ -1,5 +1,5 @@
 
-import { SGraphItem } from "@saga-web/graph/lib";
+import { SGraphItem, SLineStyle } from "@saga-web/graph/lib";
 import { Legend } from '../types/Legend';
 import { SPainter, SColor, SFont, SPoint, SLineCapStyle } from "@saga-web/draw";
 import { STextItem } from '@saga-web/graph/lib';