Skip to content

Commit e5a7dc4

Browse files
committed
feat(deps): upgrade Prettier to 2.0.5
1 parent 0aae603 commit e5a7dc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"lodash.has": "^4.5.2",
8888
"lodash.omit": "^4.5.0",
8989
"mkdirp": "^0.5.1",
90-
"prettier": "^1.19.1",
90+
"prettier": "^2.0.5",
9191
"read-pkg-up": "^6.0.0",
9292
"resolve": "^1.14.2",
9393
"rimraf": "^3.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7404,10 +7404,10 @@ prettier-linter-helpers@^1.0.0:
74047404
dependencies:
74057405
fast-diff "^1.1.2"
74067406

7407-
prettier@^1.19.1:
7408-
version "1.19.1"
7409-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
7410-
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
7407+
prettier@^2.0.5:
7408+
version "2.0.5"
7409+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
7410+
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
74117411

74127412
pretty-format@^23.6.0:
74137413
version "23.6.0"

0 commit comments

Comments
 (0)