Update Yarn to v3.8.2

This commit is contained in:
renovate[bot] 2024-05-09 08:41:43 +00:00 committed by GitHub
parent 54e73dd5df
commit 76fd14d44e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 224 additions and 224 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

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