Skip to content

Commit

Permalink
chore: update yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Nov 29, 2024
1 parent cf45aad commit 72df3a6
Show file tree
Hide file tree
Showing 5 changed files with 8,422 additions and 8,365 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
checksumBehavior: update

compressionLevel: 0

enableGlobalCache: true

logFilters:
- code: YN0060
level: discard
Expand All @@ -8,4 +12,4 @@ logFilters:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"ts-node": "10.9.2",
"typescript": "5.4.3"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.5.3",
"lint-staged": {
"*.ts": "eslint --cache --fix",
"*.{ts,scss}": "prettier --write"
Expand Down
Loading

0 comments on commit 72df3a6

Please sign in to comment.