Skip to content

Commit

Permalink
fix: incorrect prettier peer version (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 16, 2024
1 parent 54fdba0 commit 49acad2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-mirrors-hug.md
@@ -0,0 +1,5 @@
---
'pretty-quick': patch
---

fix: incorrect prettier peer version
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"test": "jest"
},
"peerDependencies": {
"prettier": ">=2.0.0"
"prettier": "^2.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down Expand Up @@ -69,6 +69,9 @@
"size-limit": "^11.0.1",
"size-limit-preset-node-lib": "^0.3.0"
},
"jest": {
"collectCoverage": true
},
"prettier": "@1stg/prettier-config",
"simple-git-hooks": {
"pre-commit": "./bin/pretty-quick.js --staged"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -7538,7 +7538,7 @@ __metadata:
size-limit: ^11.0.1
size-limit-preset-node-lib: ^0.3.0
peerDependencies:
prettier: ">=2.0.0"
prettier: ^2.0.0
bin:
pretty-quick: ./bin/pretty-quick.js
languageName: unknown
Expand Down

0 comments on commit 49acad2

Please sign in to comment.