chore: upgrade yarn

This commit is contained in:
dec0dOS 2022-12-05 22:14:51 +00:00
parent 076b496bf6
commit 90ab2ec140
4 changed files with 809 additions and 785 deletions

File diff suppressed because one or more lines are too long

807
.yarn/releases/yarn-3.3.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View file

@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.3.0.cjs

View file

@ -52,5 +52,5 @@
"yarn prettier --write"
]
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.3.0"
}