Skip to content

Commit

Permalink
chore(deps): update yarn to v4.0.0-rc.40
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2023
1 parent 53ee0e7 commit 2e52c29
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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 @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-4.0.0-rc.39.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.40.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
"engines": {
"node": "^16.17 || ^18"
},
"packageManager": "[email protected].39"
"packageManager": "[email protected].40"
}
2 changes: 1 addition & 1 deletion packages/wait-needs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wait-needs",
"packageManager": "[email protected].39",
"packageManager": "[email protected].40",
"dependencies": {
"~common": "workspace:^"
},
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/contrib/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0-rc.39.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.40.cjs

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
Expand Down
2 changes: 1 addition & 1 deletion plugins/contrib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"license": "MIT",
"private": true,
"packageManager": "[email protected].39",
"packageManager": "[email protected].40",
"devDependencies": {
"jest": "^29.3.1"
},
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/fabrique/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0-rc.39.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.40.cjs

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabrique/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"license": "MIT",
"private": true,
"packageManager": "[email protected].39",
"packageManager": "[email protected].40",
"engines": {
"node": "^16.17 || ^18"
}
Expand Down

0 comments on commit 2e52c29

Please sign in to comment.