Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency chalk to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 27, 2021
1 parent 19bd0de commit 6ee4086
Show file tree
Hide file tree
Showing 8 changed files with 107 additions and 234 deletions.
2 changes: 1 addition & 1 deletion tools/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"minimatch": "^3.0.4",
"pretty": "^2.0.0",
"chalk": "^4.1.0",
"chalk": "^5.0.0",
"fs-extra": "^10.0.0",
"typedoc": "^0.19.2",
"@tsfun/array": "^0.0.8",
Expand Down
49 changes: 6 additions & 43 deletions tools/docs/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tools/git-tag-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"git-tag-versions": "bin.js"
},
"dependencies": {
"chalk": "^4.1.0",
"chalk": "^5.0.0",
"yargs": "^17.0.0",
"git-ts": "^0.0.7",
"nested-workspace-helper": "^0.2.15",
Expand Down
19 changes: 8 additions & 11 deletions tools/git-tag-versions/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tools/publish-tag-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"bin": "bin.js",
"dependencies": {
"chalk": "^4.1.0",
"chalk": "^5.0.0",
"isomorphic-git": "^1.7.8",
"advanced-spawn-async": "^0.1.3",
"@tools/places": "file:../places",
Expand Down
Loading

0 comments on commit 6ee4086

Please sign in to comment.