Update Yarn to v4.5.1 (#22463)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-21 17:08:12 +00:00 committed by GitHub
parent 9bafabe3e9
commit b111eb2316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 366 additions and 357 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

@ -258,5 +258,5 @@
"@lit/reactive-element": "1.6.3", "@lit/reactive-element": "1.6.3",
"@fullcalendar/daygrid": "6.1.15" "@fullcalendar/daygrid": "6.1.15"
}, },
"packageManager": "yarn@4.5.0" "packageManager": "yarn@4.5.1"
} }