Skip to content

Commit c4044af

Browse files
committed
[patch] add upper bound for supported Prettier version
to ignore this new upper bound, set your version of this package to a fixed 4.0.3
1 parent ac6c1a3 commit c4044af

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-multiline-arrays",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Prettier plugin to force all arrays to be multiline.",
55
"keywords": [
66
"array",
@@ -91,7 +91,7 @@
9191
"virmator": "^14.3.1"
9292
},
9393
"peerDependencies": {
94-
"prettier": ">=3.0.0"
94+
"prettier": ">=3.0.0 <3.6.0"
9595
},
9696
"engines": {
9797
"node": ">=20"

0 commit comments

Comments
 (0)