mirror of https://github.com/vladmandic/human
update tfjs
parent
d362e040e9
commit
e1eaff4b31
34
package.json
34
package.json
|
@ -69,30 +69,30 @@
|
||||||
"@html-eslint/eslint-plugin": "^0.15.0",
|
"@html-eslint/eslint-plugin": "^0.15.0",
|
||||||
"@html-eslint/parser": "^0.15.0",
|
"@html-eslint/parser": "^0.15.0",
|
||||||
"@microsoft/api-extractor": "^7.32.0",
|
"@microsoft/api-extractor": "^7.32.0",
|
||||||
"@tensorflow/tfjs": "^3.20.0",
|
"@tensorflow/tfjs": "^3.21.0",
|
||||||
"@tensorflow/tfjs-backend-cpu": "^3.20.0",
|
"@tensorflow/tfjs-backend-cpu": "^3.21.0",
|
||||||
"@tensorflow/tfjs-backend-wasm": "^3.20.0",
|
"@tensorflow/tfjs-backend-wasm": "^3.21.0",
|
||||||
"@tensorflow/tfjs-backend-webgl": "^3.20.0",
|
"@tensorflow/tfjs-backend-webgl": "^3.21.0",
|
||||||
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.13",
|
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.14",
|
||||||
"@tensorflow/tfjs-converter": "^3.20.0",
|
"@tensorflow/tfjs-converter": "^3.21.0",
|
||||||
"@tensorflow/tfjs-core": "^3.20.0",
|
"@tensorflow/tfjs-core": "^3.21.0",
|
||||||
"@tensorflow/tfjs-data": "^3.20.0",
|
"@tensorflow/tfjs-data": "^3.21.0",
|
||||||
"@tensorflow/tfjs-layers": "^3.20.0",
|
"@tensorflow/tfjs-layers": "^3.21.0",
|
||||||
"@tensorflow/tfjs-node": "^3.20.0",
|
"@tensorflow/tfjs-node": "^3.21.1",
|
||||||
"@tensorflow/tfjs-node-gpu": "^3.20.0",
|
"@tensorflow/tfjs-node-gpu": "^3.21.0",
|
||||||
"@tensorflow/tfjs-tflite": "0.0.1-alpha.8",
|
"@tensorflow/tfjs-tflite": "0.0.1-alpha.9",
|
||||||
"@types/emscripten": "^1.39.6",
|
"@types/emscripten": "^1.39.6",
|
||||||
"@types/node": "^18.7.23",
|
"@types/node": "^18.8.3",
|
||||||
"@types/offscreencanvas": "^2019.7.0",
|
"@types/offscreencanvas": "^2019.7.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
"@typescript-eslint/eslint-plugin": "^5.39.0",
|
||||||
"@typescript-eslint/parser": "^5.38.1",
|
"@typescript-eslint/parser": "^5.39.0",
|
||||||
"@vladmandic/build": "^0.7.14",
|
"@vladmandic/build": "^0.7.14",
|
||||||
"@vladmandic/pilogger": "^0.4.6",
|
"@vladmandic/pilogger": "^0.4.6",
|
||||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||||
"@webgpu/types": "^0.1.21",
|
"@webgpu/types": "^0.1.22",
|
||||||
"canvas": "^2.10.1",
|
"canvas": "^2.10.1",
|
||||||
"esbuild": "^0.15.10",
|
"esbuild": "^0.15.10",
|
||||||
"eslint": "8.24.0",
|
"eslint": "8.25.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-plugin-html": "^7.1.0",
|
"eslint-plugin-html": "^7.1.0",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
|
|
Loading…
Reference in New Issue