Merge pull request #5016 from h3poteto/yarn/v4
Upgrade yarn version to 4
This commit is contained in:
commit
35a7e8a92b
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
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-4.4.1.cjs
|
||||||
|
|
|
@ -61,5 +61,5 @@
|
||||||
"tailwindcss": "^3.3.3",
|
"tailwindcss": "^3.3.3",
|
||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.8.3"
|
"packageManager": "yarn@4.4.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue