Skip to content

Commit

Permalink
bring back chalk to core because node-logger uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Sep 17, 2024
1 parent 1376017 commit fce9cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions code/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
"browser-dtector": "^3.4.0",
"camelcase": "^8.0.0",
"chai": "^4.4.1",
"chalk": "^5.3.0",
"cli-table3": "^0.6.1",
"commander": "^12.1.0",
"comment-parser": "^1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6772,7 +6772,6 @@ __metadata:
"@types/prompts": "npm:^2.0.9"
"@types/semver": "npm:^7.3.4"
boxen: "npm:^7.1.1"
chalk: "npm:^4.1.0"
commander: "npm:^12.1.0"
create-storybook: "workspace:*"
cross-spawn: "npm:^7.0.3"
Expand All @@ -6784,6 +6783,7 @@ __metadata:
globby: "npm:^14.0.1"
jscodeshift: "npm:^0.15.1"
leven: "npm:^3.1.0"
picocolors: "npm:^1.1.0"
prompts: "npm:^2.4.0"
semver: "npm:^7.3.7"
slash: "npm:^5.0.0"
Expand Down Expand Up @@ -6945,6 +6945,7 @@ __metadata:
browser-dtector: "npm:^3.4.0"
camelcase: "npm:^8.0.0"
chai: "npm:^4.4.1"
chalk: "npm:^5.3.0"
cli-table3: "npm:^0.6.1"
commander: "npm:^12.1.0"
comment-parser: "npm:^1.4.1"
Expand Down Expand Up @@ -13386,7 +13387,6 @@ __metadata:
"@types/semver": "npm:^7.3.4"
"@types/util-deprecate": "npm:^1.0.0"
boxen: "npm:^7.1.1"
chalk: "npm:^4.1.0"
commander: "npm:^12.1.0"
execa: "npm:^5.0.0"
fd-package-json: "npm:^1.2.0"
Expand Down

0 comments on commit fce9cbe

Please sign in to comment.