Skip to content

Commit a7463df

Browse files
pkg: Update Yarn to v4.4.1 (#3199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c609c6 commit a7463df

File tree

6 files changed

+179
-179
lines changed

6 files changed

+179
-179
lines changed

.yarn/releases/yarn-4.4.0.cjs renamed to .yarn/releases/yarn-4.4.1.cjs

Lines changed: 174 additions & 174 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ changesetIgnorePatterns:
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.4.0.cjs
7+
yarnPath: .yarn/releases/yarn-4.4.1.cjs

examples/coin-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "coinbase-lite",
33
"version": "0.0.9",
4-
"packageManager": "[email protected].0",
4+
"packageManager": "[email protected].1",
55
"description": "Coin App",
66
"scripts": {
77
"lint": "eslint src --ext .ts,.tsx",

examples/github-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@
6464
"remark-remove-comments": "^1.0.1",
6565
"uuid": "^10.0.0"
6666
},
67-
"packageManager": "[email protected].0"
67+
"packageManager": "[email protected].1"
6868
}

examples/todo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"react-dom": "18.3.1",
4949
"uuid": "^10.0.0"
5050
},
51-
"packageManager": "[email protected].0"
51+
"packageManager": "[email protected].1"
5252
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"whatwg-fetch": "3.0.0",
117117
"downlevel-dts/typescript": "4.9.0-dev.20220903"
118118
},
119-
"packageManager": "[email protected].0",
119+
"packageManager": "[email protected].1",
120120
"prettier": {
121121
"printWidth": 80,
122122
"semi": true,

0 commit comments

Comments
 (0)