chore: Add yarn itself to repository (#9239)
* chore: Add yarn itself to repository Fix #9230 * use yarn v3.3.0 Co-authored-by: tamaina <tamaina@hotmail.co.jp>
This commit is contained in:
parent
83e1d53928
commit
5e14f3ff55
File diff suppressed because one or more lines are too long
36
.yarnrc.yml
36
.yarnrc.yml
|
@ -4,27 +4,29 @@ nmHoistingLimits: none
|
||||||
|
|
||||||
nodeLinker: pnpm
|
nodeLinker: pnpm
|
||||||
|
|
||||||
|
packageExtensions:
|
||||||
|
"@bull-board/api@*":
|
||||||
|
peerDependencies:
|
||||||
|
"@bull-board/ui": "*"
|
||||||
|
"@tensorflow/tfjs@*":
|
||||||
|
dependencies:
|
||||||
|
long: "*"
|
||||||
|
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:
|
yarnPath: .yarn/releases/yarn-3.3.0.cjs
|
||||||
"chartjs-adapter-date-fns@*":
|
|
||||||
peerDependencies:
|
|
||||||
"date-fns": "*"
|
|
||||||
"@bull-board/api@*":
|
|
||||||
peerDependencies:
|
|
||||||
"@bull-board/ui": "*"
|
|
||||||
"koa-views@*":
|
|
||||||
dependencies:
|
|
||||||
"pug": "*"
|
|
||||||
"consolidate@*":
|
|
||||||
dependencies:
|
|
||||||
"ejs": "*"
|
|
||||||
"@tensorflow/tfjs@*":
|
|
||||||
dependencies:
|
|
||||||
"long": "*"
|
|
||||||
|
|
Loading…
Reference in New Issue