aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-26 17:08:11 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-03-26 17:08:11 +0100
commit48427c101a2eb3319a15bc7d9a2d23b30ccc3441 (patch)
tree5316fa05f6651be364b7ab6616887801f5e764d9 /.yarnrc.yml
parentMerge pull request #56 from kris7t/custom-colors (diff)
downloadrefinery-48427c101a2eb3319a15bc7d9a2d23b30ccc3441.tar.gz
refinery-48427c101a2eb3319a15bc7d9a2d23b30ccc3441.tar.zst
refinery-48427c101a2eb3319a15bc7d9a2d23b30ccc3441.zip
chore(deps): bump dependencies
Diffstat (limited to '.yarnrc.yml')
-rw-r--r--.yarnrc.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
index 21169436..300c079a 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -9,6 +9,16 @@ logFilters:
9nodeLinker: pnp 9nodeLinker: pnp
10 10
11packageExtensions: 11packageExtensions:
12 "@mui/x-data-grid@*":
13 # `@mui/x-data-grid` has `@mui/system` as a direct dependency.
14 # We must state `@emotion/react` as a peer dependency here,
15 # because otherwise the optional peer dependency in`@mu/system`
16 # will not be satisfied.
17 # See https://github.com/mui/mui-x/issues/12566
18 peerDependencies:
19 "@emotion/react": "*"
20 "@emotion/styled": "*"
21 "@types/react": "*"
12 "@xstate/cli@*": 22 "@xstate/cli@*":
13 peerDependencies: 23 peerDependencies:
14 prettier: "*" 24 prettier: "*"
@@ -19,4 +29,4 @@ packageExtensions:
19 peerDependencies: 29 peerDependencies:
20 csstype: "*" 30 csstype: "*"
21 31
22yarnPath: .yarn/releases/yarn-4.1.0.cjs 32yarnPath: .yarn/releases/yarn-4.1.1.cjs