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

Commit

Permalink
Update dependency prettier to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 24, 2020
1 parent 536eefa commit d6900fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-import": "2.22.0",
"faker": "4.1.0",
"jest": "24.9.0",
"prettier": "1.19.1",
"prettier": "2.1.0",
"ts-jest": "24.3.0",
"ts-node": "8.10.2",
"ts-node-dev": "1.0.0-pre.58",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"jest": "24.9.0",
"jest-dom": "3.5.0",
"parcel-bundler": "1.12.4",
"prettier": "1.19.1",
"prettier": "2.1.0",
"ts-jest": "24.3.0",
"typescript": "3.9.7"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12121,10 +12121,10 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=

prettier@1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
prettier@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.0.tgz#5a9789f767a243118c60f3e56d95cb6544914fbb"
integrity sha512-lz28cCbA1cDFHVuY8vvj6QuqOwIpyIfPUYkSl8AZ/vxH8qBXMMjE2knfLHCrZCmUsK/H1bg1P0tOo0dJkTJHvw==

pretty-format@^24.0.0, pretty-format@^24.8.0:
version "24.8.0"
Expand Down

0 comments on commit d6900fc

Please sign in to comment.