From a66516fa34e3c6a56610373f5ccfd7996995605d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 11 May 2021 07:09:44 -0400 Subject: [PATCH] 1.8.4 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 05e495e2..3a64c68e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "1.8.3", + "version": "1.8.4", "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,15 +61,15 @@ "@tensorflow/tfjs-layers": "^3.6.0", "@tensorflow/tfjs-node": "^3.6.1", "@tensorflow/tfjs-node-gpu": "^3.6.1", - "@types/node": "^15.0.1", - "@typescript-eslint/eslint-plugin": "^4.22.1", - "@typescript-eslint/parser": "^4.22.1", + "@types/node": "^15.0.2", + "@typescript-eslint/eslint-plugin": "^4.23.0", + "@typescript-eslint/parser": "^4.23.0", "@vladmandic/pilogger": "^0.2.17", "canvas": "^2.7.0", "chokidar": "^3.5.1", "dayjs": "^1.10.4", - "esbuild": "^0.11.18", - "eslint": "^7.25.0", + "esbuild": "^0.11.20", + "eslint": "^7.26.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-json": "^3.0.0", @@ -78,7 +78,7 @@ "node-fetch": "^2.6.1", "rimraf": "^3.0.2", "seedrandom": "^3.0.5", - "simple-git": "^2.38.0", + "simple-git": "^2.38.1", "tslib": "^2.2.0", "typedoc": "^0.20.36", "typescript": "^4.2.4"