Skip to content

Commit 28bab0d

Browse files
authored
chore: update yarn to 4.9.0 (#2459)
## Summary: Update to the latest version of Yarn, which notably includes a fix from @dannyvv 🎉 ## Test Plan: CI should pass
1 parent 9ea059c commit 28bab0d

File tree

4 files changed

+950
-936
lines changed

4 files changed

+950
-936
lines changed

.yarn/releases/yarn-4.5.1.cjs

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

.yarn/releases/yarn-4.9.0.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.5.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1000.0.0",
55
"license": "MIT",
6-
"packageManager": "yarn@4.5.0",
6+
"packageManager": "yarn@4.9.0",
77
"scripts": {
88
"android": "cd packages/rn-tester && npm run android",
99
"build-android": "./gradlew :packages:react-native:ReactAndroid:build",

0 commit comments

Comments
 (0)