Skip to content

Commit

Permalink
fix: Adds all buttery packages as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 29, 2024
1 parent d40d5f0 commit 0206004
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .monoweave/3a2869f4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@buttery/cli": patch
---

Adds all `@buttery/<package-name>` as dependencies instead of devDependencies so the CLI can use them at runtime.
Binary file modified .yarn/install-state.gz
Binary file not shown.
8 changes: 5 additions & 3 deletions packages/buttery-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"bugs": {
"url": "https://github.com/drewdecarme/buttery-tools/issues"
},
"devDependencies": {
"@buttery/commands": "workspace:*",
"dependencies": {
"@buttery/commands": "workspace:^",
"@buttery/components": "workspace:*",
"@buttery/docs": "workspace:*",
"@buttery/tokens": "workspace:*",
"@buttery/tsconfig": "workspace:*",
"@buttery/tsconfig": "workspace:*"
},
"devDependencies": {
"tsx": "4.19.2",
"typescript": "5.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@buttery/cli@workspace:packages/buttery-cli"
dependencies:
"@buttery/commands": "workspace:*"
"@buttery/commands": "workspace:^"
"@buttery/components": "workspace:*"
"@buttery/docs": "workspace:*"
"@buttery/tokens": "workspace:*"
Expand All @@ -1365,7 +1365,7 @@ __metadata:
languageName: unknown
linkType: soft

"@buttery/commands@workspace:*, @buttery/commands@workspace:^, @buttery/commands@workspace:packages/buttery-commands":
"@buttery/commands@workspace:^, @buttery/commands@workspace:packages/buttery-commands":
version: 0.0.0-use.local
resolution: "@buttery/commands@workspace:packages/buttery-commands"
dependencies:
Expand Down

0 comments on commit 0206004

Please sign in to comment.