Upgrade to yarn 3.2.0 (#83)
This commit is contained in:
parent
c578c1735d
commit
b6747860eb
6 changed files with 3176 additions and 2529 deletions
77
.yarn/plugins/@yarnpkg/plugin-version.cjs
vendored
77
.yarn/plugins/@yarnpkg/plugin-version.cjs
vendored
File diff suppressed because one or more lines are too long
55
.yarn/releases/yarn-2.4.2.cjs
vendored
55
.yarn/releases/yarn-2.4.2.cjs
vendored
File diff suppressed because one or more lines are too long
785
.yarn/releases/yarn-3.2.0.cjs
vendored
Executable file
785
.yarn/releases/yarn-3.2.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
|
@ -5,12 +5,5 @@ plugins:
|
|||
spec: "@yarnpkg/plugin-compat"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
|
||||
spec: "@yarnpkg/plugin-version"
|
||||
|
||||
changesetBaseRefs:
|
||||
- "main"
|
||||
- "origin/main"
|
||||
preferDeferredVersions: true
|
||||
|
||||
yarnPath: .yarn/releases/yarn-2.4.2.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.2.0.cjs
|
||||
|
|
|
@ -53,5 +53,6 @@
|
|||
"prettier": "^2.3.2",
|
||||
"typescript": "^4.4.2",
|
||||
"zx": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.2.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue