Skip to content

Commit 8a6ef95

Browse files
cpojerIanVS
andauthored
Update peerDeps to allow prettier v4. (#210)
I've been using the v4 alphas of prettier for a *very long time*, and they have always worked just fine with this plugin. --------- Co-authored-by: Ian VanSchooten <ian.vanschooten@gmail.com>
1 parent 7eae8e5 commit 8a6ef95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"peerDependencies": {
7979
"@vue/compiler-sfc": "2.7.x || 3.x",
80-
"prettier": "2 || 3"
80+
"prettier": "2 || 3 || ^4.0.0-0"
8181
},
8282
"peerDependenciesMeta": {
8383
"@vue/compiler-sfc": {

0 commit comments

Comments
 (0)