diff --git a/.npmrc b/.npmrc index a2c741ce..29879f19 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ force=true -legacy-peer-deps=true production=true +legacy-peer-deps=true +strict-peer-dependencies=false diff --git a/TODO.md b/TODO.md index fff49463..dc5cb3cc 100644 --- a/TODO.md +++ b/TODO.md @@ -48,16 +48,16 @@ Feature is automatically disabled in **NodeJS** without user impact ## Pending Release Changes -- install production-only dependencies by default - results in a must faster and smaller `human` installation - to install all dependencies use `npm install @vladmandic/human --production=false` +- install production-only dependencies by default + results in a must faster and smaller `human` installation + to install all dependencies use `npm install @vladmandic/human --production=false` - switch to production `@tensorflow/tfjs` for browsers - `tfjs` has stabilized in recent versions so its not necessary to run a custom bundle anymore -- add **webview** support -- add `getModelStats` method -- extract model stats in build process -- typedoc fixes -- add face contours to results -- improve face compare in demo app -- update dependencies -- gear model fixes + `tfjs` has stabilized in recent versions so its not necessary to run a custom bundle anymore +- add **webview** support +- add `getModelStats` method +- extract model stats in build process +- typedoc fixes +- add face contours to results +- improve face compare in demo app +- update dependencies and `tfjs` +- `gear` model fixes diff --git a/package.json b/package.json index 59b454b0..1dfc4101 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,7 @@ "tensorflow" ], "optionalDependencies": { - "canvas": "^2.9.3", - "dayjs": "^1.11.4" + "canvas": "^2.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.28.6", @@ -71,14 +70,14 @@ "@tensorflow/tfjs-node": "^3.19.0", "@tensorflow/tfjs-node-gpu": "^3.19.0", "@tensorflow/tfjs-tflite": "0.0.1-alpha.8", - "@types/node": "^18.0.6", + "@types/node": "^18.6.1", "@types/offscreencanvas": "^2019.7.0", "@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/parser": "^5.30.7", "@vladmandic/build": "^0.7.7", "@vladmandic/pilogger": "^0.4.5", "@vladmandic/tfjs": "github:vladmandic/tfjs", - "esbuild": "^0.14.49", + "esbuild": "^0.14.50", "eslint": "8.20.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-html": "^7.0.0", @@ -90,7 +89,7 @@ "rimraf": "^3.0.2", "seedrandom": "^3.0.5", "tslib": "^2.4.0", - "typedoc": "0.23.8", + "typedoc": "0.23.9", "typescript": "4.7.4" } }