chore(deps): update pnpm lifecycle scripts

This commit is contained in:
Tony 2025-05-28 05:16:15 +08:00
parent 24f8ac2aef
commit e02e6c6c1e
1 changed files with 9 additions and 3 deletions

View File

@ -208,10 +208,16 @@
},
"pnpm": {
"onlyBuiltDependencies": [
"@bbob/core",
"@bbob/parser",
"@bbob/plugin-helper",
"@bbob/preset-html5",
"@bbob/preset",
"bufferutil",
"core-js",
"es5-ext",
"esbuild",
"eslint-nibble",
"msw",
"protobufjs",
"puppeteer",
@ -229,12 +235,12 @@
"side-channel": "npm:@nolyfill/side-channel@^1"
},
"patchedDependencies": {
"eslint-nibble@8.1.0": "patches/eslint-nibble@8.1.0.patch",
"@bbob/preset-html5@4.2.0": "patches/@bbob__preset-html5@4.2.0.patch",
"@bbob/core@4.2.0": "patches/@bbob__core@4.2.0.patch",
"@bbob/parser@4.2.0": "patches/@bbob__parser@4.2.0.patch",
"@bbob/plugin-helper@4.2.0": "patches/@bbob__plugin-helper@4.2.0.patch",
"@bbob/preset-html5@4.2.0": "patches/@bbob__preset-html5@4.2.0.patch",
"@bbob/preset@4.2.0": "patches/@bbob__preset@4.2.0.patch",
"@bbob/parser@4.2.0": "patches/@bbob__parser@4.2.0.patch"
"eslint-nibble@8.1.0": "patches/eslint-nibble@8.1.0.patch"
}
}
}