update dependencies

pull/280/head
Vladimir Mandic 2020-11-07 09:44:33 -05:00
parent 952b050bff
commit 0a430ffce4
1 changed files with 3 additions and 4 deletions

View File

@ -26,10 +26,10 @@
"@tensorflow/tfjs-node": "^2.7.0",
"@vladmandic/pilogger": "^0.2.7",
"chokidar": "^3.4.3",
"dayjs": "^1.9.4",
"dayjs": "^1.9.5",
"esbuild": "^0.7.22",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
@ -41,7 +41,6 @@
"scripts": {
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
"lint": "eslint src/*.js demo/*.js",
"wiki": "cd wiki; git add *; git commit -a -m 'update'; git push; cd ..",
"dev": "npm install && node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation dev-server.js",
"build-iife": "esbuild --bundle --minify --platform=browser --sourcemap --target=es2018 --format=iife --external:fs --global-name=Human --metafile=dist/human.json --outfile=dist/human.js src/human.js",
"build-esm-bundle": "esbuild --bundle --minify --platform=browser --sourcemap --target=es2018 --format=esm --external:fs --metafile=dist/human.esm.json --outfile=dist/human.esm.js src/human.js",