File tree Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Expand file tree Collapse file tree 2 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments