Skip to content

Commit

Permalink
chore(deps): update yarn to v3.6.3 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 27, 2023
1 parent ee25c8c commit 7d5b71a
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.6.2.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
2 changes: 1 addition & 1 deletion apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
2 changes: 1 addition & 1 deletion apps/github-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
2 changes: 1 addition & 1 deletion packages/octocat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
2 changes: 1 addition & 1 deletion packages/octokit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"engines": {
"node": ">= v18.16.0"
},
"packageManager": "yarn@3.6.2"
"packageManager": "yarn@3.6.3"
}

0 comments on commit 7d5b71a

Please sign in to comment.