Skip to content

Commit

Permalink
fix(prettier-config): Ease the required Prettier version (#1316)
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Gazzo <[email protected]>
  • Loading branch information
tassoevan and ggazzo authored Sep 27, 2024
1 parent 53e928d commit e3c2266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"bump-next": "bump-next"
},
"peerDependencies": {
"prettier": "~2.7.1"
"prettier": "*"
},
"devDependencies": {
"bump": "workspace:~",
Expand Down

0 comments on commit e3c2266

Please sign in to comment.