Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Add prettier@^3 peer-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jul 12, 2023
1 parent 74a2a20 commit 07bb945
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 @@ -48,7 +48,7 @@
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"prettier": "^2.0.0"
"prettier": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
Expand Down

0 comments on commit 07bb945

Please sign in to comment.