update dependencies
parent
8dab959446
commit
225192d18d
|
@ -12,6 +12,9 @@ Repository: **<git+https://github.com/vladmandic/face-api.git>**
|
|||
### **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
|
||||
|
||||
|
||||
|
|
20
package.json
20
package.json
|
@ -47,26 +47,26 @@
|
|||
"@tensorflow/tfjs-backend-wasm": "^3.8.0",
|
||||
"@tensorflow/tfjs-node": "^3.8.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^3.8.0",
|
||||
"@types/node": "^16.4.6",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.5",
|
||||
"@typescript-eslint/parser": "^4.28.5",
|
||||
"@vladmandic/pilogger": "^0.2.17",
|
||||
"@types/node": "^16.4.13",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.1",
|
||||
"@typescript-eslint/parser": "^4.29.1",
|
||||
"@vladmandic/pilogger": "^0.2.18",
|
||||
"canvas": "^2.8.0",
|
||||
"chokidar": "^3.5.2",
|
||||
"dayjs": "^1.10.6",
|
||||
"esbuild": "^0.12.16",
|
||||
"eslint": "^7.31.0",
|
||||
"esbuild": "^0.12.19",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"eslint-plugin-json": "^3.0.0",
|
||||
"eslint-plugin-import": "^2.24.0",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"seedrandom": "^3.0.5",
|
||||
"simple-git": "^2.41.2",
|
||||
"simple-git": "^2.42.0",
|
||||
"tslib": "^2.3.0",
|
||||
"typedoc": "^0.21.4",
|
||||
"typedoc": "^0.21.5",
|
||||
"typescript": "4.3.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
],
|
||||
"outDir": "types",
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"importHelpers": true,
|
||||
|
@ -35,7 +34,7 @@
|
|||
"readme": "none",
|
||||
"out": "typedoc",
|
||||
"entryPoints": "src/index.ts",
|
||||
"logLevel": "Error",
|
||||
"logger": "none"
|
||||
"logLevel": "Verbose",
|
||||
"logger": "none",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue