aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
blob: d4aeb6b6f1b5d86e4d2f0984a33c53f65ce07cdd (plain) (blame)
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
enableGlobalCache: false

enableTelemetry: false

logFilters:
  - level: discard
    text: "prettier is listed by your project with version 3.2.5, which doesn't satisfy what @xstate/cli (p68591) and other dependencies request (^2.0.0)."

nodeLinker: pnp

packageExtensions:
  "@mui/x-data-grid@*":
    # `@mui/x-data-grid` has `@mui/system` as a direct dependency.
    # We must state `@emotion/react` as a peer dependency here,
    # because otherwise the optional peer dependency in`@mu/system`
    # will not be satisfied.
    # See https://github.com/mui/mui-x/issues/12566
    peerDependencies:
      "@emotion/react": "*"
      "@emotion/styled": "*"
      "@types/react": "*"
  "@xstate/cli@*":
    peerDependencies:
      prettier: "*"
  "@xstate/tools-shared@*":
    peerDependencies:
      "@babel/core": "*"
  notistack@*:
    peerDependencies:
      csstype: "*"

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