fix: patch arborist to get around bun bug (#23460)
This commit is contained in:
2
packages/shared/src/types.d.ts
vendored
2
packages/shared/src/types.d.ts
vendored
@@ -5,6 +5,7 @@ declare module "@npmcli/arborist" {
|
||||
progress?: boolean
|
||||
savePrefix?: string
|
||||
ignoreScripts?: boolean
|
||||
[key: string]: unknown
|
||||
}
|
||||
|
||||
export interface ArboristNode {
|
||||
@@ -24,6 +25,7 @@ declare module "@npmcli/arborist" {
|
||||
add?: string[]
|
||||
save?: boolean
|
||||
saveType?: "prod" | "dev" | "optional" | "peer"
|
||||
[key: string]: unknown
|
||||
}
|
||||
|
||||
export class Arborist {
|
||||
|
||||
Reference in New Issue
Block a user