From 4ca829f941804b52e824476d7bd22afcbb452eaf Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 8 May 2023 09:08:05 -0400 Subject: [PATCH] 1.7.11 --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 8ae1fbe..957ffae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vladmandic/face-api", - "version": "1.7.10", + "version": "1.7.11", "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", @@ -43,35 +43,35 @@ ], "devDependencies": { "@canvas/image": "^1.0.1", - "@microsoft/api-extractor": "^7.34.4", - "@tensorflow/tfjs": "^4.3.0", - "@tensorflow/tfjs-backend-cpu": "^4.3.0", - "@tensorflow/tfjs-backend-wasm": "^4.3.0", - "@tensorflow/tfjs-backend-webgl": "^4.3.0", - "@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.18", - "@tensorflow/tfjs-converter": "^4.3.0", - "@tensorflow/tfjs-core": "^4.3.0", - "@tensorflow/tfjs-data": "^4.3.0", - "@tensorflow/tfjs-layers": "^4.3.0", - "@tensorflow/tfjs-node": "^4.3.0", - "@tensorflow/tfjs-node-gpu": "^4.3.0", - "@types/node": "^18.15.5", + "@microsoft/api-extractor": "^7.34.8", + "@tensorflow/tfjs": "^4.5.0", + "@tensorflow/tfjs-backend-cpu": "^4.5.0", + "@tensorflow/tfjs-backend-wasm": "^4.5.0", + "@tensorflow/tfjs-backend-webgl": "^4.5.0", + "@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.20", + "@tensorflow/tfjs-converter": "^4.5.0", + "@tensorflow/tfjs-core": "^4.5.0", + "@tensorflow/tfjs-data": "^4.5.0", + "@tensorflow/tfjs-layers": "^4.5.0", + "@tensorflow/tfjs-node": "^4.5.0", + "@tensorflow/tfjs-node-gpu": "^4.5.0", + "@types/node": "^20.1.0", "@types/offscreencanvas": "^2019.7.0", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", - "@vladmandic/build": "^0.8.2", - "@vladmandic/pilogger": "^0.4.7", - "esbuild": "^0.17.12", - "eslint": "^8.36.0", + "@typescript-eslint/eslint-plugin": "^5.59.2", + "@typescript-eslint/parser": "^5.59.2", + "@vladmandic/build": "^0.9.2", + "@vladmandic/pilogger": "^0.4.8", + "esbuild": "^0.17.18", + "eslint": "^8.40.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "rimraf": "^4.4.0", + "rimraf": "^5.0.0", "seedrandom": "^3.0.5", "tslib": "^2.5.0", - "typedoc": "^0.23.28", - "typescript": "5.0.2" + "typedoc": "^0.24.7", + "typescript": "5.0.4" } }