diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 900408835..000000000 --- a/.npmrc +++ /dev/null @@ -1,5 +0,0 @@ -auto-install-peers=false -link-workspace-packages=true -package-manager-strict=true -package-manager-strict-version=false -update-notifier=false diff --git a/package.json b/package.json index 2dd3fedfe..4acd3be54 100644 --- a/package.json +++ b/package.json @@ -34,10 +34,5 @@ "is-in-ci": "^1.0.0", "turbo": "^2.8.16", "typescript": "catalog:" - }, - "pnpm": { - "overrides": { - "caniuse-lite": "^1.0.30001774" - } } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3e8fcc88d..c814f125b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,6 +4,21 @@ packages: - "tests/*" - "website" +autoInstallPeers: false +linkWorkspacePackages: true +packageManagerStrict: true +packageManagerStrictVersion: false +updateNotifier: false + +overrides: + "caniuse-lite": ^1.0.30001774 + +allowBuilds: + "@biomejs/biome": true + "@swc/core": true + "core-js": true + "esbuild": true + catalog: "@rspack/core": ^1.6.0 "@rslib/core": ^0.6.3