Skip to content

Commit

Permalink
Merge pull request #19 from IsmaelMartinez/hotfix-move-to-chalk-4
Browse files Browse the repository at this point in the history
use chalk version 4
  • Loading branch information
IsmaelMartinez authored Dec 10, 2024
2 parents 9b8a4b2 + 5600c7a commit ece08be
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-ducks-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ismaelmartinez/generator-atlassian-compass-event-catalog': patch
---

fix chalk version to 4 to avoid ESM breaking changes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@changesets/cli": "^2.27.10",
"@eventcatalog/sdk": "^1.4.2",
"chalk": "^5.3.0",
"chalk": "^4.1.2",
"change-case": "^5.4.4",
"js-yaml": "^4.1.0"
}
Expand Down
29 changes: 23 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ece08be

Please sign in to comment.