Skip to content

Commit

Permalink
Add an explicit dependency on chalk module (#546)
Browse files Browse the repository at this point in the history
* Add an explicit dependency on `chalk` module

* update lockfile
  • Loading branch information
Andarist authored Jun 21, 2024
1 parent 88f8122 commit e042f96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silent-ligers-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"replayio": patch
---

Add an explicit dependency on `chalk` module
1 change: 1 addition & 0 deletions packages/replayio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@types/semver": "^7.5.6",
"assert": "latest",
"bvaughn-enquirer": "2.4.2",
"chalk": "^4.1.2",
"cli-spinners": "^2.9.2",
"commander": "^12.0.0",
"date-fns": "^2.28.0",
Expand Down
1 change: 0 additions & 1 deletion packages/replayio/src/commands/logout.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import chalk from "chalk";
import { getAccessToken } from "../utils/authentication/getAccessToken";
import { logoutIfAuthenticated } from "../utils/authentication/logoutIfAuthenticated";
import { registerCommand } from "../utils/commander/registerCommand";
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15093,6 +15093,7 @@ __metadata:
"@types/ws": "npm:^8.5.10"
assert: "npm:latest"
bvaughn-enquirer: "npm:2.4.2"
chalk: "npm:^4.1.2"
cli-spinners: "npm:^2.9.2"
commander: "npm:^12.0.0"
date-fns: "npm:^2.28.0"
Expand Down

0 comments on commit e042f96

Please sign in to comment.