diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-25 23:20:58 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-25 23:20:58 -0500 |
commit | 7057cebb3c37634cfa1468e1f49ce30a890681b6 (patch) | |
tree | 0a2ab2c335db439747134a07cbe7982d76f5d0f4 /.yarnrc.yml | |
parent | 866cd2c23eaa3918d01806556ea71f6c7b378ca7 (diff) | |
download | tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.tar.gz tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.tar.bz2 tanzanite-7057cebb3c37634cfa1468e1f49ce30a890681b6.zip |
chore: update dependencies and fix breaking changes
Diffstat (limited to '.yarnrc.yml')
-rw-r--r-- | .yarnrc.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.yarnrc.yml b/.yarnrc.yml index ad81b11..f362d3a 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -1,12 +1,15 @@ -nodeLinker: node-modules -pnpEnableEsmLoader: true -pnpMode: loose enableTelemetry: false +nodeLinker: node-modules + plugins: - path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs - spec: '@yarnpkg/plugin-typescript' + spec: "@yarnpkg/plugin-typescript" - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs - spec: '@yarnpkg/plugin-interactive-tools' + spec: "@yarnpkg/plugin-interactive-tools" + +pnpEnableEsmLoader: true + +pnpMode: loose -yarnPath: .yarn/releases/yarn-3.1.1.cjs +yarnPath: .yarn/releases/yarn-3.2.0.cjs |