Skip to content

Commit

Permalink
pkg: Update Yarn to v4.5.1 (#3247)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 107b56c commit 51c238f
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 363 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.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 @@ changesetIgnorePatterns:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion examples/coin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coinbase-lite",
"version": "0.0.9",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Coin App",
"scripts": {
"lint": "eslint src --ext .ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"remark-remove-comments": "^1.0.1",
"uuid": "^10.0.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"react-dom": "18.3.1",
"uuid": "^10.0.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"whatwg-fetch": "3.0.0",
"downlevel-dts/typescript": "4.9.0-dev.20220903"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down

0 comments on commit 51c238f

Please sign in to comment.