Update Yarn to v3.6.0 (#111)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-09 22:44:17 +05:30
committed by GitHub
parent 5c1421f3bb
commit b708b9e0e2
4 changed files with 876 additions and 875 deletions

File diff suppressed because one or more lines are too long

874
.yarn/releases/yarn-3.6.0.cjs vendored Executable file

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
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs

View File

@@ -82,5 +82,5 @@
"electron-updater": "^5.3.0",
"node-gyp": "^9.3.1"
},
"packageManager": "yarn@3.4.1"
"packageManager": "yarn@3.6.0"
}