aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-06-18 17:39:27 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-06-18 17:49:03 +0200
commit8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc (patch)
tree6d6e342b019a1f3ad0baae710cf520a5dffe4b9e /.yarnrc.yml
parentrefactor: prefer Query.of over Dnf.of (diff)
downloadrefinery-8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc.tar.gz
refinery-8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc.tar.zst
refinery-8fe6d4b9abe14fdc84f5b7a41e8f6e956f03b0dc.zip
chore(deps): bump dependencies
Diffstat (limited to '.yarnrc.yml')
-rw-r--r--.yarnrc.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
index 5b46a42b..84755cc2 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -1,7 +1,3 @@
1# SPDX-FileCopyrightText: 2021-2023 The Refinery Authors
2#
3# SPDX-License-Identifier: EPL-2.0
4
5enableGlobalCache: false 1enableGlobalCache: false
6 2
7enableTelemetry: false 3enableTelemetry: false
@@ -9,14 +5,14 @@ enableTelemetry: false
9nodeLinker: pnp 5nodeLinker: pnp
10 6
11packageExtensions: 7packageExtensions:
12 "notistack@*":
13 peerDependencies:
14 "csstype": "*"
15 "@xstate/cli@*": 8 "@xstate/cli@*":
16 peerDependencies: 9 peerDependencies:
17 prettier: "*" 10 prettier: "*"
18 "@xstate/tools-shared@*": 11 "@xstate/tools-shared@*":
19 peerDependencies: 12 peerDependencies:
20 "@babel/core": "*" 13 "@babel/core": "*"
14 notistack@*:
15 peerDependencies:
16 csstype: "*"
21 17
22yarnPath: .yarn/releases/yarn-4.0.0-rc.42.cjs 18yarnPath: .yarn/releases/yarn-4.0.0-rc.45.cjs