From ddbc9e6cebfbdb2db8beedd3bcff9b311ea659c3 Mon Sep 17 00:00:00 2001 From: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com> Date: Mon, 7 Aug 2023 14:42:28 -0700 Subject: [PATCH] Update --- package.json | 5 +++-- src/subs/bunyan-sub/package.json | 11 +++-------- src/subs/console-sub/package.json | 11 +++-------- src/subs/mongodb-sub/package.json | 9 ++------- src/subs/mysql-sub/package.json | 11 +++-------- src/subs/redis-sub/package.json | 11 +++-------- 6 files changed, 17 insertions(+), 41 deletions(-) diff --git a/package.json b/package.json index 554beda..c96bb86 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,14 @@ "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", - "eslint": "^7.29.0", + "eslint": "^8.46.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-security": "^1.4.0", - "grunt": "^1.6.1" + "grunt": "^1.6.1", + "typescript": "4.1.2" }, "repository": { "type": "git", diff --git a/src/subs/bunyan-sub/package.json b/src/subs/bunyan-sub/package.json index eec1e79..1dea838 100755 --- a/src/subs/bunyan-sub/package.json +++ b/src/subs/bunyan-sub/package.json @@ -6,16 +6,11 @@ "build": "tsc", "lint": "eslint ./ --fix" }, - "devDependencies": { + "dependencies": { "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "../../diagnostic-channel", - "diagnostic-channel-publishers": "../../diagnostic-channel-publishers", - "mocha": "^10.2.0", + "diagnostic-channel": "file:../../diagnostic-channel", + "diagnostic-channel-publishers": "file:../../diagnostic-channel-publishers", "typescript": "4.1.2" }, - "peerDependencies": { - "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "*" - }, "license": "MIT" } diff --git a/src/subs/console-sub/package.json b/src/subs/console-sub/package.json index 2412715..867ada3 100755 --- a/src/subs/console-sub/package.json +++ b/src/subs/console-sub/package.json @@ -6,16 +6,11 @@ "build": "tsc", "lint": "eslint ./ --fix" }, - "devDependencies": { + "dependencies": { "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "../../diagnostic-channel", - "diagnostic-channel-publishers": "../../diagnostic-channel-publishers", - "mocha": "^10.2.0", + "diagnostic-channel": "file:../../diagnostic-channel", + "diagnostic-channel-publishers": "file:../../diagnostic-channel-publishers", "typescript": "4.1.2" }, - "peerDependencies": { - "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "*" - }, "license": "MIT" } diff --git a/src/subs/mongodb-sub/package.json b/src/subs/mongodb-sub/package.json index 62a1f06..8c26248 100755 --- a/src/subs/mongodb-sub/package.json +++ b/src/subs/mongodb-sub/package.json @@ -8,14 +8,9 @@ }, "devDependencies": { "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "../../diagnostic-channel", - "diagnostic-channel-publishers": "../../diagnostic-channel-publishers", - "mocha": "^10.2.0", + "diagnostic-channel": "file:../../diagnostic-channel", + "diagnostic-channel-publishers": "file:../../diagnostic-channel-publishers", "typescript": "4.1.2" }, - "peerDependencies": { - "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "*" - }, "license": "MIT" } diff --git a/src/subs/mysql-sub/package.json b/src/subs/mysql-sub/package.json index fa6cfb4..fd90783 100755 --- a/src/subs/mysql-sub/package.json +++ b/src/subs/mysql-sub/package.json @@ -6,16 +6,11 @@ "build": "tsc", "lint": "eslint ./ --fix" }, - "devDependencies": { + "dependencies": { "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "../../diagnostic-channel", - "diagnostic-channel-publishers": "../../diagnostic-channel-publishers", - "mocha": "^10.2.0", + "diagnostic-channel": "file:../../diagnostic-channel", + "diagnostic-channel-publishers": "file:../../diagnostic-channel-publishers", "typescript": "4.1.2" }, - "peerDependencies": { - "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "*" - }, "license": "MIT" } diff --git a/src/subs/redis-sub/package.json b/src/subs/redis-sub/package.json index bf264b5..14da06d 100755 --- a/src/subs/redis-sub/package.json +++ b/src/subs/redis-sub/package.json @@ -6,16 +6,11 @@ "build": "tsc", "lint": "eslint ./ --fix" }, - "devDependencies": { + "dependencies": { "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "../../diagnostic-channel", - "diagnostic-channel-publishers": "../../diagnostic-channel-publishers", - "mocha": "^10.2.0", + "diagnostic-channel": "file:../../diagnostic-channel", + "diagnostic-channel-publishers": "file:../../diagnostic-channel-publishers", "typescript": "4.1.2" }, - "peerDependencies": { - "applicationinsights": ">= 0.19.0", - "diagnostic-channel": "*" - }, "license": "MIT" }