Merge pull request #5098 from h3poteto/renovate/yarn-monorepo

Update Yarn to v4.5.3
This commit is contained in:
AkiraFukushima 2024-12-11 22:17:28 +09:00 committed by GitHub
commit 77590e0fe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 936 additions and 927 deletions

File diff suppressed because one or more lines are too long

934
.yarn/releases/yarn-4.5.3.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -4,4 +4,4 @@ enableGlobalCache: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.3.cjs

View File

@ -62,5 +62,5 @@
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.3"
}