Skip to content

Commit

Permalink
chore: upgraded yarn to 4.4.1 (#8033)
Browse files Browse the repository at this point in the history
Trying to keep our upgrade path as short as possible. This PR updates to
4.4.1 (everything still built locally)
  • Loading branch information
chriswk authored Sep 2, 2024
1 parent f27e07a commit 3d81b88
Show file tree
Hide file tree
Showing 4 changed files with 927 additions and 896 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@
"yarn biome format --write --no-errors-on-unmatched"
]
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.1"
}

0 comments on commit 3d81b88

Please sign in to comment.