Skip to content

Commit

Permalink
chore(deps): update yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2023
1 parent 4754c6c commit ff077d1
Show file tree
Hide file tree
Showing 12 changed files with 2,755 additions and 2,736 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

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.4.cjs
yarnPath: .yarn/releases/yarn-4.0.1.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.4"
"packageManager": "yarn@4.0.1"
}
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.4"
"packageManager": "yarn@4.0.1"
}
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.4"
"packageManager": "yarn@4.0.1"
}
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.4"
"packageManager": "yarn@4.0.1"
}
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.4"
"packageManager": "yarn@4.0.1"
}
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.4"
"packageManager": "yarn@4.0.1"
}
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.4"
"packageManager": "yarn@4.0.1"
}
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.4"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit ff077d1

Please sign in to comment.