chore(yarn): Update to `yarn@4.1.1`
This commit is contained in:
parent
99980aaf35
commit
17e00e32b8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
14
.yarnrc.yml
14
.yarnrc.yml
|
@ -1,9 +1,9 @@
|
|||
checksumBehavior: update
|
||||
|
||||
compressionLevel: mixed
|
||||
|
||||
enableGlobalCache: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.6.1.cjs
|
||||
|
||||
checksumBehavior: update
|
||||
yarnPath: .yarn/releases/yarn-4.1.1.cjs
|
||||
|
|
|
@ -136,5 +136,5 @@
|
|||
"vite": "^5.0.0",
|
||||
"vitest": "~0.34.6"
|
||||
},
|
||||
"packageManager": "yarn@3.6.1"
|
||||
"packageManager": "yarn@4.1.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue