Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
chore(deps): update dependency prettier to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2020
1 parent db86f0f commit 27859a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -118,7 +118,7 @@
"@types/lodash.minby": "^4.6.6",
"@types/node": "^12.7.5",
"@types/pino": "^5.20.0",
"@types/prettier": "^1.18.2",
"@types/prettier": "^2.0.0",
"@types/pretty-bytes": "^5.2.0",
"@types/pretty-ms": "^5.0.1",
"@types/prompts": "^2.4.0",
Expand All @@ -127,7 +127,7 @@
"codecov": "^3.6.1",
"jest": "^25.0.0",
"jest-extended": "^0.11.2",
"prettier": "^1.18.2",
"prettier": "^2.0.0",
"rimraf": "^3.0.0",
"ts-jest": "^25.0.0",
"tslint": "^5.20.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -1576,10 +1576,10 @@
"@types/events" "*"
"@types/node" "*"

"@types/prettier@^1.18.2":
version "1.18.2"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.18.2.tgz#069e7d132024d436fd1f5771f6932426a695f230"
integrity sha512-2JBasa5Qaj81Qsp/dxX2Njy+MdKC767WytHUDsRM7TYEfQvKPxsnGpnCBlBS1i2Aiv1YwCpmKSbQ6O6v8TpiKg==
"@types/prettier@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.0.tgz#dc85454b953178cc6043df5208b9e949b54a3bc4"
integrity sha512-/rM+sWiuOZ5dvuVzV37sUuklsbg+JPOP8d+nNFlo2ZtfpzPiPvh1/gc8liWOLBqe+sR+ZM7guPaIcTt6UZTo7Q==

"@types/pretty-bytes@^5.2.0":
version "5.2.0"
Expand Down Expand Up @@ -5505,10 +5505,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@^1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
prettier@^2.0.0:
version "2.0.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==

pretty-bytes@*, pretty-bytes@^5.3.0:
version "5.3.0"
Expand Down

0 comments on commit 27859a8

Please sign in to comment.