Skip to content

Commit

Permalink
chore(deps): update yarn modern to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Nov 14, 2023
1 parent c69daea commit 32b86b4
Show file tree
Hide file tree
Showing 6 changed files with 674 additions and 674 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/yarn-modern-pnp/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion examples/yarn-modern-pnp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "cypress run"
},
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"devDependencies": {
"cypress": "13.5.0"
}
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/yarn-modern/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion examples/yarn-modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "cypress run"
},
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"devDependencies": {
"cypress": "13.5.0"
}
Expand Down

0 comments on commit 32b86b4

Please sign in to comment.