aboutsummaryrefslogtreecommitdiffstats
path: root/.yarnrc.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-13 02:44:48 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-13 12:25:00 +0100
commit36af1905dd58acf8e04041986657fd62b1983f4b (patch)
treee0519fce944af7aee7b7790a495c9a63b19666f4 /.yarnrc.yml
parentchore(web): upgrade to Jetty 12.0.0.alpha3 (diff)
downloadrefinery-36af1905dd58acf8e04041986657fd62b1983f4b.tar.gz
refinery-36af1905dd58acf8e04041986657fd62b1983f4b.tar.zst
refinery-36af1905dd58acf8e04041986657fd62b1983f4b.zip
chore(deps): upgrade to yarn canary
Support for typescript@4.9.4 available in yarn 4.0.0-rc.33 according to https://github.com/yarnpkg/berry/pull/5127#issuecomment-1345664949 Also updates other frontend dependencies.
Diffstat (limited to '.yarnrc.yml')
-rw-r--r--.yarnrc.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml
index d5594240..e7e9cf72 100644
--- a/.yarnrc.yml
+++ b/.yarnrc.yml
@@ -1,3 +1,5 @@
1enableGlobalCache: false
2
1enableTelemetry: 0 3enableTelemetry: 0
2 4
3nodeLinker: pnp 5nodeLinker: pnp
@@ -10,8 +12,4 @@ packageExtensions:
10 peerDependencies: 12 peerDependencies:
11 "@babel/core": "*" 13 "@babel/core": "*"
12 14
13plugins: 15yarnPath: .yarn/releases/yarn-4.0.0-rc.33.cjs
14 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
15 spec: "@yarnpkg/plugin-interactive-tools"
16
17yarnPath: .yarn/releases/yarn-3.3.0.cjs