Skip to content

Commit

Permalink
pkg: Update Yarn to v4.2.2 (#3058)
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] committed May 8, 2024
1 parent abcc6e5 commit 8d67abb
Show file tree
Hide file tree
Showing 6 changed files with 259 additions and 259 deletions.
508 changes: 254 additions & 254 deletions .yarn/releases/yarn-4.2.1.cjs → .yarn/releases/yarn-4.2.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -4,4 +4,4 @@ changesetIgnorePatterns:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.2.2.cjs
2 changes: 1 addition & 1 deletion examples/coin-app/package.json
@@ -1,7 +1,7 @@
{
"name": "coinbase-lite",
"version": "0.0.5",
"packageManager": "yarn@4.2.1",
"packageManager": "yarn@4.2.2",
"description": "Coin App",
"scripts": {
"lint": "eslint src --ext .ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-app/package.json
Expand Up @@ -65,5 +65,5 @@
"remark-remove-comments": "^1.0.1",
"uuid": "^9.0.0"
},
"packageManager": "yarn@4.2.1"
"packageManager": "yarn@4.2.2"
}
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Expand Up @@ -48,5 +48,5 @@
"react-dom": "18.3.1",
"uuid": "^9.0.0"
},
"packageManager": "yarn@4.2.1"
"packageManager": "yarn@4.2.2"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -118,7 +118,7 @@
"whatwg-fetch": "3.0.0",
"downlevel-dts/typescript": "4.9.0-dev.20220903"
},
"packageManager": "yarn@4.2.1",
"packageManager": "yarn@4.2.2",
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down

0 comments on commit 8d67abb

Please sign in to comment.