From d1e48ef28f8e4da532eb82b42f8854c37595ace5 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 18 May 2021 08:14:56 -0400 Subject: [PATCH] 1.8.5 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3a64c68e..9cf8f9db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "1.8.4", + "version": "1.8.5", "description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition", "sideEffects": false, "main": "dist/human.node.js", @@ -61,24 +61,24 @@ "@tensorflow/tfjs-layers": "^3.6.0", "@tensorflow/tfjs-node": "^3.6.1", "@tensorflow/tfjs-node-gpu": "^3.6.1", - "@types/node": "^15.0.2", - "@typescript-eslint/eslint-plugin": "^4.23.0", - "@typescript-eslint/parser": "^4.23.0", + "@types/node": "^15.3.0", + "@typescript-eslint/eslint-plugin": "^4.24.0", + "@typescript-eslint/parser": "^4.24.0", "@vladmandic/pilogger": "^0.2.17", - "canvas": "^2.7.0", + "canvas": "^2.8.0", "chokidar": "^3.5.1", "dayjs": "^1.10.4", - "esbuild": "^0.11.20", + "esbuild": "^0.12.0", "eslint": "^7.26.0", "eslint-config-airbnb-base": "^14.2.1", - "eslint-plugin-import": "^2.22.1", + "eslint-plugin-import": "^2.23.2", "eslint-plugin-json": "^3.0.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.38.1", + "simple-git": "^2.39.0", "tslib": "^2.2.0", "typedoc": "^0.20.36", "typescript": "^4.2.4"