Upgrade yarn version to 4
This commit is contained in:
parent
e6b26b0ea6
commit
53e5477ffe
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,2 +1,7 @@
|
|||
yarnPath: .yarn/releases/yarn-3.8.3.cjs
|
||||
compressionLevel: mixed
|
||||
|
||||
enableGlobalCache: false
|
||||
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-4.4.1.cjs
|
||||
|
|
|
@ -61,5 +61,5 @@
|
|||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"packageManager": "yarn@3.8.3"
|
||||
"packageManager": "yarn@4.4.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue