Skip to content

Commit

Permalink
Add support of Yarn 4.x (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez authored Oct 23, 2023
1 parent 28a969a commit a99167f
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 @@ -10,7 +10,7 @@
],
"engines": {
"node": "^12.13.0 || ^14 || >=16",
"yarn": ">=1 <4"
"yarn": ">=1 <5"
},
"peerDependencies": {
"@types/babel__core": "^7.0.0",
Expand Down

0 comments on commit a99167f

Please sign in to comment.