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

This commit is contained in:
Renovate Bot 2024-08-05 16:03:40 +00:00
parent 799dda5ec7
commit a383221026
3 changed files with 159 additions and 159 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 - path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools' spec: '@yarnpkg/plugin-interactive-tools'
yarnPath: .yarn/releases/yarn-3.8.3.cjs yarnPath: .yarn/releases/yarn-3.8.4.cjs

View file

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