Skip to content

Commit

Permalink
Update Yarn to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Aug 3, 2024
1 parent 45717f2 commit 3227ede
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 897 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.0.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 @@ -9,4 +9,4 @@ nodeLinker: node-modules
plugins:
- .yarn/plugins/plugin-monorepo-scanner.js

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"engines": {
"node": ">=20.16.0",
"yarn": ">=4.3.1"
"yarn": ">=4.4.0"
},
"devDependencies": {
"@adeira/babel-preset-adeira": "^4.0.0",
Expand All @@ -26,5 +26,5 @@
"prettier": "^2.8.8",
"typescript": "^5.5.4"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}

0 comments on commit 3227ede

Please sign in to comment.