Skip to content

Commit 000bce1

Browse files
committed
chore: upgrade to yarn v3
1 parent 9bcd565 commit 000bce1

8 files changed

Lines changed: 3204 additions & 2207 deletions

File tree

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

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

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

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

.yarn/releases/yarn-2.4.3.cjs

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

.yarn/releases/yarn-3.1.1.cjs

Lines changed: 768 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
@@ -16,4 +16,4 @@ plugins:
1616
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
1717
spec: "@yarnpkg/plugin-workspace-tools"
1818

19-
yarnPath: .yarn/releases/yarn-2.4.3.cjs
19+
yarnPath: .yarn/releases/yarn-3.1.1.cjs

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,6 @@
159159
"jest": "workspace:*",
160160
"jest-environment-node": "workspace:*",
161161
"react-native": "patch:react-native@0.64.0#./patches/react-native.patch"
162-
}
162+
},
163+
"packageManager": "yarn@3.1.1"
163164
}

scripts/verifyPnP.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ try {
2525
dedent`
2626
enableGlobalCache: true
2727
28-
yarnPath: ${require.resolve('../.yarn/releases/yarn-2.4.3.cjs')}
28+
yarnPath: ${require.resolve('../.yarn/releases/yarn-3.1.1.cjs')}
2929
`,
3030
);
3131
fs.writeFileSync(
@@ -36,9 +36,6 @@ try {
3636
jest: `*`,
3737
},
3838
name: 'test-pnp',
39-
resolutions: {
40-
typescript: '~4.4',
41-
},
4239
},
4340
null,
4441
2,

yarn.lock

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

0 commit comments

Comments
 (0)