Skip to content

Commit

Permalink
build: update yarn to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed May 2, 2024
1 parent eb7a257 commit 4ccd607
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 263 deletions.
2 changes: 1 addition & 1 deletion .github/ng-renovate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-renovate",
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.0",
"type": "commonjs",
"dependencies": {
"renovate": "37.334.4"
Expand Down
517 changes: 259 additions & 258 deletions .yarn/releases/yarn-4.1.1.cjs → .yarn/releases/yarn-4.2.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
@@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.0.cjs
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"default": "./*"
}
},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.0",
"dependencies": {
"@angular/benchpress": "0.3.0",
"@angular/build": "18.0.0-next.5",
Expand Down
2 changes: 1 addition & 1 deletion tools/ts_proto/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yarnPath: ../../.yarn/releases/yarn-4.1.1.cjs
yarnPath: .yarn/releases/yarn-4.2.0.cjs
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion tools/ts_proto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts_proto",
"private": true,
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.2.0",
"dependencies": {
"protobufjs": "7.2.6",
"protobufjs-cli": "1.1.2"
Expand Down

0 comments on commit 4ccd607

Please sign in to comment.