Skip to content

Commit 2f3cc3f

Browse files
authored
build: bump yarn to latest release and cleanup yarn.lock (#4928)
1 parent cfe98ff commit 2f3cc3f

File tree

5 files changed

+2025
-2800
lines changed

5 files changed

+2025
-2800
lines changed

.yarn/releases/yarn-4.5.3.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarn/releases/yarn-4.9.1.cjs

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

.yarnrc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
21
nodeLinker: node-modules
32

43
supportedArchitectures:
5-
cpu: ['x64', 'arm64']
4+
cpu:
5+
- x64
6+
- arm64
7+
8+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"engines": {
133133
"node": ">=22.0"
134134
},
135-
"packageManager": "yarn@4.5.3",
135+
"packageManager": "yarn@4.9.1",
136136
"@parcel/resolver-default": {
137137
"packageExports": true
138138
},

0 commit comments

Comments
 (0)