Skip to content

Commit

Permalink
chore: extend plop peerDependency to allow v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleh committed Jul 10, 2024
1 parent 7f5818f commit ed1dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plop-action-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"peerDependencies": {
"eslint": "^8.19.0",
"plop": "^3.1.2"
"plop": "^3.1.2 || ^4.0.0"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down

0 comments on commit ed1dbe7

Please sign in to comment.