Skip to content

Commit

Permalink
FRIDGE-814 fix chalk (#510)
Browse files Browse the repository at this point in the history
* fix chalk

* Create short-donkeys-matter.md
  • Loading branch information
makserik authored Mar 20, 2024
1 parent 6d65bea commit feb9686
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/short-donkeys-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"twilio-run": patch
"create-twilio-function": patch
---

FRIDGE-814 fix chalk
2 changes: 1 addition & 1 deletion packages/create-twilio-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^2.4.2",
"chalk": "^4.1.1",
"gitignore": "^0.7.0",
"inquirer": "^8.1.5",
"ora": "^5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/twilio-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/semver": "^7.3.6",
"body-parser": "^1.18.3",
"boxen": "^5.1.2",
"chalk": "^2.4.2",
"chalk": "^4.1.1",
"chokidar": "^3.2.3",
"columnify": "^1.5.4",
"common-tags": "^1.8.0",
Expand Down

0 comments on commit feb9686

Please sign in to comment.