From fc18d89ab62a6de3f25864b44f4751bbbb93d139 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 1 Jan 2022 07:51:51 -0500 Subject: [PATCH] 1.6.2 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 08edfd4..aff5a59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "1.6.1", + "version": "1.6.2", "description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS", "sideEffects": false, "main": "dist/face-api.node.js", @@ -42,7 +42,7 @@ ], "devDependencies": { "@canvas/image": "^1.0.1", - "@microsoft/api-extractor": "^7.19.2", + "@microsoft/api-extractor": "^7.19.3", "@tensorflow/tfjs": "^3.12.0", "@tensorflow/tfjs-backend-cpu": "^3.12.0", "@tensorflow/tfjs-backend-wasm": "^3.12.0", @@ -56,16 +56,16 @@ "@tensorflow/tfjs-node-gpu": "^3.12.0", "@types/node": "^17.0.5", "@types/offscreencanvas": "^2019.6.4", - "@typescript-eslint/eslint-plugin": "^5.8.0", - "@typescript-eslint/parser": "^5.8.0", + "@typescript-eslint/eslint-plugin": "^5.8.1", + "@typescript-eslint/parser": "^5.8.1", "@vladmandic/build": "^0.6.6", "@vladmandic/pilogger": "^0.4.2", "@vladmandic/tfjs": "github:vladmandic/tfjs", "canvas": "^2.8.0", "chokidar": "^3.5.2", "dayjs": "^1.10.7", - "esbuild": "^0.14.8", - "eslint": "^8.5.0", + "esbuild": "^0.14.10", + "eslint": "^8.6.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-json": "^3.1.0",