From 61fa61ddd9718ed623e5794bae6aa6d6a4662472 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 8 Jun 2022 08:44:52 -0400 Subject: [PATCH] 2.8.1 --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 7ff8b6e1..c3ca3ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "2.8.0", + "version": "2.8.1", "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", @@ -53,7 +53,7 @@ "tensorflow" ], "devDependencies": { - "@microsoft/api-extractor": "^7.24.2", + "@microsoft/api-extractor": "^7.25.0", "@tensorflow/tfjs": "^3.18.0", "@tensorflow/tfjs-backend-cpu": "^3.18.0", "@tensorflow/tfjs-backend-wasm": "^3.18.0", @@ -65,17 +65,17 @@ "@tensorflow/tfjs-layers": "^3.18.0", "@tensorflow/tfjs-node": "^3.18.0", "@tensorflow/tfjs-node-gpu": "^3.18.0", - "@types/node": "^17.0.38", + "@types/node": "^17.0.41", "@types/offscreencanvas": "^2019.7.0", - "@typescript-eslint/eslint-plugin": "^5.27.0", - "@typescript-eslint/parser": "^5.27.0", + "@typescript-eslint/eslint-plugin": "^5.27.1", + "@typescript-eslint/parser": "^5.27.1", "@vladmandic/build": "^0.7.4", "@vladmandic/pilogger": "^0.4.4", "@vladmandic/tfjs": "github:vladmandic/tfjs", "canvas": "^2.9.1", - "dayjs": "^1.11.2", - "esbuild": "^0.14.42", - "eslint": "8.16.0", + "dayjs": "^1.11.3", + "esbuild": "^0.14.43", + "eslint": "8.17.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-html": "^6.2.0", "eslint-plugin-import": "^2.26.0", @@ -87,6 +87,6 @@ "seedrandom": "^3.0.5", "tslib": "^2.4.0", "typedoc": "0.22.17", - "typescript": "4.7.2" + "typescript": "4.7.3" } }