diff --git a/.npmrc b/.npmrc index 8a55ae9ca..31dfb027b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1 @@ -registry = 'https://registry.npmjs.org/' -strict-peer-dependencies=false -auto-install-peers=false -hoist-patterns[]=[] +registry = 'https://registry.npmjs.org/' \ No newline at end of file diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 741e6609b..c279a285c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,3 +17,7 @@ onlyBuiltDependencies: overrides: 'zx>@types/node': '-' + +strictPeerDependencies: false +autoInstallPeers: false +hoistPattern: []