Skip to content

Commit

Permalink
chore(create-plugin): update default yarn version to 1.22.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Mar 26, 2024
1 parent 0b9fa6d commit 027ddf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-plugin/src/utils/utils.packageManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const NPM_LOCKFILE = 'package-lock.json';
const PNPM_LOCKFILE = 'pnpm-lock.yaml';
const YARN_LOCKFILE = 'yarn.lock';
const SUPPORTED_PACKAGE_MANAGERS = ['npm', 'yarn', 'pnpm'];
const DEFAULT_PACKAGE_MANAGER = { packageManagerName: 'yarn', packageManagerVersion: '1.22.19' };
const DEFAULT_PACKAGE_MANAGER = { packageManagerName: 'yarn', packageManagerVersion: '1.22.22' };

export type PackageManager = {
packageManagerName: string;
Expand Down

0 comments on commit 027ddf2

Please sign in to comment.