mirror of
https://gitcode.com/github-mirrors/react-native-update-cli.git
synced 2025-09-16 09:41:38 +08:00
8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
const lockFiles = [
|
|
'package-lock.json',
|
|
'yarn.lock',
|
|
'pnpm-lock.yaml',
|
|
'bun.lockb',
|
|
'bun.lock',
|
|
];
|