chore: move all pnpm settings to `pnpm-workspace.yaml` (#4889)

---------

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/4739/merge
btea 1 month ago committed by GitHub
parent f97635916e
commit 2a8cfa79c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +0,0 @@
shell-emulator=true
auto-install-peers=false

@ -208,16 +208,5 @@
"optional": true
}
},
"packageManager": "pnpm@10.13.1",
"pnpm": {
"overrides": {
"ora>string-width": "^5",
"vite": "npm:rolldown-vite@latest"
},
"patchedDependencies": {
"@types/mdurl@2.0.0": "patches/@types__mdurl@2.0.0.patch",
"markdown-it-anchor@9.2.0": "patches/markdown-it-anchor@9.2.0.patch"
},
"neverBuiltDependencies": []
}
"packageManager": "pnpm@10.13.1"
}

@ -1,3 +1,19 @@
packages:
- docs
- __tests__/*
onlyBuiltDependencies:
- esbuild
- playwright-chromium
- simple-git-hooks
overrides:
ora>string-width: ^5
vite: npm:rolldown-vite@latest
patchedDependencies:
'@types/mdurl@2.0.0': patches/@types__mdurl@2.0.0.patch
markdown-it-anchor@9.2.0: patches/markdown-it-anchor@9.2.0.patch
autoInstallPeers: false
shellEmulator: true

Loading…
Cancel
Save