Skip to content

Commit

Permalink
chore: upgrade package-manager-detector to add Deno support (#313)
Browse files Browse the repository at this point in the history
Co-authored-by: AdrianGonz97 <[email protected]>
  • Loading branch information
benmccann and AdrianGonz97 authored Dec 4, 2024
1 parent 622e856 commit 39798e2
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-tips-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sv": patch
---

chore: upgrade `package-manager-detector` to add Deno support
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"commander": "^12.1.0",
"degit": "^2.8.4",
"empathic": "^1.0.0",
"package-manager-detector": "^0.2.2",
"package-manager-detector": "^0.2.7",
"picocolors": "^1.1.0",
"ps-tree": "^1.2.0",
"tar-fs": "^3.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/addon/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export type Workspace<Args extends OptionDefinition> = {
packageManager: PackageManager;
};

export type PackageManager = 'npm' | 'yarn' | 'pnpm' | 'bun';
export type PackageManager = 'npm' | 'yarn' | 'pnpm' | 'bun' | 'deno';
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 39798e2

Please sign in to comment.