Skip to content

Commit

Permalink
pkg: Update Yarn to v4.1.0 (#2941)
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 Jan 31, 2024
1 parent ca79a62 commit 2bbbe26
Show file tree
Hide file tree
Showing 7 changed files with 3,154 additions and 3,154 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.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 @@ -4,4 +4,4 @@ changesetIgnorePatterns:

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.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.2",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"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 @@ -65,5 +65,5 @@
"remark-remove-comments": "^1.0.1",
"uuid": "^9.0.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
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.2.0",
"uuid": "^9.0.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"whatwg-fetch": "3.0.0",
"downlevel-dts/typescript": "4.9.0-dev.20220903"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"prettier": {
"printWidth": 80,
"semi": true,
Expand Down
5,626 changes: 2,813 additions & 2,813 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 2bbbe26

Please sign in to comment.