Skip to content

Commit a2591d0

Browse files
pkg: Update Yarn to v4.10.3 (#3552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60e6c3a commit a2591d0

File tree

7 files changed

+336
-336
lines changed

7 files changed

+336
-336
lines changed

.yarn/releases/yarn-4.9.4.cjs renamed to .yarn/releases/yarn-4.10.3.cjs

Lines changed: 330 additions & 330 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,7 +4,7 @@ changesetIgnorePatterns:
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.4.cjs
7+
yarnPath: .yarn/releases/yarn-4.10.3.cjs
88

99
logFilters:
1010
- code: YN0060 # Suppress peer dependency mismatch warnings

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": "yarn@4.9.4",
4+
"packageManager": "yarn@4.10.3",
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
@@ -68,5 +68,5 @@
6868
"remark-remove-comments": "^1.0.1",
6969
"uuid": "^11.0.0"
7070
},
71-
"packageManager": "yarn@4.9.4"
71+
"packageManager": "yarn@4.10.3"
7272
}

examples/test-bundlesize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test-bundlesize",
33
"version": "0.1.0",
4-
"packageManager": "yarn@4.9.4",
4+
"packageManager": "yarn@4.10.3",
55
"description": "Testing Bundled Size",
66
"scripts": {
77
"lint": "eslint src --ext .ts,.tsx",

examples/todo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
"react-dom": "19.1.1",
5555
"uuid": "^11.0.0"
5656
},
57-
"packageManager": "yarn@4.9.4"
57+
"packageManager": "yarn@4.10.3"
5858
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"whatwg-fetch": "3.0.0",
111111
"downlevel-dts/typescript": "4.9.0-dev.20220903"
112112
},
113-
"packageManager": "yarn@4.9.4",
113+
"packageManager": "yarn@4.10.3",
114114
"prettier": {
115115
"printWidth": 80,
116116
"semi": true,

0 commit comments

Comments
 (0)