Skip to content

Commit

Permalink
pkg: Update Yarn to v4.5.3 (#3290)
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 Nov 25, 2024
1 parent f66645f commit 1465fb8
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 85 deletions.
160 changes: 80 additions & 80 deletions .yarn/releases/yarn-4.5.2.cjs → .yarn/releases/yarn-4.5.3.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.2.cjs
yarnPath: .yarn/releases/yarn-4.5.3.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].2",
"packageManager": "[email protected].3",
"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": "^11.0.0"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"react-dom": "19.0.0-rc.1",
"uuid": "^11.0.0"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"whatwg-fetch": "3.0.0",
"downlevel-dts/typescript": "4.9.0-dev.20220903"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down

0 comments on commit 1465fb8

Please sign in to comment.