Skip to content

Commit 6cc00a1

Browse files
committed
3.3.6
1 parent a6fd9a4 commit 6cc00a1

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vladmandic/human",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"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",
55
"sideEffects": false,
66
"main": "dist/human.node.js",
@@ -74,9 +74,9 @@
7474
"tensorflow"
7575
],
7676
"devDependencies": {
77-
"@html-eslint/eslint-plugin": "^0.26.0",
78-
"@html-eslint/parser": "^0.26.0",
79-
"@microsoft/api-extractor": "^7.49.2",
77+
"@html-eslint/eslint-plugin": "^0.46.1",
78+
"@html-eslint/parser": "^0.46.0",
79+
"@microsoft/api-extractor": "^7.52.11",
8080
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
8181
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
8282
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
@@ -87,27 +87,27 @@
8787
"@tensorflow/tfjs-layers": "^4.22.0",
8888
"@tensorflow/tfjs-node": "^4.22.0",
8989
"@tensorflow/tfjs-node-gpu": "^4.22.0",
90-
"@types/emscripten": "^1.40.0",
91-
"@types/node": "^22.13.1",
90+
"@types/emscripten": "^1.40.1",
91+
"@types/node": "^24.3.0",
9292
"@types/offscreencanvas": "^2019.7.3",
93-
"@typescript-eslint/eslint-plugin": "^8.8.1",
94-
"@typescript-eslint/parser": "^8.8.1",
95-
"@vladmandic/build": "^0.10.2",
96-
"@vladmandic/pilogger": "^0.5.1",
93+
"@typescript-eslint/eslint-plugin": "^8.41.0",
94+
"@typescript-eslint/parser": "^8.41.0",
95+
"@vladmandic/build": "^0.10.3",
96+
"@vladmandic/pilogger": "^0.5.2",
9797
"@vladmandic/tfjs": "github:vladmandic/tfjs",
98-
"canvas": "^3.1.0",
99-
"esbuild": "^0.24.2",
98+
"canvas": "^3.2.0",
99+
"esbuild": "^0.25.9",
100100
"eslint": "8.57.0",
101101
"eslint-config-airbnb-base": "^15.0.0",
102-
"eslint-plugin-html": "^8.1.2",
103-
"eslint-plugin-import": "^2.31.0",
102+
"eslint-plugin-html": "^8.1.3",
103+
"eslint-plugin-import": "^2.32.0",
104104
"eslint-plugin-json": "^4.0.1",
105105
"eslint-plugin-markdown": "^5.1.0",
106106
"eslint-plugin-node": "^11.1.0",
107-
"eslint-plugin-promise": "^7.1.0",
107+
"eslint-plugin-promise": "^7.2.1",
108108
"rimraf": "^6.0.1",
109109
"tslib": "^2.8.1",
110-
"typedoc": "0.27.6",
111-
"typescript": "5.7.3"
110+
"typedoc": "0.28.11",
111+
"typescript": "5.9.2"
112112
}
113113
}

0 commit comments

Comments
 (0)