diff --git a/.npmrc b/.npmrc index 6150d3a2..f4e1e4ad 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1 @@ registry = 'https://registry.npmjs.org/' -strict-peer-dependencies=false -auto-install-peers=false -hoist-pattern[]=[] diff --git a/package.json b/package.json index 946edb3f..d999826c 100644 --- a/package.json +++ b/package.json @@ -49,10 +49,10 @@ "simple-git-hooks": "^2.13.0", "typescript": "^5.8.3" }, - "packageManager": "pnpm@10.4.1", + "packageManager": "pnpm@10.12.4", "engines": { "node": ">=18.0.0", - "pnpm": ">=10.4.1" + "pnpm": ">=10.12.4" }, "pnpm": { "ignoredBuiltDependencies": [ diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 89492481..48487d9c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,3 +4,7 @@ packages: - 'packages/**' - 'examples/**' - 'tests/**' + +strictPeerDependencies: false +autoInstallPeers: false +hoistPattern: []