Skip to content

Commit 59a01bb

Browse files
committed
chore: update prettier dependency version
1. Only 1.17+ supports yarn plug'n'play 2. We pinned the prettier version because there were breaking changes in minor version before. Now that we'd catch errors from the prettier call, it's no longer a concern.
1 parent 89e7900 commit 59a01bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"merge-source-map": "^1.1.0",
6262
"postcss": "^7.0.14",
6363
"postcss-selector-parser": "^5.0.0",
64-
"prettier": "1.16.3",
64+
"prettier": "^1.18.2",
6565
"source-map": "~0.6.1",
6666
"vue-template-es2015-compiler": "^1.9.0"
6767
}

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4029,10 +4029,10 @@ prelude-ls@~1.1.2:
40294029
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
40304030
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
40314031

4032-
prettier@1.16.3:
4033-
version "1.16.3"
4034-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d"
4035-
integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==
4032+
prettier@^1.18.2:
4033+
version "1.18.2"
4034+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
4035+
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
40364036

40374037
pretty-format@^24.8.0:
40384038
version "24.8.0"

0 commit comments

Comments
 (0)