Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Aug 7, 2023
1 parent fafb02f commit ddbc9e6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 41 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 3 additions & 8 deletions src/subs/bunyan-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
11 changes: 3 additions & 8 deletions src/subs/console-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
9 changes: 2 additions & 7 deletions src/subs/mongodb-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
11 changes: 3 additions & 8 deletions src/subs/mysql-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
11 changes: 3 additions & 8 deletions src/subs/redis-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit ddbc9e6

Please sign in to comment.