Skip to content

Commit

Permalink
Partially revert yarn upgrade (#175805)
Browse files Browse the repository at this point in the history
We upgraded bazel and the corepack version to 1.22.21. We're seeing some
issues upgrading the global version, and there isn't a strict need yet.
This sets engines.yarn back to ^1.22.19 to unblock areas having issues.
  • Loading branch information
jbudz authored Jan 29, 2024
1 parent a816c7f commit 6a78467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"engines": {
"node": "20.10.0",
"yarn": "^1.22.21"
"yarn": "^1.22.19"
},
"resolutions": {
"**/@hello-pangea/dnd": "16.2.0",
Expand Down

0 comments on commit 6a78467

Please sign in to comment.