Skip to content

Commit

Permalink
Upgrade to yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
matlin committed May 26, 2024
1 parent b435151 commit 6f177e9
Show file tree
Hide file tree
Showing 7 changed files with 7,895 additions and 7,913 deletions.
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.4.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
compressionLevel: mixed

enableGlobalCache: false

nmHoistingLimits: workspaces

nodeLinker: node-modules

packageExtensions:
debug@*:
dependencies:
supports-color: '*'
supports-color: "*"
local-pkg@*:
dependencies:
'@vitest/coverage-c8': '*'
"@vitest/coverage-c8": "*"
vite@*:
dependencies:
supports-color: '*'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
supports-color: "*"

pnpEnableEsmLoader: true

Expand All @@ -28,4 +26,4 @@ supportedArchitectures:
- darwin
- linux

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"turbo": "^1.10.15",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@4.2.2",
"resolutions": {
"parjs@^1.3.2": "patch:parjs@npm%3A1.3.2#./.yarn/patches/parjs-npm-1.3.2-7ab761bbfc.patch",
"nextra-theme-docs@^2.13.3": "patch:nextra-theme-docs@npm%3A2.13.3#./.yarn/patches/nextra-theme-docs-npm-2.13.3-ed66737b67.patch"
Expand Down
Loading

0 comments on commit 6f177e9

Please sign in to comment.