Skip to content

Commit e5b3cfd

Browse files
authored
chore: upgrade yarn (#533)
# Summary Upgrades yarn to version 4.13.0
1 parent c07e26c commit e5b3cfd

7 files changed

Lines changed: 5543 additions & 6052 deletions

File tree

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

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

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

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

.yarn/releases/yarn-3.6.1.cjs

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

.yarn/releases/yarn-4.13.0.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
nodeLinker: node-modules
22
nmHoistingLimits: workspaces
33

4-
plugins:
5-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
6-
spec: "@yarnpkg/plugin-interactive-tools"
7-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
8-
spec: "@yarnpkg/plugin-workspace-tools"
9-
10-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
4+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"apps/example",
138138
"apps/example-web"
139139
],
140-
"packageManager": "yarn@3.6.1",
140+
"packageManager": "yarn@4.13.0",
141141
"jest": {
142142
"preset": "react-native",
143143
"modulePathIgnorePatterns": [

0 commit comments

Comments
 (0)