summaryrefslogtreecommitdiff
path: root/.yarnrc.yml
blob: cfbac562155fddb96e639c7c82f3ce8262b21e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
httpTimeout: 600000

nmHoistingLimits: none

nodeLinker: pnpm

packageExtensions:
  "@bull-board/api@*":
    peerDependencies:
      "@bull-board/ui": "*"
  "@tensorflow/tfjs@*":
    dependencies:
      long: "*"
  chartjs-adapter-date-fns@*:
    peerDependencies:
      date-fns: "*"
  consolidate@*:
    dependencies:
      ejs: "*"
  # these are needed to extend fastify types
  "@fastify/accepts@*":
    peerDependencies:
      fastify: "*"
  "@fastify/cookie@*":
    peerDependencies:
      fastify: "*"
  "@fastify/static@*":
    peerDependencies:
      fastify: "*"
  "@fastify/view@*":
    peerDependencies:
      fastify: "*"

plugins:
  - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
    spec: "@yarnpkg/plugin-interactive-tools"
  - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
    spec: "@yarnpkg/plugin-workspace-tools"

progressBarStyle: patrick

yarnPath: .yarn/releases/yarn-3.3.0.cjs