Upgrade to yarn 4.0.2

pull/2949/head
Yorke Rhodes 1 year ago
parent 356745ce94
commit 0c65055145
No known key found for this signature in database
GPG Key ID: 9EEACF1DA75C5627
  1. 670
      .yarn/releases/yarn-4.0.2.cjs
  2. 6
      .yarnrc.yml
  3. 2
      package.json

File diff suppressed because one or more lines are too long

@ -10,8 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://mskelton.dev/yarn-outdated/v3"
yarnPath: .yarn/releases/yarn-4.0.1.cjs
changesetBaseRefs:
- main
- origin/main
yarnPath: .yarn/releases/yarn-4.0.2.cjs

@ -15,7 +15,7 @@
"dependencies": {
"@changesets/cli": "^2.26.2"
},
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.0.2",
"private": true,
"scripts": {
"build": "yarn workspaces foreach --all --parallel --topological run build",

Loading…
Cancel
Save