From 225192d18dd59e255f08d7899a8852d06f7cddce Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 10 Aug 2021 08:19:49 -0400 Subject: [PATCH] update dependencies --- CHANGELOG.md | 3 +++ package.json | 20 ++++++++++---------- tsconfig.json | 5 ++--- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d797844..54644aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Repository: **** ### **HEAD -> master** 2021/07/29 mandic00@live.com +### **release: 1.4.1** 2021/07/29 mandic00@live.com + + ### **1.4.1** 2021/07/29 mandic00@live.com diff --git a/package.json b/package.json index 8c1f966..eb0bac3 100644 --- a/package.json +++ b/package.json @@ -47,26 +47,26 @@ "@tensorflow/tfjs-backend-wasm": "^3.8.0", "@tensorflow/tfjs-node": "^3.8.0", "@tensorflow/tfjs-node-gpu": "^3.8.0", - "@types/node": "^16.4.6", - "@typescript-eslint/eslint-plugin": "^4.28.5", - "@typescript-eslint/parser": "^4.28.5", - "@vladmandic/pilogger": "^0.2.17", + "@types/node": "^16.4.13", + "@typescript-eslint/eslint-plugin": "^4.29.1", + "@typescript-eslint/parser": "^4.29.1", + "@vladmandic/pilogger": "^0.2.18", "canvas": "^2.8.0", "chokidar": "^3.5.2", "dayjs": "^1.10.6", - "esbuild": "^0.12.16", - "eslint": "^7.31.0", + "esbuild": "^0.12.19", + "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-json": "^3.0.0", + "eslint-plugin-import": "^2.24.0", + "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "node-fetch": "^2.6.1", "rimraf": "^3.0.2", "seedrandom": "^3.0.5", - "simple-git": "^2.41.2", + "simple-git": "^2.42.0", "tslib": "^2.3.0", - "typedoc": "^0.21.4", + "typedoc": "^0.21.5", "typescript": "4.3.5" } } diff --git a/tsconfig.json b/tsconfig.json index 4b54f7d..33a826f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ ], "outDir": "types", "declaration": true, - "emitDeclarationOnly": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, @@ -35,7 +34,7 @@ "readme": "none", "out": "typedoc", "entryPoints": "src/index.ts", - "logLevel": "Error", - "logger": "none" + "logLevel": "Verbose", + "logger": "none", } }