File tree Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 208208 "optional" : true
209209 }
210210 },
211- "packageManager" : " pnpm@10.13.1" ,
212- "pnpm" : {
213- "overrides" : {
214- "ora>string-width" : " ^5" ,
215- "vite" : " npm:rolldown-vite@latest"
216- },
217- "patchedDependencies" : {
218- "@types/mdurl@2.0.0" : " patches/@types__mdurl@2.0.0.patch" ,
219- "markdown-it-anchor@9.2.0" : " patches/markdown-it-anchor@9.2.0.patch"
220- },
221- "neverBuiltDependencies" : []
222- }
211+ "packageManager" : " pnpm@10.13.1"
223212}
Original file line number Diff line number Diff line change 11packages :
22 - docs
33 - __tests__/*
4+
5+ onlyBuiltDependencies :
6+ - esbuild
7+ - playwright-chromium
8+ - simple-git-hooks
9+
10+ overrides :
11+ ora>string-width : ^5
12+ vite : npm:rolldown-vite@latest
13+
14+ patchedDependencies :
15+ ' @types/mdurl@2.0.0 ' : patches/@types__mdurl@2.0.0.patch
16+ markdown-it-anchor@9.2.0 : patches/markdown-it-anchor@9.2.0.patch
17+
18+ autoInstallPeers : false
19+ shellEmulator : true
You can’t perform that action at this time.
0 commit comments