Skip to content

Commit 748e04e

Browse files
committed
chore(deps): update dependency prettier to v2.3.1
1 parent f436492 commit 748e04e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/eslint": "6.8.0",
2222
"@types/eslint-plugin-prettier": "3.1.0",
2323
"@types/html-webpack-plugin": "3.2.2",
24-
"@types/prettier": "2.0.0",
24+
"@types/prettier": "2.3.0",
2525
"@types/react": "16.9.34",
2626
"@types/react-dom": "16.9.7",
2727
"@types/styled-components": "5.1.0",
@@ -45,7 +45,7 @@
4545
"eslint-plugin-react": "7.19.0",
4646
"eslint-plugin-react-hooks": "3.0.0",
4747
"html-webpack-plugin": "3.2.0",
48-
"prettier": "2.0.5",
48+
"prettier": "2.3.1",
4949
"text-encoding": "0.7.0",
5050
"ts-loader": "7.0.1",
5151
"typescript": "3.8.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,10 +1246,10 @@
12461246
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c"
12471247
integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==
12481248

1249-
"@types/prettier@2.0.0":
1250-
version "2.0.0"
1251-
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.0.tgz#dc85454b953178cc6043df5208b9e949b54a3bc4"
1252-
integrity sha512-/rM+sWiuOZ5dvuVzV37sUuklsbg+JPOP8d+nNFlo2ZtfpzPiPvh1/gc8liWOLBqe+sR+ZM7guPaIcTt6UZTo7Q==
1249+
"@types/prettier@2.3.0":
1250+
version "2.3.0"
1251+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.0.tgz#2e8332cc7363f887d32ec5496b207d26ba8052bb"
1252+
integrity sha512-hkc1DATxFLQo4VxPDpMH1gCkPpBbpOoJ/4nhuXw4n63/0R6bCpQECj4+K226UJ4JO/eJQz+1mC2I7JsWanAdQw==
12531253

12541254
"@types/prop-types@*":
12551255
version "15.7.3"
@@ -5543,10 +5543,10 @@ prettier-linter-helpers@^1.0.0:
55435543
dependencies:
55445544
fast-diff "^1.1.2"
55455545

5546-
prettier@2.0.5:
5547-
version "2.0.5"
5548-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
5549-
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
5546+
prettier@2.3.1:
5547+
version "2.3.1"
5548+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
5549+
integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==
55505550

55515551
pretty-error@^2.0.2:
55525552
version "2.1.1"

0 commit comments

Comments
 (0)