Skip to content

Commit

Permalink
chore(deps): update yarn to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 16, 2024
1 parent 9a834cd commit 66e099b
Show file tree
Hide file tree
Showing 8 changed files with 931 additions and 900 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.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 @@ -15,4 +15,4 @@ supportedArchitectures:
- linux
- win32

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"publishConfig": {
"provenance": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/colorguard-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"publishConfig": {
"provenance": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/colorguard-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"publishConfig": {
"provenance": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-colorguard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"publishConfig": {
"provenance": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-github-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-github-cjs",
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.5.0",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 66e099b

Please sign in to comment.