Skip to content

Commit

Permalink
Update Yarn to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2024
1 parent 2592f94 commit 7d2aa95
Show file tree
Hide file tree
Showing 5 changed files with 928 additions and 897 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.2.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
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"license": "AGPL-3.0",
"private": true,
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.4.1",
"scripts": {
"lint": "tsc --noEmit && eslint --cache '**/*.{ts,tsx}'",
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "https://github.com/nzws/knzklive2",
"license": "AGPL-3.0",
"private": true,
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.4.1",
"workspaces": {
"packages": [
"./apps/*",
Expand Down

0 comments on commit 7d2aa95

Please sign in to comment.