WXL
3 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/update-browserslist-db/index.js
@@ -80,8 +80,7 @@
    return JSON.parse(execSync('pnpm info caniuse-lite --json').toString())
  }
  if (lock.mode === 'bun') {
    //  TO-DO: No 'bun info' yet. Created issue: https://github.com/oven-sh/bun/issues/12280
    return JSON.parse(execSync(' npm info caniuse-lite --json').toString())
    return JSON.parse(execSync(' bun info caniuse-lite --json').toString())
  }
  return JSON.parse(execSync('npm show caniuse-lite --json').toString())