update tfjs

pull/293/head
Vladimir Mandic 2022-07-25 08:30:34 -04:00
parent 0ea4edf39c
commit 4d0b9fff98
3 changed files with 18 additions and 18 deletions

3
.npmrc
View File

@ -1,3 +1,4 @@
force=true force=true
legacy-peer-deps=true
production=true production=true
legacy-peer-deps=true
strict-peer-dependencies=false

View File

@ -59,5 +59,5 @@ Feature is automatically disabled in **NodeJS** without user impact
- typedoc fixes - typedoc fixes
- add face contours to results - add face contours to results
- improve face compare in demo app - improve face compare in demo app
- update dependencies - update dependencies and `tfjs`
- gear model fixes - `gear` model fixes

View File

@ -54,8 +54,7 @@
"tensorflow" "tensorflow"
], ],
"optionalDependencies": { "optionalDependencies": {
"canvas": "^2.9.3", "canvas": "^2.9.3"
"dayjs": "^1.11.4"
}, },
"devDependencies": { "devDependencies": {
"@microsoft/api-extractor": "^7.28.6", "@microsoft/api-extractor": "^7.28.6",
@ -71,14 +70,14 @@
"@tensorflow/tfjs-node": "^3.19.0", "@tensorflow/tfjs-node": "^3.19.0",
"@tensorflow/tfjs-node-gpu": "^3.19.0", "@tensorflow/tfjs-node-gpu": "^3.19.0",
"@tensorflow/tfjs-tflite": "0.0.1-alpha.8", "@tensorflow/tfjs-tflite": "0.0.1-alpha.8",
"@types/node": "^18.0.6", "@types/node": "^18.6.1",
"@types/offscreencanvas": "^2019.7.0", "@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7", "@typescript-eslint/parser": "^5.30.7",
"@vladmandic/build": "^0.7.7", "@vladmandic/build": "^0.7.7",
"@vladmandic/pilogger": "^0.4.5", "@vladmandic/pilogger": "^0.4.5",
"@vladmandic/tfjs": "github:vladmandic/tfjs", "@vladmandic/tfjs": "github:vladmandic/tfjs",
"esbuild": "^0.14.49", "esbuild": "^0.14.50",
"eslint": "8.20.0", "eslint": "8.20.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^7.0.0", "eslint-plugin-html": "^7.0.0",
@ -90,7 +89,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typedoc": "0.23.8", "typedoc": "0.23.9",
"typescript": "4.7.4" "typescript": "4.7.4"
} }
} }