update dependencies

pull/130/head
Vladimir Mandic 2022-09-29 10:38:12 -04:00
parent dea225bbeb
commit 0cbfd9b01b
2 changed files with 10 additions and 9 deletions

View File

@ -9,11 +9,12 @@
## Changelog
### **HEAD -> master** 2022/09/25 mandic00@live.com
### **1.7.4** 2022/09/25 mandic00@live.com
### **origin/master** 2022/09/14 mandic00@live.com
- improve face compare performance
### **1.7.3** 2022/08/24 mandic00@live.com

View File

@ -43,7 +43,7 @@
],
"devDependencies": {
"@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.31.2",
"@microsoft/api-extractor": "^7.32.0",
"@tensorflow/tfjs": "^3.20.0",
"@tensorflow/tfjs-backend-cpu": "^3.20.0",
"@tensorflow/tfjs-backend-wasm": "^3.20.0",
@ -55,11 +55,11 @@
"@tensorflow/tfjs-layers": "^3.20.0",
"@tensorflow/tfjs-node": "^3.20.0",
"@tensorflow/tfjs-node-gpu": "^3.20.0",
"@types/node": "^18.7.21",
"@types/node": "^18.7.23",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vladmandic/build": "^0.7.13",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vladmandic/build": "^0.7.14",
"@vladmandic/pilogger": "^0.4.6",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"esbuild": "^0.15.9",
@ -73,6 +73,6 @@
"seedrandom": "^3.0.5",
"tslib": "^2.4.0",
"typedoc": "^0.23.15",
"typescript": "4.8.3"
"typescript": "4.8.4"
}
}