Skip to content

Commit 588cc9f

Browse files
bteaAmirSa12
andauthored
refactor: move all pnpm settings to pnpm-workspace.yaml (#358)
Co-authored-by: AmirSa12 <[email protected]>
1 parent 0b0cd0b commit 588cc9f

File tree

5 files changed

+39
-94
lines changed

5 files changed

+39
-94
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,9 @@
4545
"vue-eslint-parser": "^10.1.3",
4646
"wait-port": "^1.1.0"
4747
},
48-
"pnpm": {
49-
"patchedDependencies": {
50-
51-
}
52-
},
5348
"dependencies": {
5449
"@cloudflare/vitest-pool-workers": "^0.6.8",
5550
"wrangler": "^3.57.1"
5651
},
57-
"packageManager": "pnpm@9.1.3+sha256.7f63001edc077f1cff96cacba901f350796287a2800dfa83fe898f94183e4f5f"
52+
"packageManager": "pnpm@10.9.0"
5853
}

patches/[email protected]

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

pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
packages:
2-
- "packages/*"
3-
- "playgrounds/*"
4-
- "templates/*"
2+
- packages/*
3+
- playgrounds/*
4+
- templates/*
5+
6+
patchedDependencies:
7+
8+
9+
shamefullyHoist: true
10+
11+
onlyBuiltDependencies:
12+
- "@parcel/watcher"
13+
- esbuild
14+
- sharp
15+
- vue-demi
16+
- workerd

0 commit comments

Comments
 (0)