main
Vladimir Mandic 2023-01-30 08:11:51 -05:00
parent d9feee615c
commit 7b424c8c59
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"description": "Repository for Human models", "description": "Repository for Human models",
"license": "MIT", "license": "MIT",
"author": "Vladimir Mandic <mandic00@live.com>", "author": "Vladimir Mandic <mandic00@live.com>",
"version": "3.0.2", "version": "3.0.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/vladmandic/human-models.git" "url": "git+https://github.com/vladmandic/human-models.git"
@ -21,12 +21,12 @@
"tfjs-models" "tfjs-models"
], ],
"dependencies": { "dependencies": {
"@google-cloud/storage": "^6.9.0", "@google-cloud/storage": "^6.9.1",
"@vladmandic/human": "^3.0.2", "@vladmandic/human": "^3.0.4",
"@vladmandic/pilogger": "^0.4.6", "@vladmandic/pilogger": "^0.4.7",
"eslint": "^8.31.0", "eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0" "eslint-plugin-node": "^11.1.0"
} }
} }