Update Yarn to v3.6.1 (#125)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-07-11 17:51:42 +05:30
committed by GitHub
parent eba11b80cf
commit efbeb80c19
3 changed files with 158 additions and 158 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
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.6.0.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs

View File

@@ -84,5 +84,5 @@
"electron-updater": "^6.0.0",
"node-gyp": "^9.3.1"
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.6.1"
}