From 3e30aa6e422c80ef22b69e3386cda8b60ff6c3be Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 5 Aug 2023 14:51:13 +0200 Subject: [PATCH] 3.1.1 --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 0f6880ec..c872a1ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/human", - "version": "3.0.7", + "version": "3.1.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", @@ -78,39 +78,39 @@ "tensorflow" ], "devDependencies": { - "@html-eslint/eslint-plugin": "^0.19.0", - "@html-eslint/parser": "^0.19.0", - "@microsoft/api-extractor": "^7.35.2", - "@tensorflow/tfjs-backend-cpu": "^4.7.0", - "@tensorflow/tfjs-backend-wasm": "^4.7.0", - "@tensorflow/tfjs-backend-webgl": "^4.7.0", - "@tensorflow/tfjs-backend-webgpu": "4.7.0", - "@tensorflow/tfjs-converter": "^4.7.0", - "@tensorflow/tfjs-core": "^4.7.0", - "@tensorflow/tfjs-data": "^4.7.0", - "@tensorflow/tfjs-layers": "^4.7.0", - "@tensorflow/tfjs-node": "^4.7.0", - "@tensorflow/tfjs-node-gpu": "^4.7.0", - "@types/node": "^20.3.0", + "@html-eslint/eslint-plugin": "^0.19.1", + "@html-eslint/parser": "^0.19.1", + "@microsoft/api-extractor": "^7.36.3", + "@tensorflow/tfjs-backend-cpu": "^4.10.0", + "@tensorflow/tfjs-backend-wasm": "^4.10.0", + "@tensorflow/tfjs-backend-webgl": "^4.10.0", + "@tensorflow/tfjs-backend-webgpu": "4.10.0", + "@tensorflow/tfjs-converter": "^4.10.0", + "@tensorflow/tfjs-core": "^4.10.0", + "@tensorflow/tfjs-data": "^4.10.0", + "@tensorflow/tfjs-layers": "^4.10.0", + "@tensorflow/tfjs-node": "^4.10.0", + "@tensorflow/tfjs-node-gpu": "^4.10.0", + "@types/node": "^20.4.8", "@types/offscreencanvas": "^2019.7.0", - "@typescript-eslint/eslint-plugin": "^5.59.9", - "@typescript-eslint/parser": "^5.59.9", + "@typescript-eslint/eslint-plugin": "^6.2.1", + "@typescript-eslint/parser": "^6.2.1", "@vladmandic/build": "^0.9.2", "@vladmandic/pilogger": "^0.4.8", "@vladmandic/tfjs": "github:vladmandic/tfjs", "canvas": "^2.11.2", - "esbuild": "^0.18.1", - "eslint": "8.42.0", + "esbuild": "^0.18.18", + "eslint": "8.46.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-html": "^7.1.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "^2.28.0", "eslint-plugin-json": "^3.1.0", - "eslint-plugin-markdown": "^3.0.0", + "eslint-plugin-markdown": "^3.0.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "rimraf": "^5.0.1", - "tslib": "^2.5.3", + "tslib": "^2.6.1", "typedoc": "0.24.8", - "typescript": "5.1.3" + "typescript": "5.1.6" } }