Skip to content

Commit a085209

Browse files
Pin the @solana/errors CLI dependencies to fixed versions (#873) (#874)
(cherry picked from commit 9fa8465) Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>
1 parent ccdc2b0 commit a085209

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

.changeset/major-rockets-join.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@solana/errors': patch
3+
---
4+
5+
When you use the `@solana/errors` CLI you will now _always_ get version 5.6.2 of `chalk` and version 14.0.0 of `commander`, which themselves are zero-dependency.

packages/errors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"maintained node versions"
7474
],
7575
"dependencies": {
76-
"chalk": "^5.6.0",
77-
"commander": "^14.0.0"
76+
"chalk": "5.6.2",
77+
"commander": "14.0.0"
7878
},
7979
"peerDependencies": {
8080
"typescript": ">=5.3.3"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)