diff --git a/.npmrc b/.npmrc index 6d28fabf4..7549542d7 100644 --- a/.npmrc +++ b/.npmrc @@ -1,13 +1 @@ registry=https://registry.npmmirror.com -public-hoist-pattern[]=lefthook -public-hoist-pattern[]=eslint -public-hoist-pattern[]=oxfmt -public-hoist-pattern[]=oxlint -public-hoist-pattern[]=stylelint -public-hoist-pattern[]=*postcss* -public-hoist-pattern[]=@commitlint/* -public-hoist-pattern[]=czg - -strict-peer-dependencies=false -auto-install-peers=true -dedupe-peer-dependents=true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9a35286fa..97d5c8534 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,6 +13,21 @@ packages: - docs - playground +publicHoistPattern: + - lefthook + - eslint + - oxfmt + - oxlint + - stylelint + - '*postcss*' + - '@commitlint/*' + - czg + +strictPeerDependencies: false +autoInstallPeers: true +dedupePeerDependents: true +verifyDepsBeforeRun: false + overrides: '@ast-grep/napi': 'catalog:' '@ctrl/tinycolor': 'catalog:' @@ -198,3 +213,10 @@ catalog: yaml-eslint-parser: ^2.0.0 zod: ^3.25.76 zod-defaults: 0.1.3 + +allowBuilds: + '@parcel/watcher': true + core-js: true + esbuild: true + lefthook: true + vue-demi: true