File tree Expand file tree Collapse file tree 3 files changed +112
-122
lines changed
Expand file tree Collapse file tree 3 files changed +112
-122
lines changed Original file line number Diff line number Diff line change 118118 "peek-stream" : " ^1.1.3" ,
119119 "picomatch" : " ^4.0.3" ,
120120 "pluralize-esm" : " ^9.0.5" ,
121- "preferred-pm" : " ^4.1.1 " ,
121+ "preferred-pm" : " ^5.0.0 " ,
122122 "pretty-ms" : " ^9.3.0" ,
123123 "promise-props-recursive" : " ^2.0.2" ,
124124 "react" : " ^19.2.4" ,
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ import path from 'node:path'
33import { isInteractive } from '@sanity/cli-core'
44import { getRunningPackageManager } from '@sanity/cli-core/package-manager'
55import { select } from '@sanity/cli-core/ux'
6- // eslint-disable-next-line unicorn/no-named-default
7- import { default as preferredPM } from 'preferred-pm'
6+ import { preferredPM } from 'preferred-pm'
87import which from 'which'
98
109export type PackageManager = 'bun' | 'manual' | 'npm' | 'pnpm' | 'yarn'
You can’t perform that action at this time.
0 commit comments