update-browserslist-db 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -302,7 +302,7 @@ module.exports = function updateDB(print = defaultPrint) {
|
|
|
302
302
|
let packages = lockContent.includes('baseline-browser-mapping')
|
|
303
303
|
? 'caniuse-lite baseline-browser-mapping'
|
|
304
304
|
: 'caniuse-lite'
|
|
305
|
-
updateWith(print, 'pnpm up --no-save ' + packages)
|
|
305
|
+
updateWith(print, 'pnpm up --depth=Infinity --no-save ' + packages)
|
|
306
306
|
} else if (lock.mode === 'bun') {
|
|
307
307
|
updateWith(print, 'bun update caniuse-lite baseline-browser-mapping')
|
|
308
308
|
} else {
|