Fix yarn workspaces
This commit is contained in:
parent
880582b0cd
commit
d4a23e894a
30
.yarnrc.yml
30
.yarnrc.yml
|
@ -4,24 +4,24 @@ nmHoistingLimits: none
|
||||||
|
|
||||||
nodeLinker: pnpm
|
nodeLinker: pnpm
|
||||||
|
|
||||||
|
packageExtensions:
|
||||||
|
"@bull-board/api@*":
|
||||||
|
peerDependencies:
|
||||||
|
"@bull-board/ui": "*"
|
||||||
|
chartjs-adapter-date-fns@*:
|
||||||
|
peerDependencies:
|
||||||
|
date-fns: "*"
|
||||||
|
consolidate@*:
|
||||||
|
dependencies:
|
||||||
|
ejs: "*"
|
||||||
|
koa-views@*:
|
||||||
|
dependencies:
|
||||||
|
pug: "*"
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-interactive-tools"
|
spec: "@yarnpkg/plugin-interactive-tools"
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-workspace-tools"
|
spec: "@yarnpkg/plugin-workspace-tools"
|
||||||
|
|
||||||
progressBarStyle: "patrick"
|
progressBarStyle: patrick
|
||||||
|
|
||||||
packageExtensions:
|
|
||||||
"chartjs-adapter-date-fns@*":
|
|
||||||
peerDependencies:
|
|
||||||
"date-fns": "*"
|
|
||||||
"@bull-board/api@*":
|
|
||||||
peerDependencies:
|
|
||||||
"@bull-board/ui": "*"
|
|
||||||
"koa-views@*":
|
|
||||||
dependencies:
|
|
||||||
"pug": "*"
|
|
||||||
"consolidate@*":
|
|
||||||
dependencies:
|
|
||||||
"ejs": "*"
|
|
||||||
|
|
Loading…
Reference in New Issue