From e02e6c6c1ef104708abd6f0c8535e7397346f0c0 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 28 May 2025 05:16:15 +0800 Subject: [PATCH] chore(deps): update pnpm lifecycle scripts --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a8c46aef9..913a08b88 100644 --- a/package.json +++ b/package.json @@ -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" } } }