Skip to content

Commit 287f43b

Browse files
committed
chore: move all pnpm settings to pnpm-workspace.yaml
1 parent 55c94a5 commit 287f43b

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

package.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,5 @@
8181
"eslint --cache --fix"
8282
]
8383
},
84-
"packageManager": "[email protected]",
85-
"pnpm": {
86-
"overrides": {
87-
"@vitejs/plugin-vue": "workspace:*"
88-
},
89-
"ignoredBuiltDependencies": [
90-
"@parcel/watcher",
91-
"core-js",
92-
"esbuild"
93-
],
94-
"onlyBuiltDependencies": [
95-
"@tailwindcss/oxide",
96-
"playwright-chromium",
97-
"simple-git-hooks",
98-
"unrs-resolver"
99-
]
100-
}
84+
"packageManager": "[email protected]"
10185
}

pnpm-workspace.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,17 @@ catalog:
66
'vue': ^3.5.21
77
'vite': ^7.1.5
88
'vue-router': ^4.5.1
9+
10+
overrides:
11+
'@vitejs/plugin-vue': workspace:*
12+
13+
ignoredBuiltDependencies:
14+
- '@parcel/watcher'
15+
- core-js
16+
- esbuild
17+
18+
onlyBuiltDependencies:
19+
- '@tailwindcss/oxide'
20+
- playwright-chromium
21+
- simple-git-hooks
22+
- unrs-resolver

0 commit comments

Comments
 (0)