Skip to content

Commit

Permalink
fix: incorrect prettier peer version
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 16, 2024
1 parent 54fdba0 commit 7adbd1e
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 @@ -39,7 +39,7 @@
"test": "jest"
},
"peerDependencies": {
"prettier": ">=2.0.0"
"prettier": "^2.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down

0 comments on commit 7adbd1e

Please sign in to comment.