Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 6cb1dcc

Browse files
committed
chore(peers): update dependency prettier to v2
BREAKING CHANGE: drop support for Prettier v1.x
1 parent ff4b96d commit 6cb1dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"unified"
3030
],
3131
"engines": {
32-
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
32+
"node": "^10.13.0 || >=11.10.1"
3333
},
3434
"publishConfig": {
3535
"access": "public"
@@ -85,7 +85,7 @@
8585
},
8686
"peerDependencies": {
8787
"eslint": "^6.0.0",
88-
"prettier": "^1.18.0",
88+
"prettier": "^2.0.0",
8989
"typescript": "^3.3.0"
9090
}
9191
}

0 commit comments

Comments
 (0)