aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
blob: 1d96f13786c0fe249bbb9631e9d48a3559249675 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
enableGlobalCache: false

enableTelemetry: false

logFilters:
  - text: prettier is listed by your project with version 3.0.3, which doesn't satisfy what @xstate/cli requests (^2.0.0).
    level: discard

nodeLinker: pnp

packageExtensions:
  "@xstate/cli@*":
    peerDependencies:
      prettier: "*"
  "@xstate/tools-shared@*":
    peerDependencies:
      "@babel/core": "*"
  notistack@*:
    peerDependencies:
      csstype: "*"

yarnPath: .yarn/releases/yarn-4.0.0-rc.53.cjs