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

Commit 6ee4086

Browse files
committed
fix(deps): update dependency chalk to v5
1 parent 19bd0de commit 6ee4086

File tree

8 files changed

+107
-234
lines changed

8 files changed

+107
-234
lines changed

tools/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"minimatch": "^3.0.4",
77
"pretty": "^2.0.0",
8-
"chalk": "^4.1.0",
8+
"chalk": "^5.0.0",
99
"fs-extra": "^10.0.0",
1010
"typedoc": "^0.19.2",
1111
"@tsfun/array": "^0.0.8",

tools/docs/pnpm-lock.yaml

Lines changed: 6 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/git-tag-versions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"git-tag-versions": "bin.js"
88
},
99
"dependencies": {
10-
"chalk": "^4.1.0",
10+
"chalk": "^5.0.0",
1111
"yargs": "^17.0.0",
1212
"git-ts": "^0.0.7",
1313
"nested-workspace-helper": "^0.2.15",

tools/git-tag-versions/pnpm-lock.yaml

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/publish-tag-push/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"bin": "bin.js",
66
"dependencies": {
7-
"chalk": "^4.1.0",
7+
"chalk": "^5.0.0",
88
"isomorphic-git": "^1.7.8",
99
"advanced-spawn-async": "^0.1.3",
1010
"@tools/places": "file:../places",

0 commit comments

Comments
 (0)