Compare commits

..

1 commit

Author SHA1 Message Date
0ee59e7931 chore(deps): update dependency prettier to v3
Some checks failed
ci/woodpecker/push/checks Pipeline failed
2023-08-15 16:01:50 +00:00
3 changed files with 203 additions and 203 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.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs

View file

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