Skip to content

Commit 501a42e

Browse files
authored
refactor: move all pnpm config into pnpm-workspace.yaml (#7840)
1 parent 25e0e6f commit 501a42e

File tree

3 files changed

+23
-28
lines changed

3 files changed

+23
-28
lines changed

.npmrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -177,29 +177,9 @@
177177
"node": ">=16.8.0 <18.0.0 || >=18.11",
178178
"npm": "please-use-pnpm",
179179
"yarn": "please-use-pnpm",
180-
"pnpm": ">=9.0.5"
180+
"pnpm": ">=10.14.0"
181181
},
182182
"packageManager": "[email protected]",
183-
"pnpm": {
184-
"overrides": {
185-
"typescript": "5.4.5",
186-
"vfile": "6.0.3"
187-
},
188-
"patchedDependencies": {
189-
190-
},
191-
"onlyBuiltDependencies": [
192-
"@parcel/watcher",
193-
"@tailwindcss/oxide",
194-
"esbuild",
195-
"netlify-cli",
196-
"puppeteer",
197-
"sharp",
198-
"simple-git-hooks",
199-
"unix-dgram",
200-
"workerd"
201-
]
202-
},
203183
"private": true,
204184
"scripts": {
205185
"api.update": "tsx --require ./scripts/runBefore.ts scripts/index.ts --tsc --api --dev",

pnpm-workspace.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,25 @@ packages:
33
- 'e2e/*'
44
# - 'starters/adapter/*'
55
# - 'starters/features/*'
6+
7+
onlyBuiltDependencies:
8+
- '@parcel/watcher'
9+
- '@tailwindcss/oxide'
10+
- 'esbuild'
11+
- 'netlify-cli'
12+
- 'puppeteer'
13+
- 'sharp'
14+
- 'simple-git-hooks'
15+
- 'unix-dgram'
16+
- 'workerd'
17+
18+
overrides:
19+
'typescript': '5.4.5'
20+
'vfile': '6.0.3'
21+
22+
patchedDependencies:
23+
24+
25+
engineStrict: true
26+
shellEmulator: true
27+
autoInstallPeers: false

0 commit comments

Comments
 (0)