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

Update Yarn to v3.8.3
This commit is contained in:
AkiraFukushima 2024-07-11 00:28:14 +09:00 committed by GitHub
commit 4c3b937561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 183 additions and 183 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
yarnPath: .yarn/releases/yarn-3.8.2.cjs
yarnPath: .yarn/releases/yarn-3.8.3.cjs
nodeLinker: node-modules

View File

@ -61,5 +61,5 @@
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"packageManager": "yarn@3.8.2"
"packageManager": "yarn@3.8.3"
}