Skip to content

Commit cbaddb4

Browse files
committed
πŸ‘Œ IMPROVE: Chalk version
1 parent 2405a42 commit cbaddb4

File tree

3 files changed

+68
-43
lines changed

3 files changed

+68
-43
lines changed

β€Žexamples/agents/readme-writer-agent/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@baseai/core": "^0.9.20",
3434
"@clack/prompts": "^0.7.0",
35-
"chalk": "^5.3.0",
35+
"chalk": "5.6.0",
3636
"clear-any-console": "^1.16.2",
3737
"figures": "^6.1.0",
3838
"picocolors": "^1.1.0",

β€Žpackages/baseai/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@hono/zod-openapi": "^0.16.0",
5353
"@sindresorhus/slugify": "^2.2.1",
5454
"camelcase": "^8.0.0",
55-
"chalk": "^5.3.0",
55+
"chalk": "5.6.0",
5656
"cli-alerts": "^2.0.0",
5757
"cli-handle-error": "^4.4.0",
5858
"cli-handle-unhandled": "^1.1.1",
@@ -113,4 +113,4 @@
113113
"langbase.com",
114114
"generative AI"
115115
]
116-
}
116+
}

β€Žpnpm-lock.yamlβ€Ž

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

0 commit comments

Comments
Β (0)