chore(deps): update yarn to v3.8.6
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
Renovate Bot 2024-10-18 18:01:58 +00:00
parent 542843529b
commit f32cbdcfaf
3 changed files with 175 additions and 175 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,4 +2,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
yarnPath: .yarn/releases/yarn-3.8.5.cjs
yarnPath: .yarn/releases/yarn-3.8.6.cjs

View file

@ -61,5 +61,5 @@
"*.(js|mjs|cjs)": "eslint --fix",
"*.(json|css|yml)": "prettier --write"
},
"packageManager": "yarn@3.8.5"
"packageManager": "yarn@3.8.6"
}