Skip to content

Commit

Permalink
chore: upgrade to yarn v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2022
1 parent 9bcd565 commit 000bce1
Show file tree
Hide file tree
Showing 8 changed files with 3,204 additions and 2,207 deletions.
356 changes: 321 additions & 35 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions .yarn/releases/yarn-2.4.3.cjs

This file was deleted.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-2.4.3.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,6 @@
"jest": "workspace:*",
"jest-environment-node": "workspace:*",
"react-native": "patch:[email protected]#./patches/react-native.patch"
}
},
"packageManager": "[email protected]"
}
5 changes: 1 addition & 4 deletions scripts/verifyPnP.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ try {
dedent`
enableGlobalCache: true
yarnPath: ${require.resolve('../.yarn/releases/yarn-2.4.3.cjs')}
yarnPath: ${require.resolve('../.yarn/releases/yarn-3.1.1.cjs')}
`,
);
fs.writeFileSync(
Expand All @@ -36,9 +36,6 @@ try {
jest: `*`,
},
name: 'test-pnp',
resolutions: {
typescript: '~4.4',
},
},
null,
2,
Expand Down
4,213 changes: 2,107 additions & 2,106 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 000bce1

Please sign in to comment.