Update Yarn to v4.5.0

This commit is contained in:
renovate[bot] 2024-09-14 13:42:05 +00:00 committed by GitHub
parent 7b2e6cfebc
commit 9087de0a44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 163 additions and 163 deletions

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.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs

View File

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