update dependencies

pull/97/head
Vladimir Mandic 2021-08-10 08:19:49 -04:00
parent 8dab959446
commit 225192d18d
3 changed files with 15 additions and 13 deletions

View File

@ -12,6 +12,9 @@ Repository: **<git+https://github.com/vladmandic/face-api.git>**
### **HEAD -> master** 2021/07/29 mandic00@live.com ### **HEAD -> master** 2021/07/29 mandic00@live.com
### **release: 1.4.1** 2021/07/29 mandic00@live.com
### **1.4.1** 2021/07/29 mandic00@live.com ### **1.4.1** 2021/07/29 mandic00@live.com

View File

@ -47,26 +47,26 @@
"@tensorflow/tfjs-backend-wasm": "^3.8.0", "@tensorflow/tfjs-backend-wasm": "^3.8.0",
"@tensorflow/tfjs-node": "^3.8.0", "@tensorflow/tfjs-node": "^3.8.0",
"@tensorflow/tfjs-node-gpu": "^3.8.0", "@tensorflow/tfjs-node-gpu": "^3.8.0",
"@types/node": "^16.4.6", "@types/node": "^16.4.13",
"@typescript-eslint/eslint-plugin": "^4.28.5", "@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.28.5", "@typescript-eslint/parser": "^4.29.1",
"@vladmandic/pilogger": "^0.2.17", "@vladmandic/pilogger": "^0.2.18",
"canvas": "^2.8.0", "canvas": "^2.8.0",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"dayjs": "^1.10.6", "dayjs": "^1.10.6",
"esbuild": "^0.12.16", "esbuild": "^0.12.19",
"eslint": "^7.31.0", "eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4", "eslint-plugin-import": "^2.24.0",
"eslint-plugin-json": "^3.0.0", "eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0", "eslint-plugin-promise": "^5.1.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"simple-git": "^2.41.2", "simple-git": "^2.42.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"typedoc": "^0.21.4", "typedoc": "^0.21.5",
"typescript": "4.3.5" "typescript": "4.3.5"
} }
} }

View File

@ -9,7 +9,6 @@
], ],
"outDir": "types", "outDir": "types",
"declaration": true, "declaration": true,
"emitDeclarationOnly": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"importHelpers": true, "importHelpers": true,
@ -35,7 +34,7 @@
"readme": "none", "readme": "none",
"out": "typedoc", "out": "typedoc",
"entryPoints": "src/index.ts", "entryPoints": "src/index.ts",
"logLevel": "Error", "logLevel": "Verbose",
"logger": "none" "logger": "none",
} }
} }