Skip to content

Commit 5b5d231

Browse files
committed
[patch] specificy maximum prettier peer dep range due to #32
1 parent 564a2a8 commit 5b5d231

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-multiline-arrays",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Prettier plugin to force all arrays to be multiline.",
55
"keywords": [
66
"array",
@@ -78,6 +78,6 @@
7878
"virmator": "^11.3.3"
7979
},
8080
"peerDependencies": {
81-
"prettier": ">=3.0.0"
81+
"prettier": ">=3.0.0 <3.3.0"
8282
}
8383
}

0 commit comments

Comments
 (0)