Skip to content

Commit ba18696

Browse files
Merge pull request #16 from hodfords-solutions/vendor/update-dependencies
chore: add chalk to peerDependencies
2 parents 38a0025 + c19b675 commit ba18696

File tree

2 files changed

+68
-96
lines changed

2 files changed

+68
-96
lines changed

package-lock.json

+65-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hodfords/nestjs-command",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "A utility for running CLI commands in NestJS apps",
55
"main": "index.js",
66
"scripts": {
@@ -56,7 +56,8 @@
5656
"commander": "13.1.0",
5757
"@nestjs/common": "*",
5858
"@nestjs/core": "*",
59-
"@nestjs/schedule": "*"
59+
"@nestjs/schedule": "*",
60+
"chalk": "^4.1.2"
6061
},
6162
"optionalDependencies": {
6263
"typeorm": "*"

0 commit comments

Comments
 (0)