Compare commits

..

2 commits

Author SHA1 Message Date
Renovate Bot 79b01c1552 chore(deps): update dependency prettier to v3
Some checks failed
ci/woodpecker/pr/checks Pipeline failed
2023-08-18 23:02:31 +00:00
Renovate Bot a4b7600326 chore(deps): update yarn to v3.6.2
All checks were successful
ci/woodpecker/pr/checks Pipeline was successful
ci/woodpecker/push/checks Pipeline was successful
2023-08-17 20:01:34 +00:00
3 changed files with 203 additions and 203 deletions

File diff suppressed because one or more lines are too long

View file

@ -4,4 +4,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.6.1.cjs yarnPath: .yarn/releases/yarn-3.6.2.cjs

View file

@ -54,5 +54,5 @@
"semver": "7.5.4", "semver": "7.5.4",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"packageManager": "yarn@3.6.1" "packageManager": "yarn@3.6.2"
} }