From 99b838510d8e5e0962909bda0500da212e120109 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 22 Dec 2025 19:42:00 +0800 Subject: [PATCH] chore(pnpm-wokspace): updated --- pnpm-workspace.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 79a3edb77..5ecd41f98 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,7 @@ +catalogMode: prefer + +shellEmulator: true + packages: - packages/** - plugins/** @@ -7,6 +11,16 @@ packages: - apps/** - '!**/dist/**' +overrides: + array-flatten: npm:@nolyfill/array-flatten@^1.0.44 + axios: npm:feaxios@^0.0.23 + is-core-module: npm:@nolyfill/is-core-module@^1.0.39 + isarray: npm:@nolyfill/isarray@^1.0.44 + safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44 + safer-buffer: npm:@nolyfill/safer-buffer@^1.0.44 + side-channel: npm:@nolyfill/side-channel@^1.0.44 + string.prototype.matchall: npm:@nolyfill/string.prototype.matchall@^1.0.44 + catalog: '@guiiai/logg': 1.1.0 '@moeru/eslint-config': 0.1.0-beta.13 @@ -33,8 +47,6 @@ catalog: uncrypto: ^0.1.3 xsschema: ^0.4.0-beta.12 -catalogMode: prefer - catalogs: rolldown-vite: vite: npm:rolldown-vite@^7.2.11 @@ -62,15 +74,3 @@ onlyBuiltDependencies: - spawn-sync - utf-8-validate - vue-demi - -overrides: - array-flatten: npm:@nolyfill/array-flatten@^1.0.44 - axios: npm:feaxios@^0.0.23 - is-core-module: npm:@nolyfill/is-core-module@^1.0.39 - isarray: npm:@nolyfill/isarray@^1.0.44 - safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44 - safer-buffer: npm:@nolyfill/safer-buffer@^1.0.44 - side-channel: npm:@nolyfill/side-channel@^1.0.44 - string.prototype.matchall: npm:@nolyfill/string.prototype.matchall@^1.0.44 - -shellEmulator: true