From 00803107ce887a0903b04cf8959365ead87883bc Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 8 Jun 2021 06:58:27 -0400 Subject: [PATCH] 1.3.1 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6660ebc..834f30b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "1.3.0", + "version": "1.3.1", "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", @@ -47,15 +47,15 @@ "@tensorflow/tfjs-backend-wasm": "^3.7.0", "@tensorflow/tfjs-node": "^3.7.0", "@tensorflow/tfjs-node-gpu": "^3.7.0", - "@types/node": "^15.12.0", - "@typescript-eslint/eslint-plugin": "^4.26.0", - "@typescript-eslint/parser": "^4.26.0", + "@types/node": "^15.12.2", + "@typescript-eslint/eslint-plugin": "^4.26.1", + "@typescript-eslint/parser": "^4.26.1", "@vladmandic/pilogger": "^0.2.17", "canvas": "^2.8.0", "chokidar": "^3.5.1", "dayjs": "^1.10.5", - "esbuild": "^0.12.6", - "eslint": "^7.27.0", + "esbuild": "^0.12.7", + "eslint": "^7.28.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.4", "eslint-plugin-json": "^3.0.0", @@ -66,7 +66,7 @@ "seedrandom": "^3.0.5", "simple-git": "^2.39.0", "tslib": "^2.2.0", - "typedoc": "^0.20.36", - "typescript": "4.2.4" + "typedoc": "^0.21.0-beta.2", + "typescript": "4.3.2" } }