Przeglądaj źródła

fix(report): 更新了报表模块package.json文件

lishihao 5 lat temu
rodzic
commit
4047a30ac2
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      report/package.json

+ 3 - 1
report/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sc/report",
-  "version": "3.0.0",
+  "version": "3.0.1",
   "description": "Smartcost Report Relative Module",
   "main": "./dist/index.cjs.js",
   "module": "./dist/index.esm.js",
@@ -14,12 +14,14 @@
   "author": "Tony Kang",
   "license": "ISC",
   "devDependencies": {
+    "lodash": "^4.17.21",
     "@types/chai": "^4.2.14",
     "@types/jszip": "^3.4.1",
     "@types/mocha": "^8.0.4",
     "@types/ms": "^0.7.31",
     "@types/node": "^14.14.8",
     "@types/uuid": "^8.3.0",
+    "@types/lodash": "^4.14.168",
     "@typescript-eslint/eslint-plugin": "^4.4.1",
     "@typescript-eslint/parser": "^4.4.1",
     "chai": "^4.2.0",